fix bypass for unblockedgames.world (moviesmod.cash, ...)

This commit is contained in:
Amm0ni4 2025-02-03 13:16:35 +01:00
parent 694944017c
commit 1ced064b57
4 changed files with 24 additions and 22 deletions

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 93.4.37 // @version 93.4.38
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle
@ -538,7 +538,7 @@
// @include /uqozy.com|posterify.net|drinkspartner.com|manishclasses.in|boiscd.com/ // @include /uqozy.com|posterify.net|drinkspartner.com|manishclasses.in|boiscd.com/
// @include /blogging.techworldx.net|10beasts.biz/ // @include /blogging.techworldx.net|10beasts.biz/
// @include /starsddl.me\/short/ // @include /starsddl.me\/short/
// @include /tech.unblockedgames.world/ // @include /(tech|technews).unblockedgames.world/
// @include /seriezloaded.com.ng\/sl-download\/\?link=/ // @include /seriezloaded.com.ng\/sl-download\/\?link=/
// @include /www.itscybertech.com/ // @include /www.itscybertech.com/
// @include /thegadgetking.in/ // @include /thegadgetking.in/

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 93.4.37 // @version 93.4.38
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle
@ -538,7 +538,7 @@
// @include /uqozy.com|posterify.net|drinkspartner.com|manishclasses.in|boiscd.com/ // @include /uqozy.com|posterify.net|drinkspartner.com|manishclasses.in|boiscd.com/
// @include /blogging.techworldx.net|10beasts.biz/ // @include /blogging.techworldx.net|10beasts.biz/
// @include /starsddl.me\/short/ // @include /starsddl.me\/short/
// @include /tech.unblockedgames.world/ // @include /(tech|technews).unblockedgames.world/
// @include /seriezloaded.com.ng\/sl-download\/\?link=/ // @include /seriezloaded.com.ng\/sl-download\/\?link=/
// @include /www.itscybertech.com/ // @include /www.itscybertech.com/
// @include /thegadgetking.in/ // @include /thegadgetking.in/
@ -1983,16 +1983,17 @@
// starsddl.me // starsddl.me
/starsddl.me\/short\/\?anonym=/.test(url) ? redirect(atob(url.split('?anonym=')[1])) : null; /starsddl.me\/short\/\?anonym=/.test(url) ? redirect(atob(url.split('?anonym=')[1])) : null;
// uhdmovies.icu, topmovies.icu (modlist.in) // uhdmovies.icu, topmovies.icu (modlist.in), moviesmod.cash
//uBO filter bypass: https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-11995191
// button-clicking method // button-clicking method
/* /tech.unblockedgames.world/.test(url) ? afterDOMLoaded(function() {clickIfExists('span.block > a:nth-child(1)')}) : null; /(tech|technews).unblockedgames.world/.test(url) ? afterDOMLoaded(function() {
/tech.unblockedgames.world/.test(url) ? afterDOMLoaded(function() {clickIfExists('#verify_button')}) : null; clickIfExists('span.block > a:nth-child(1)');
/tech.unblockedgames.world/.test(url) ? afterDOMLoaded(function() {clickIfExists('#verify_button2')}) : null; clickIfExists('#verify_button');
/tech.unblockedgames.world/.test(url) ? afterDOMLoaded(function() {redirectIfExists('#two_steps_btn')}) : null; */ clickIfExists('#verify_button2');
redirectIfExists('#two_steps_btn');
}) : null;
//alt method (thanks to https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-11063787) //alt method (thanks to https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-11063787)
if (/tech.unblockedgames.world/.test(url)) { if (/(tech|technews).unblockedgames.world/.test(url)) {
afterDOMLoaded(function() { afterDOMLoaded(function() {
// First step // First step
const landingElement = document.querySelector("#landing"); const landingElement = document.querySelector("#landing");

View file

@ -29,7 +29,7 @@
// @include /uqozy.com|posterify.net|drinkspartner.com|manishclasses.in|boiscd.com/ // @include /uqozy.com|posterify.net|drinkspartner.com|manishclasses.in|boiscd.com/
// @include /blogging.techworldx.net|10beasts.biz/ // @include /blogging.techworldx.net|10beasts.biz/
// @include /starsddl.me\/short/ // @include /starsddl.me\/short/
// @include /tech.unblockedgames.world/ // @include /(tech|technews).unblockedgames.world/
// @include /seriezloaded.com.ng\/sl-download\/\?link=/ // @include /seriezloaded.com.ng\/sl-download\/\?link=/
// @include /www.itscybertech.com/ // @include /www.itscybertech.com/
// @include /thegadgetking.in/ // @include /thegadgetking.in/
@ -543,16 +543,17 @@
// starsddl.me // starsddl.me
/starsddl.me\/short\/\?anonym=/.test(url) ? redirect(atob(url.split('?anonym=')[1])) : null; /starsddl.me\/short\/\?anonym=/.test(url) ? redirect(atob(url.split('?anonym=')[1])) : null;
// uhdmovies.icu, topmovies.icu (modlist.in) // uhdmovies.icu, topmovies.icu (modlist.in), moviesmod.cash
//uBO filter bypass: https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-11995191
// button-clicking method // button-clicking method
/* /tech.unblockedgames.world/.test(url) ? afterDOMLoaded(function() {clickIfExists('span.block > a:nth-child(1)')}) : null; /(tech|technews).unblockedgames.world/.test(url) ? afterDOMLoaded(function() {
/tech.unblockedgames.world/.test(url) ? afterDOMLoaded(function() {clickIfExists('#verify_button')}) : null; clickIfExists('span.block > a:nth-child(1)');
/tech.unblockedgames.world/.test(url) ? afterDOMLoaded(function() {clickIfExists('#verify_button2')}) : null; clickIfExists('#verify_button');
/tech.unblockedgames.world/.test(url) ? afterDOMLoaded(function() {redirectIfExists('#two_steps_btn')}) : null; */ clickIfExists('#verify_button2');
redirectIfExists('#two_steps_btn');
}) : null;
//alt method (thanks to https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-11063787) //alt method (thanks to https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-11063787)
if (/tech.unblockedgames.world/.test(url)) { if (/(tech|technews).unblockedgames.world/.test(url)) {
afterDOMLoaded(function() { afterDOMLoaded(function() {
// First step // First step
const landingElement = document.querySelector("#landing"); const landingElement = document.querySelector("#landing");

View file

@ -519,7 +519,7 @@ https://paster.so/*
/uqozy.com|posterify.net|drinkspartner.com|manishclasses.in|boiscd.com/ /uqozy.com|posterify.net|drinkspartner.com|manishclasses.in|boiscd.com/
/blogging.techworldx.net|10beasts.biz/ /blogging.techworldx.net|10beasts.biz/
/starsddl.me\/short/ /starsddl.me\/short/
/tech.unblockedgames.world/ /(tech|technews).unblockedgames.world/
/seriezloaded.com.ng\/sl-download\/\?link=/ /seriezloaded.com.ng\/sl-download\/\?link=/
/www.itscybertech.com/ /www.itscybertech.com/
/thegadgetking.in/ /thegadgetking.in/