mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-03-03 22:09:37 +05:00
autoclick for last psa.wf button (by Anon991299)
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/231
This commit is contained in:
parent
d0d501c4e2
commit
0aeff98c33
4 changed files with 34 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 93.4.40
|
// @version 93.4.41
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -508,6 +508,7 @@
|
||||||
// @match *://dailyuploads.net/*
|
// @match *://dailyuploads.net/*
|
||||||
// @match *://www.ryuugames.com/?eroge=*
|
// @match *://www.ryuugames.com/?eroge=*
|
||||||
// @match *://anchoreth.com/r-adsh?t=i&v=*
|
// @match *://anchoreth.com/r-adsh?t=i&v=*
|
||||||
|
// @match *://psa.btcut.io/*
|
||||||
// @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)/
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 93.4.40
|
// @version 93.4.41
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -508,6 +508,7 @@
|
||||||
// @match *://dailyuploads.net/*
|
// @match *://dailyuploads.net/*
|
||||||
// @match *://www.ryuugames.com/?eroge=*
|
// @match *://www.ryuugames.com/?eroge=*
|
||||||
// @match *://anchoreth.com/r-adsh?t=i&v=*
|
// @match *://anchoreth.com/r-adsh?t=i&v=*
|
||||||
|
// @match *://psa.btcut.io/*
|
||||||
// @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)/
|
||||||
|
@ -2714,6 +2715,20 @@
|
||||||
}) : null;
|
}) : null;
|
||||||
/anchoreth.com\/r-adsh\?t=i&v=.*$/.test(url) ? redirect(atob(url.split('&v=')[1].split('&')[0])) : null;
|
/anchoreth.com\/r-adsh\?t=i&v=.*$/.test(url) ? redirect(atob(url.split('&v=')[1].split('&')[0])) : null;
|
||||||
|
|
||||||
|
// button click for psa.btcut.io (#aaoii2o button) - psa.wf
|
||||||
|
/psa.btcut.io/.test(url) ? afterDOMLoaded(function() {
|
||||||
|
let clicked = false;
|
||||||
|
function tryClickLink() {
|
||||||
|
document.querySelectorAll("a").forEach(link => {
|
||||||
|
if (!clicked && link.textContent.includes("Get Link") && link.href) {
|
||||||
|
clicked = true;
|
||||||
|
window.location = link.href;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
setInterval(tryClickLink, 500);
|
||||||
|
}) : null;
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
|
|
|
@ -218,6 +218,7 @@
|
||||||
// @match *://www.ryuugames.com/?eroge=*
|
// @match *://www.ryuugames.com/?eroge=*
|
||||||
// @match *://anchoreth.com/r-adsh?t=i&v=*
|
// @match *://anchoreth.com/r-adsh?t=i&v=*
|
||||||
// @include /app2.olamovies.download\/generate\/\?id=/
|
// @include /app2.olamovies.download\/generate\/\?id=/
|
||||||
|
// @match *://psa.btcut.io/*
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
|
@ -1274,6 +1275,20 @@
|
||||||
}) : null;
|
}) : null;
|
||||||
/anchoreth.com\/r-adsh\?t=i&v=.*$/.test(url) ? redirect(atob(url.split('&v=')[1].split('&')[0])) : null;
|
/anchoreth.com\/r-adsh\?t=i&v=.*$/.test(url) ? redirect(atob(url.split('&v=')[1].split('&')[0])) : null;
|
||||||
|
|
||||||
|
// button click for psa.btcut.io (#aaoii2o button) - psa.wf
|
||||||
|
/psa.btcut.io/.test(url) ? afterDOMLoaded(function() {
|
||||||
|
let clicked = false;
|
||||||
|
function tryClickLink() {
|
||||||
|
document.querySelectorAll("a").forEach(link => {
|
||||||
|
if (!clicked && link.textContent.includes("Get Link") && link.href) {
|
||||||
|
clicked = true;
|
||||||
|
window.location = link.href;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
setInterval(tryClickLink, 500);
|
||||||
|
}) : null;
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
|
|
|
@ -489,6 +489,7 @@ https://datanodes.to/download
|
||||||
*://dailyuploads.net/*
|
*://dailyuploads.net/*
|
||||||
*://www.ryuugames.com/?eroge=*
|
*://www.ryuugames.com/?eroge=*
|
||||||
*://anchoreth.com/r-adsh?t=i&v=*
|
*://anchoreth.com/r-adsh?t=i&v=*
|
||||||
|
*://psa.btcut.io/*
|
||||||
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)/
|
||||||
|
|
Loading…
Reference in a new issue