mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-31 06:57:29 +05:00
added domain for modijiurl
This commit is contained in:
parent
a04bca1533
commit
2e64ec3ddc
4 changed files with 10 additions and 10 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 91.8.3
|
||||
// @version 91.8.4
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -755,7 +755,7 @@
|
|||
// @include /pastebin.com\/raw/
|
||||
// @include /spacetica.com/
|
||||
// @include /linegee.net|intercelestial.com/
|
||||
// @include /loanoffering.in/
|
||||
// @include /loanoffering.in|moonplusnews.com/
|
||||
// @include /modijiurl.com/
|
||||
// @include /4hi.in/
|
||||
// @include /lnk.news/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 91.8.3
|
||||
// @version 91.8.4
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -755,7 +755,7 @@
|
|||
// @include /pastebin.com\/raw/
|
||||
// @include /spacetica.com/
|
||||
// @include /linegee.net|intercelestial.com/
|
||||
// @include /loanoffering.in/
|
||||
// @include /loanoffering.in|moonplusnews.com/
|
||||
// @include /modijiurl.com/
|
||||
// @include /4hi.in/
|
||||
// @include /lnk.news/
|
||||
|
@ -2258,8 +2258,8 @@
|
|||
/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() {
|
||||
// https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-8878055 / https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-9061651
|
||||
if (/loanoffering.in|moonplusnews.com/.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;
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
// @include /pastebin.com\/raw/
|
||||
// @include /spacetica.com/
|
||||
// @include /linegee.net|intercelestial.com/
|
||||
// @include /loanoffering.in/
|
||||
// @include /loanoffering.in|moonplusnews.com/
|
||||
// @include /modijiurl.com/
|
||||
// @include /4hi.in/
|
||||
// @include /lnk.news/
|
||||
|
@ -538,8 +538,8 @@
|
|||
/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() {
|
||||
// https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-8878055 / https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-9061651
|
||||
if (/loanoffering.in|moonplusnews.com/.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;
|
||||
|
|
|
@ -734,7 +734,7 @@ r1.foxylinks.site
|
|||
/pastebin.com\/raw/
|
||||
/spacetica.com/
|
||||
/linegee.net|intercelestial.com/
|
||||
/loanoffering.in/
|
||||
/loanoffering.in|moonplusnews.com/
|
||||
/modijiurl.com/
|
||||
/4hi.in/
|
||||
/lnk.news/
|
||||
|
|
Loading…
Reference in a new issue