mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-02-06 01:44:10 +05:00
Compare commits
No commits in common. "2793ad5266211f83403f9440c4a77213ebe1ab00" and "bfd8e1b2f3b8208ba352ef87d713831dfbcf82f3" have entirely different histories.
2793ad5266
...
bfd8e1b2f3
4 changed files with 10 additions and 44 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.4.17
|
||||
// @version 93.4.14
|
||||
// @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|zshort.io/
|
||||
// @include /ez4short.com/
|
||||
// @include /learnmany.in/
|
||||
// @include /lksfy.in/
|
||||
// @include /droplink.co/
|
||||
|
@ -716,7 +716,6 @@
|
|||
// @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)\/.*/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.4.17
|
||||
// @version 93.4.14
|
||||
// @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|zshort.io/
|
||||
// @include /ez4short.com/
|
||||
// @include /learnmany.in/
|
||||
// @include /lksfy.in/
|
||||
// @include /droplink.co/
|
||||
|
@ -716,7 +716,6 @@
|
|||
// @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)\/.*/
|
||||
|
@ -1843,6 +1842,7 @@
|
|||
|
||||
// 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,9 +1969,6 @@
|
|||
}
|
||||
/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;
|
||||
|
||||
|
@ -2642,19 +2639,6 @@
|
|||
});
|
||||
}
|
||||
|
||||
// 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() {
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
// @include /techfizia.com/
|
||||
// @include /tech5s.co/
|
||||
// @include /ez4mods.com/
|
||||
// @include /ez4short.com|zshort.io/
|
||||
// @include /ez4short.com/
|
||||
// @include /learnmany.in/
|
||||
// @include /lksfy.in/
|
||||
// @include /droplink.co/
|
||||
|
@ -210,7 +210,6 @@
|
|||
// @include /^https:\/\/kisalt\.com\/.*/
|
||||
// @match *://*.ukrupdate.com/*
|
||||
// @match *://*.aryx.xyz/*
|
||||
// @include /app.link2unlock.com/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -401,6 +400,7 @@
|
|||
|
||||
// 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,9 +527,6 @@
|
|||
}
|
||||
/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;
|
||||
|
||||
|
@ -1200,19 +1197,6 @@
|
|||
});
|
||||
}
|
||||
|
||||
// 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() {
|
||||
|
|
|
@ -540,7 +540,7 @@ https://paster.so/*
|
|||
/techfizia.com/
|
||||
/tech5s.co/
|
||||
/ez4mods.com/
|
||||
/ez4short.com|zshort.io/
|
||||
/ez4short.com/
|
||||
/learnmany.in/
|
||||
/lksfy.in/
|
||||
/droplink.co/
|
||||
|
@ -697,7 +697,6 @@ 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)\/.*/
|
||||
|
|
Loading…
Reference in a new issue