mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 16:33:02 +05:00
added a bypass
This commit is contained in:
parent
e536733a69
commit
f3e867eadd
4 changed files with 20 additions and 0 deletions
|
@ -752,6 +752,8 @@
|
|||
// @include /pastebin.com\/raw/
|
||||
// @include /spacetica.com/
|
||||
// @include /linegee.net|intercelestial.com/
|
||||
// @include /loanoffering.in/
|
||||
// @include /modijiurl.com/
|
||||
// @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)\/.*$/
|
||||
|
|
|
@ -752,6 +752,8 @@
|
|||
// @include /pastebin.com\/raw/
|
||||
// @include /spacetica.com/
|
||||
// @include /linegee.net|intercelestial.com/
|
||||
// @include /loanoffering.in/
|
||||
// @include /modijiurl.com/
|
||||
// @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)\/.*$/
|
||||
|
@ -2233,6 +2235,12 @@
|
|||
/linegee.net|intercelestial.com/.test(url) ? preventForcedFocusOnWindow() : null;
|
||||
/spacetica.com/.test(url) ? afterDOMLoaded(function() {redirectIfExists('center a')}) : null;
|
||||
|
||||
// https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-8878055
|
||||
if (/loanoffering.in/.test(url)) {afterDOMLoaded(function() {
|
||||
clickIfExists('#startButton'); clickIfExists('#verifybtn'); clickIfExists('#tp98');
|
||||
clickIfExists('#tp4'); clickIfExists('#tp3'); clickIfExists('#rtg-snp2'); })}
|
||||
/modijiurl.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('#okiiii')}) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -111,6 +111,8 @@
|
|||
// @include /pastebin.com\/raw/
|
||||
// @include /spacetica.com/
|
||||
// @include /linegee.net|intercelestial.com/
|
||||
// @include /loanoffering.in/
|
||||
// @include /modijiurl.com/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -516,6 +518,12 @@
|
|||
/linegee.net|intercelestial.com/.test(url) ? preventForcedFocusOnWindow() : null;
|
||||
/spacetica.com/.test(url) ? afterDOMLoaded(function() {redirectIfExists('center a')}) : null;
|
||||
|
||||
// https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-8878055
|
||||
if (/loanoffering.in/.test(url)) {afterDOMLoaded(function() {
|
||||
clickIfExists('#startButton'); clickIfExists('#verifybtn'); clickIfExists('#tp98');
|
||||
clickIfExists('#tp4'); clickIfExists('#tp3'); clickIfExists('#rtg-snp2'); })}
|
||||
/modijiurl.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('#okiiii')}) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -732,6 +732,8 @@ r1.foxylinks.site
|
|||
/pastebin.com\/raw/
|
||||
/spacetica.com/
|
||||
/linegee.net|intercelestial.com/
|
||||
/loanoffering.in/
|
||||
/modijiurl.com/
|
||||
/(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