mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
added a bypass
This commit is contained in:
parent
f3e867eadd
commit
6a1a467fe1
4 changed files with 16 additions and 0 deletions
|
@ -754,6 +754,7 @@
|
|||
// @include /linegee.net|intercelestial.com/
|
||||
// @include /loanoffering.in/
|
||||
// @include /modijiurl.com/
|
||||
// @include /4hi.in/
|
||||
// @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||
// @include /mega-enlace.com/
|
||||
// @include /(work.ink|workink.click)\/.*$/
|
||||
|
|
|
@ -754,6 +754,7 @@
|
|||
// @include /linegee.net|intercelestial.com/
|
||||
// @include /loanoffering.in/
|
||||
// @include /modijiurl.com/
|
||||
// @include /4hi.in/
|
||||
// @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||
// @include /mega-enlace.com/
|
||||
// @include /(work.ink|workink.click)\/.*$/
|
||||
|
@ -2241,6 +2242,12 @@
|
|||
clickIfExists('#tp4'); clickIfExists('#tp3'); clickIfExists('#rtg-snp2'); })}
|
||||
/modijiurl.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('#okiiii')}) : null;
|
||||
|
||||
// https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-8884375
|
||||
if (/4hi.in/.test(url)) { afterDOMLoaded(function() {
|
||||
clickIfExists('.btn-warning:not(.btn-captcha)');
|
||||
clickIfNotDisabled('#invisibleCaptchaShortlink');
|
||||
redirectIfNotDisabled('a.get-link'); })}
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -113,6 +113,7 @@
|
|||
// @include /linegee.net|intercelestial.com/
|
||||
// @include /loanoffering.in/
|
||||
// @include /modijiurl.com/
|
||||
// @include /4hi.in/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -524,6 +525,12 @@
|
|||
clickIfExists('#tp4'); clickIfExists('#tp3'); clickIfExists('#rtg-snp2'); })}
|
||||
/modijiurl.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('#okiiii')}) : null;
|
||||
|
||||
// https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-8884375
|
||||
if (/4hi.in/.test(url)) { afterDOMLoaded(function() {
|
||||
clickIfExists('.btn-warning:not(.btn-captcha)');
|
||||
clickIfNotDisabled('#invisibleCaptchaShortlink');
|
||||
redirectIfNotDisabled('a.get-link'); })}
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -734,6 +734,7 @@ r1.foxylinks.site
|
|||
/linegee.net|intercelestial.com/
|
||||
/loanoffering.in/
|
||||
/modijiurl.com/
|
||||
/4hi.in/
|
||||
/(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||
/mega-enlace.com/
|
||||
/(work.ink|workink.click)\/.*$/
|
||||
|
|
Loading…
Reference in a new issue