add autoclick for dailyuploads

https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/123
This commit is contained in:
Amm0ni4 2025-01-25 23:14:02 +01:00
parent db5c30f182
commit 959c63430b
4 changed files with 22 additions and 6 deletions

View file

@ -507,6 +507,7 @@
// @match *://teknoasian.com/* // @match *://teknoasian.com/*
// @match *://upfiles.app/* // @match *://upfiles.app/*
// @match https://datanodes.to/download // @match https://datanodes.to/download
// @match *://dailyuploads.net/*
// @match https://paster.so/* // @match https://paster.so/*
// @include /^(https?:\/\/)(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/ // @include /^(https?:\/\/)(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
// @include /(mundopolo.net|myfirstdollar.net|adsense.tupaste.top|acorta2.com|web.admoneyclick.net|acortaphd.live|onlypc.net|link.manudatos.com)/ // @include /(mundopolo.net|myfirstdollar.net|adsense.tupaste.top|acorta2.com|web.admoneyclick.net|acortaphd.live|onlypc.net|link.manudatos.com)/

View file

@ -507,6 +507,7 @@
// @match *://teknoasian.com/* // @match *://teknoasian.com/*
// @match *://upfiles.app/* // @match *://upfiles.app/*
// @match https://datanodes.to/download // @match https://datanodes.to/download
// @match *://dailyuploads.net/*
// @match https://paster.so/* // @match https://paster.so/*
// @include /^(https?:\/\/)(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/ // @include /^(https?:\/\/)(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
// @include /(mundopolo.net|myfirstdollar.net|adsense.tupaste.top|acorta2.com|web.admoneyclick.net|acortaphd.live|onlypc.net|link.manudatos.com)/ // @include /(mundopolo.net|myfirstdollar.net|adsense.tupaste.top|acorta2.com|web.admoneyclick.net|acortaphd.live|onlypc.net|link.manudatos.com)/
@ -2683,14 +2684,20 @@
/upfiles.app\/[^\/]+/.test(url) ? afterDOMLoaded(function() { /upfiles.app\/[^\/]+/.test(url) ? afterDOMLoaded(function() {
clickIfCorrectText('#link-button', 'Continue'); clickIfCorrectText('#link-button', 'Continue');
clickIfRecaptchaSolved('#link-button'); clickIfRecaptchaSolved('#link-button');
redirectIfNotDisabled('a#link-button'); //redirectIfNotDisabled('a#link-button');
}) : null; }) : null;
// datanodes // datanodes - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/140
/datanodes.to\/download/.test(url) ? afterDOMLoaded(function() { /datanodes.to\/download/.test(url) ? afterDOMLoaded(function() {
clickIfExists('#method_free') clickIfExists('#method_free')
clickIfCorrectText('button.py-3', 'Download') clickIfCorrectText('button.py-3', 'Download')
setTimeout(function() {clickIfCorrectText('button.py-3', 'Continue')}, 6000) //setTimeout(function() {clickIfCorrectText('button.py-3', 'Continue')}, 6000)
}) : null;
// dailyuploads - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/123
/dailyuploads.net\/[^\/]+/.test(url) ? afterDOMLoaded(function() {
clickIfRecaptchaSolved('#downloadbtn');
//redirectIfExists('a#fbtn1');
}) : null; }) : null;
})(); })();

View file

@ -215,6 +215,7 @@
// @match *://teknoasian.com/* // @match *://teknoasian.com/*
// @match *://upfiles.app/* // @match *://upfiles.app/*
// @match https://datanodes.to/download // @match https://datanodes.to/download
// @match *://dailyuploads.net/*
// @run-at document-start // @run-at document-start
// ==/UserScript== // ==/UserScript==
@ -1243,14 +1244,20 @@
/upfiles.app\/[^\/]+/.test(url) ? afterDOMLoaded(function() { /upfiles.app\/[^\/]+/.test(url) ? afterDOMLoaded(function() {
clickIfCorrectText('#link-button', 'Continue'); clickIfCorrectText('#link-button', 'Continue');
clickIfRecaptchaSolved('#link-button'); clickIfRecaptchaSolved('#link-button');
redirectIfNotDisabled('a#link-button'); //redirectIfNotDisabled('a#link-button');
}) : null; }) : null;
// datanodes // datanodes - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/140
/datanodes.to\/download/.test(url) ? afterDOMLoaded(function() { /datanodes.to\/download/.test(url) ? afterDOMLoaded(function() {
clickIfExists('#method_free') clickIfExists('#method_free')
clickIfCorrectText('button.py-3', 'Download') clickIfCorrectText('button.py-3', 'Download')
setTimeout(function() {clickIfCorrectText('button.py-3', 'Continue')}, 6000) //setTimeout(function() {clickIfCorrectText('button.py-3', 'Continue')}, 6000)
}) : null;
// dailyuploads - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/123
/dailyuploads.net\/[^\/]+/.test(url) ? afterDOMLoaded(function() {
clickIfRecaptchaSolved('#downloadbtn');
//redirectIfExists('a#fbtn1');
}) : null; }) : null;
})(); })();

View file

@ -488,6 +488,7 @@ https://fc-lc.xyz/*
*://teknoasian.com/* *://teknoasian.com/*
*://upfiles.app/* *://upfiles.app/*
https://datanodes.to/download https://datanodes.to/download
*://dailyuploads.net/*
https://paster.so/* https://paster.so/*
/^(https?:\/\/)(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/ /^(https?:\/\/)(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
/(mundopolo.net|myfirstdollar.net|adsense.tupaste.top|acorta2.com|web.admoneyclick.net|acortaphd.live|onlypc.net|link.manudatos.com)/ /(mundopolo.net|myfirstdollar.net|adsense.tupaste.top|acorta2.com|web.admoneyclick.net|acortaphd.live|onlypc.net|link.manudatos.com)/