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:
@@ -449,7 +449,7 @@ async function addCurrentTrackers() {
|
||||
addTrackers.className = 'disabled';
|
||||
addTrackers.innerHTML = 'Adding...';
|
||||
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();
|
||||
parsed.announce = parsed.announce.concat(trackers.split('\n\n'));
|
||||
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 */
|
||||
.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-family: 'Alata';
|
||||
font-style: normal;
|
||||
|
||||
Reference in New Issue
Block a user