Compare commits

...

4 commits

4 changed files with 44 additions and 10 deletions

View file

@ -4,7 +4,7 @@
// @run-at document-start
// @author Amm0ni4
// @noframes
// @version 93.4.14
// @version 93.4.17
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
@ -559,7 +559,7 @@
// @include /techfizia.com/
// @include /tech5s.co/
// @include /ez4mods.com/
// @include /ez4short.com/
// @include /ez4short.com|zshort.io/
// @include /learnmany.in/
// @include /lksfy.in/
// @include /droplink.co/
@ -716,6 +716,7 @@
// @include /paster.gg/
// @include /go.zovo.ink/
// @include /^https:\/\/kisalt\.com\/.*/
// @include /app.link2unlock.com/
// @include /filecrypt.(cc|co)/
// @include /(mega-enlace|acortados).com/
// @include /^https:\/\/.*\.((tradeshowrating|historyofyesterday|insurelean).com|playonpc.online|quins.us)\/.*/

View file

@ -4,7 +4,7 @@
// @run-at document-start
// @author Amm0ni4
// @noframes
// @version 93.4.14
// @version 93.4.17
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_addStyle
@ -559,7 +559,7 @@
// @include /techfizia.com/
// @include /tech5s.co/
// @include /ez4mods.com/
// @include /ez4short.com/
// @include /ez4short.com|zshort.io/
// @include /learnmany.in/
// @include /lksfy.in/
// @include /droplink.co/
@ -716,6 +716,7 @@
// @include /paster.gg/
// @include /go.zovo.ink/
// @include /^https:\/\/kisalt\.com\/.*/
// @include /app.link2unlock.com/
// @include /filecrypt.(cc|co)/
// @include /(mega-enlace|acortados).com/
// @include /^https:\/\/.*\.((tradeshowrating|historyofyesterday|insurelean).com|playonpc.online|quins.us)\/.*/
@ -1842,7 +1843,6 @@
// tii.la oko.sh final step
/dekhe.click|indianshortner.com|lnbz.la|oii.la|falpus.com|tii.la|oko.sh|tpi.li|shrinke.me|clk.(wiki|kim)|techy.veganab.co|atglinks.com|linx.cc|get.megaurl.in|wordcounter.icu|exeo.app|pwrpa.cc|(go|get).megafly.in|birdurls.com|blog.graphicuv.com|try2link.com|owllink.net|oei.la|iir.la|tvi.la|exego.app|link.theflash.eu.org|get.instantearn.in|mrproblogger.com|exe-urls.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
/ez4short.com\/[^\/]+\/\?token=[^\/]+$/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled2('#aaoii2o')}) : null;
// shon.xyz, seen in mega-descargas-serie.blogspot.com
/shon.xyz/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn-main')}) : null;
@ -1969,6 +1969,9 @@
}
/shrinkforearn.in/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('a.get-link')}) : null;
// leechpremium.link
/(ez4short.com|zshort.io)\/[^\/]+\/\?token=[^\/]+$/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#aaoii2o')}) : null;
// https://droplink.co/4eSowGz4 used by leechpremium.link step 2
/onlinetntextbooks.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#go_d2');}) : null;
@ -2639,6 +2642,19 @@
});
}
// paid4link last step - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/222
//const redirectIfCloudflareCaptchaSolved = (selector) => { let intervalId = setInterval(() => { let button = document.querySelector(selector); if (checkCloudflareCaptchaSolved()) { clearInterval(intervalId); redirect(button.href); } }, 1000); };
/link.paid4link.com/.test(url) ? afterDOMLoaded(function() { redirectIfExists('#get-link-button');}) : null;
// adsafelink / link2unlock - https://github.com/realodix/AdBlockID/issues/1874
const clickIfCloudflareCaptchaSolved = (selector) => { let intervalId = setInterval(() => { let button = document.querySelector(selector); if (checkCloudflareCaptchaSolved()) { clearInterval(intervalId); button.click(); } }, 1000); };
/app.link2unlock.com/.test(url) ? afterDOMLoaded(function() {
clickIfExists('#btn-1');
clickIfExists('#btn-2');
clickIfCloudflareCaptchaSolved('#btn-3');
clickIfExists('#submit-button');
}) : null;
})();
(function() {

View file

@ -50,7 +50,7 @@
// @include /techfizia.com/
// @include /tech5s.co/
// @include /ez4mods.com/
// @include /ez4short.com/
// @include /ez4short.com|zshort.io/
// @include /learnmany.in/
// @include /lksfy.in/
// @include /droplink.co/
@ -210,6 +210,7 @@
// @include /^https:\/\/kisalt\.com\/.*/
// @match *://*.ukrupdate.com/*
// @match *://*.aryx.xyz/*
// @include /app.link2unlock.com/
// @run-at document-start
// ==/UserScript==
@ -400,7 +401,6 @@
// tii.la oko.sh final step
/dekhe.click|indianshortner.com|lnbz.la|oii.la|falpus.com|tii.la|oko.sh|tpi.li|shrinke.me|clk.(wiki|kim)|techy.veganab.co|atglinks.com|linx.cc|get.megaurl.in|wordcounter.icu|exeo.app|pwrpa.cc|(go|get).megafly.in|birdurls.com|blog.graphicuv.com|try2link.com|owllink.net|oei.la|iir.la|tvi.la|exego.app|link.theflash.eu.org|get.instantearn.in|mrproblogger.com|exe-urls.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
/ez4short.com\/[^\/]+\/\?token=[^\/]+$/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled2('#aaoii2o')}) : null;
// shon.xyz, seen in mega-descargas-serie.blogspot.com
/shon.xyz/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn-main')}) : null;
@ -527,6 +527,9 @@
}
/shrinkforearn.in/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('a.get-link')}) : null;
// leechpremium.link
/(ez4short.com|zshort.io)\/[^\/]+\/\?token=[^\/]+$/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#aaoii2o')}) : null;
// https://droplink.co/4eSowGz4 used by leechpremium.link step 2
/onlinetntextbooks.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#go_d2');}) : null;
@ -1197,6 +1200,19 @@
});
}
// paid4link last step - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/222
//const redirectIfCloudflareCaptchaSolved = (selector) => { let intervalId = setInterval(() => { let button = document.querySelector(selector); if (checkCloudflareCaptchaSolved()) { clearInterval(intervalId); redirect(button.href); } }, 1000); };
/link.paid4link.com/.test(url) ? afterDOMLoaded(function() { redirectIfExists('#get-link-button');}) : null;
// adsafelink / link2unlock - https://github.com/realodix/AdBlockID/issues/1874
const clickIfCloudflareCaptchaSolved = (selector) => { let intervalId = setInterval(() => { let button = document.querySelector(selector); if (checkCloudflareCaptchaSolved()) { clearInterval(intervalId); button.click(); } }, 1000); };
/app.link2unlock.com/.test(url) ? afterDOMLoaded(function() {
clickIfExists('#btn-1');
clickIfExists('#btn-2');
clickIfCloudflareCaptchaSolved('#btn-3');
clickIfExists('#submit-button');
}) : null;
})();
(function() {

View file

@ -540,7 +540,7 @@ https://paster.so/*
/techfizia.com/
/tech5s.co/
/ez4mods.com/
/ez4short.com/
/ez4short.com|zshort.io/
/learnmany.in/
/lksfy.in/
/droplink.co/
@ -697,6 +697,7 @@ https://paster.so/*
/paster.gg/
/go.zovo.ink/
/^https:\/\/kisalt\.com\/.*/
/app.link2unlock.com/
/filecrypt.(cc|co)/
/(mega-enlace|acortados).com/
/^https:\/\/.*\.((tradeshowrating|historyofyesterday|insurelean).com|playonpc.online|quins.us)\/.*/