mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-30 14:47:27 +05:00
add autoclicks for datanodes
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/140
This commit is contained in:
parent
c69f169bdb
commit
db5c30f182
4 changed files with 20 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.4.31
|
||||
// @version 93.4.32
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -506,6 +506,7 @@
|
|||
// @match *://*.aryx.xyz/*
|
||||
// @match *://teknoasian.com/*
|
||||
// @match *://upfiles.app/*
|
||||
// @match https://datanodes.to/download
|
||||
// @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 /(mundopolo.net|myfirstdollar.net|adsense.tupaste.top|acorta2.com|web.admoneyclick.net|acortaphd.live|onlypc.net|link.manudatos.com)/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.4.31
|
||||
// @version 93.4.32
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -506,6 +506,7 @@
|
|||
// @match *://*.aryx.xyz/*
|
||||
// @match *://teknoasian.com/*
|
||||
// @match *://upfiles.app/*
|
||||
// @match https://datanodes.to/download
|
||||
// @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 /(mundopolo.net|myfirstdollar.net|adsense.tupaste.top|acorta2.com|web.admoneyclick.net|acortaphd.live|onlypc.net|link.manudatos.com)/
|
||||
|
@ -2685,6 +2686,13 @@
|
|||
redirectIfNotDisabled('a#link-button');
|
||||
}) : null;
|
||||
|
||||
// datanodes
|
||||
/datanodes.to\/download/.test(url) ? afterDOMLoaded(function() {
|
||||
clickIfExists('#method_free')
|
||||
clickIfCorrectText('button.py-3', 'Download')
|
||||
setTimeout(function() {clickIfCorrectText('button.py-3', 'Continue')}, 6000)
|
||||
}) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -214,6 +214,7 @@
|
|||
// @include /pandaznetwork.com/
|
||||
// @match *://teknoasian.com/*
|
||||
// @match *://upfiles.app/*
|
||||
// @match https://datanodes.to/download
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -1245,6 +1246,13 @@
|
|||
redirectIfNotDisabled('a#link-button');
|
||||
}) : null;
|
||||
|
||||
// datanodes
|
||||
/datanodes.to\/download/.test(url) ? afterDOMLoaded(function() {
|
||||
clickIfExists('#method_free')
|
||||
clickIfCorrectText('button.py-3', 'Download')
|
||||
setTimeout(function() {clickIfCorrectText('button.py-3', 'Continue')}, 6000)
|
||||
}) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -487,6 +487,7 @@ https://fc-lc.xyz/*
|
|||
*://*.aryx.xyz/*
|
||||
*://teknoasian.com/*
|
||||
*://upfiles.app/*
|
||||
https://datanodes.to/download
|
||||
https://paster.so/*
|
||||
/^(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)/
|
||||
|
|
Loading…
Reference in a new issue