mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-24 04:08:04 -08:00
Tweak newTrackOn and Update Dependencies
This commit is contained in:
3323
bin/bundle.js
3323
bin/bundle.js
File diff suppressed because it is too large
Load Diff
75
bin/bundle.min.js
vendored
75
bin/bundle.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -449,7 +449,7 @@ async function addCurrentTrackers() {
|
|||||||
addTrackers.className = 'disabled';
|
addTrackers.className = 'disabled';
|
||||||
addTrackers.innerHTML = 'Adding...';
|
addTrackers.innerHTML = 'Adding...';
|
||||||
try {
|
try {
|
||||||
let response = await fetch("https://newtrackon.com/api/100"); // get trackers with 100% uptime
|
let response = await fetch("https://newtrackon.com/api/stable"); // get trackers with 95% uptime
|
||||||
let trackers = await response.text();
|
let trackers = await response.text();
|
||||||
parsed.announce = parsed.announce.concat(trackers.split('\n\n'));
|
parsed.announce = parsed.announce.concat(trackers.split('\n\n'));
|
||||||
parsed.announce.push("http://bt1.archive.org:6969/announce");
|
parsed.announce.push("http://bt1.archive.org:6969/announce");
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:b
|
|||||||
/* Fix Notyf dismiss button */
|
/* Fix Notyf dismiss button */
|
||||||
.notyf__dismiss-btn{border-radius: 0;}
|
.notyf__dismiss-btn{border-radius: 0;}
|
||||||
|
|
||||||
/*! Alata | OFL-1.1 License | github.com/SorkinType/Alata*/
|
/*! Alata | OFL-1.1 License | github.com/SorkinType/Alata */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Alata';
|
font-family: 'Alata';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|||||||
Reference in New Issue
Block a user