remove now unnecessary auto-download

This commit is contained in:
Amm0ni4 2024-03-10 20:34:42 +01:00
parent 59225b0c2e
commit 6877d05b9a
2 changed files with 2 additions and 2 deletions

View file

@ -2066,7 +2066,7 @@
// skyve.io file host, seen on dodi-repacks.site
const clickIfExistsWithConfirmation = (selector) => { let intervalId = setInterval(() => { let button = document.querySelector(selector); if (button) { clearInterval(intervalId); if (confirm('Press OK to download.')) { button.click(); } } }, 500);};
/skyve.io/.test(url) ? afterDOMLoaded(function() {clickIfExists('#method_free')}) : null;
/skyve.io/.test(url) ? afterDOMLoaded(function() {clickIfExistsWithConfirmation('.bicon')}) : null; //download button
// /skyve.io/.test(url) ? afterDOMLoaded(function() {clickIfExistsWithConfirmation('.bicon')}) : null; //download button
// toonworldtamil.com
///itradercoin.com\/verify\/\?/.test(url) ? redirect('https://blog.filepresident.com/' + url.split('/?')[1]) : null; doesnt work, the site doesnt let you get directly to that URL

View file

@ -334,7 +334,7 @@
// skyve.io file host, seen on dodi-repacks.site
const clickIfExistsWithConfirmation = (selector) => { let intervalId = setInterval(() => { let button = document.querySelector(selector); if (button) { clearInterval(intervalId); if (confirm('Press OK to download.')) { button.click(); } } }, 500);};
/skyve.io/.test(url) ? afterDOMLoaded(function() {clickIfExists('#method_free')}) : null;
/skyve.io/.test(url) ? afterDOMLoaded(function() {clickIfExistsWithConfirmation('.bicon')}) : null; //download button
// /skyve.io/.test(url) ? afterDOMLoaded(function() {clickIfExistsWithConfirmation('.bicon')}) : null; //download button
// toonworldtamil.com
///itradercoin.com\/verify\/\?/.test(url) ? redirect('https://blog.filepresident.com/' + url.split('/?')[1]) : null; doesnt work, the site doesnt let you get directly to that URL