mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 16:33:02 +05:00
remove broken modijiurl
This commit is contained in:
parent
73ab50c9aa
commit
55519dd5fc
4 changed files with 14 additions and 18 deletions
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 92.8.1
|
// @version 92.8.2
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -666,7 +666,6 @@
|
||||||
// @include /spacetica.com/
|
// @include /spacetica.com/
|
||||||
// @include /linegee.net|intercelestial.com/
|
// @include /linegee.net|intercelestial.com/
|
||||||
// @include /(loanoffering|djmp3world).in|moonplusnews.com/
|
// @include /(loanoffering|djmp3world).in|moonplusnews.com/
|
||||||
// @include /modijiurl.com/
|
|
||||||
// @include /4hi.in/
|
// @include /4hi.in/
|
||||||
// @include /lnk.news/
|
// @include /lnk.news/
|
||||||
// @include /imagereviser.com/
|
// @include /imagereviser.com/
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 92.8.1
|
// @version 92.8.2
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -666,7 +666,6 @@
|
||||||
// @include /spacetica.com/
|
// @include /spacetica.com/
|
||||||
// @include /linegee.net|intercelestial.com/
|
// @include /linegee.net|intercelestial.com/
|
||||||
// @include /(loanoffering|djmp3world).in|moonplusnews.com/
|
// @include /(loanoffering|djmp3world).in|moonplusnews.com/
|
||||||
// @include /modijiurl.com/
|
|
||||||
// @include /4hi.in/
|
// @include /4hi.in/
|
||||||
// @include /lnk.news/
|
// @include /lnk.news/
|
||||||
// @include /imagereviser.com/
|
// @include /imagereviser.com/
|
||||||
|
@ -2181,13 +2180,13 @@
|
||||||
/pahe.plus/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
/pahe.plus/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||||
|
|
||||||
// https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-8878055 / https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-9061651 / https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-9296298
|
// https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-8878055 / https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-9061651 / https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-9296298
|
||||||
if (/(loanoffering|djmp3world).in|moonplusnews.com/.test(url)) {afterDOMLoaded(function() {
|
/* if (/alljntuworld.in/.test(url)) {afterDOMLoaded(function() {
|
||||||
clickIfExists('#startButton'); clickIfExists('#verifybtn'); clickIfExists('#tp98'); clickIfExists('#tp44');
|
//clickIfExists('#tp444');
|
||||||
clickIfExists('#tp4'); clickIfExists('#tp3'); clickIfExists('#rtg-snp2');
|
//clickIfExists('#rtg-snp2');
|
||||||
clickIfExists('#tp444'); clickIfExists('#gtelinkbtn');
|
//clickIfExists('#gtelinkbtn');
|
||||||
})}
|
})}
|
||||||
/modijiurl.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled2('a.get-link')}) : null;
|
/^(https?:\/\/)(.+)?(modijiurl.com)(\/.*)/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled2('a.get-link')}) : null;
|
||||||
|
*/
|
||||||
// https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-8884375
|
// https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-8884375
|
||||||
if (/4hi.in/.test(url)) { afterDOMLoaded(function() {
|
if (/4hi.in/.test(url)) { afterDOMLoaded(function() {
|
||||||
clickIfExists('.btn-warning:not(.btn-captcha)');
|
clickIfExists('.btn-warning:not(.btn-captcha)');
|
||||||
|
|
|
@ -115,7 +115,6 @@
|
||||||
// @include /spacetica.com/
|
// @include /spacetica.com/
|
||||||
// @include /linegee.net|intercelestial.com/
|
// @include /linegee.net|intercelestial.com/
|
||||||
// @include /(loanoffering|djmp3world).in|moonplusnews.com/
|
// @include /(loanoffering|djmp3world).in|moonplusnews.com/
|
||||||
// @include /modijiurl.com/
|
|
||||||
// @include /4hi.in/
|
// @include /4hi.in/
|
||||||
// @include /lnk.news/
|
// @include /lnk.news/
|
||||||
// @include /imagereviser.com/
|
// @include /imagereviser.com/
|
||||||
|
@ -689,13 +688,13 @@
|
||||||
/pahe.plus/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
/pahe.plus/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||||
|
|
||||||
// https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-8878055 / https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-9061651 / https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-9296298
|
// https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-8878055 / https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-9061651 / https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-9296298
|
||||||
if (/(loanoffering|djmp3world).in|moonplusnews.com/.test(url)) {afterDOMLoaded(function() {
|
/* if (/alljntuworld.in/.test(url)) {afterDOMLoaded(function() {
|
||||||
clickIfExists('#startButton'); clickIfExists('#verifybtn'); clickIfExists('#tp98'); clickIfExists('#tp44');
|
//clickIfExists('#tp444');
|
||||||
clickIfExists('#tp4'); clickIfExists('#tp3'); clickIfExists('#rtg-snp2');
|
//clickIfExists('#rtg-snp2');
|
||||||
clickIfExists('#tp444'); clickIfExists('#gtelinkbtn');
|
//clickIfExists('#gtelinkbtn');
|
||||||
})}
|
})}
|
||||||
/modijiurl.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled2('a.get-link')}) : null;
|
/^(https?:\/\/)(.+)?(modijiurl.com)(\/.*)/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled2('a.get-link')}) : null;
|
||||||
|
*/
|
||||||
// https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-8884375
|
// https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-8884375
|
||||||
if (/4hi.in/.test(url)) { afterDOMLoaded(function() {
|
if (/4hi.in/.test(url)) { afterDOMLoaded(function() {
|
||||||
clickIfExists('.btn-warning:not(.btn-captcha)');
|
clickIfExists('.btn-warning:not(.btn-captcha)');
|
||||||
|
|
|
@ -646,7 +646,6 @@ https://paster.so/*
|
||||||
/spacetica.com/
|
/spacetica.com/
|
||||||
/linegee.net|intercelestial.com/
|
/linegee.net|intercelestial.com/
|
||||||
/(loanoffering|djmp3world).in|moonplusnews.com/
|
/(loanoffering|djmp3world).in|moonplusnews.com/
|
||||||
/modijiurl.com/
|
|
||||||
/4hi.in/
|
/4hi.in/
|
||||||
/lnk.news/
|
/lnk.news/
|
||||||
/imagereviser.com/
|
/imagereviser.com/
|
||||||
|
|
Loading…
Reference in a new issue