added a bypass

This commit is contained in:
Amm0ni4 2024-03-23 04:46:21 +01:00
parent e536733a69
commit f3e867eadd
4 changed files with 20 additions and 0 deletions

View file

@ -752,6 +752,8 @@
// @include /pastebin.com\/raw/ // @include /pastebin.com\/raw/
// @include /spacetica.com/ // @include /spacetica.com/
// @include /linegee.net|intercelestial.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 /(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 /mega-enlace.com/
// @include /(work.ink|workink.click)\/.*$/ // @include /(work.ink|workink.click)\/.*$/

View file

@ -752,6 +752,8 @@
// @include /pastebin.com\/raw/ // @include /pastebin.com\/raw/
// @include /spacetica.com/ // @include /spacetica.com/
// @include /linegee.net|intercelestial.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 /(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 /mega-enlace.com/
// @include /(work.ink|workink.click)\/.*$/ // @include /(work.ink|workink.click)\/.*$/
@ -2233,6 +2235,12 @@
/linegee.net|intercelestial.com/.test(url) ? preventForcedFocusOnWindow() : null; /linegee.net|intercelestial.com/.test(url) ? preventForcedFocusOnWindow() : null;
/spacetica.com/.test(url) ? afterDOMLoaded(function() {redirectIfExists('center a')}) : 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() { (function() {

View file

@ -111,6 +111,8 @@
// @include /pastebin.com\/raw/ // @include /pastebin.com\/raw/
// @include /spacetica.com/ // @include /spacetica.com/
// @include /linegee.net|intercelestial.com/ // @include /linegee.net|intercelestial.com/
// @include /loanoffering.in/
// @include /modijiurl.com/
// @run-at document-start // @run-at document-start
// ==/UserScript== // ==/UserScript==
@ -516,6 +518,12 @@
/linegee.net|intercelestial.com/.test(url) ? preventForcedFocusOnWindow() : null; /linegee.net|intercelestial.com/.test(url) ? preventForcedFocusOnWindow() : null;
/spacetica.com/.test(url) ? afterDOMLoaded(function() {redirectIfExists('center a')}) : 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() { (function() {

View file

@ -732,6 +732,8 @@ r1.foxylinks.site
/pastebin.com\/raw/ /pastebin.com\/raw/
/spacetica.com/ /spacetica.com/
/linegee.net|intercelestial.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\?.*$/ /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
/mega-enlace.com/ /mega-enlace.com/
/(work.ink|workink.click)\/.*$/ /(work.ink|workink.click)\/.*$/