added another domain

This commit is contained in:
Amm0ni4 2024-04-09 01:25:34 +02:00
parent b4dc5b347d
commit a04bca1533
4 changed files with 8 additions and 6 deletions

View file

@ -670,7 +670,7 @@
// @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro)/ // @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro)/
// @include /dropgalaxy.(com|co)\/drive/ // @include /dropgalaxy.(com|co)\/drive/
// @include /short-ly.co/ // @include /short-ly.co/
// @include /(shramikcard|pmkisanlists).in/ // @include /(shramikcard|pmkisanlists).in|cookad.net/
// @include /blogging.techworldx.net/ // @include /blogging.techworldx.net/
// @include /starsddl.me\/short/ // @include /starsddl.me\/short/
// @include /tech.unblockedgames.world/ // @include /tech.unblockedgames.world/

View file

@ -670,7 +670,7 @@
// @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro)/ // @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro)/
// @include /dropgalaxy.(com|co)\/drive/ // @include /dropgalaxy.(com|co)\/drive/
// @include /short-ly.co/ // @include /short-ly.co/
// @include /(shramikcard|pmkisanlists).in/ // @include /(shramikcard|pmkisanlists).in|cookad.net/
// @include /blogging.techworldx.net/ // @include /blogging.techworldx.net/
// @include /starsddl.me\/short/ // @include /starsddl.me\/short/
// @include /tech.unblockedgames.world/ // @include /tech.unblockedgames.world/
@ -2013,7 +2013,8 @@
// multimovies.space // multimovies.space
//##Intermediate buttons //##Intermediate buttons
const handleShamikcardButtons = (buttonSelector, targetText) => afterDOMLoaded(() => setInterval(() => { const button = document.querySelector(buttonSelector); if (button && button.textContent.includes(targetText) && !(targetText == 'Get Link')) { setTimeout(() => button.click(), 500); } }, 2000)); const handleShamikcardButtons = (buttonSelector, targetText) => afterDOMLoaded(() => setInterval(() => { const button = document.querySelector(buttonSelector); if (button && button.textContent.includes(targetText) && !(targetText == 'Get Link')) { setTimeout(() => button.click(), 500); } }, 2000));
if (/(shramikcard|pmkisanlists).in/.test(url)){ if (/(shramikcard|pmkisanlists).in|cookad.net/.test(url)){
preventForcedFocusOnWindow();//preventForcedFocusOnWindow not working for this site apparently
handleShamikcardButtons('#topButton', 'Click to Continue'); handleShamikcardButtons('#topButton', 'Click to Continue');
handleShamikcardButtons('#topButton', 'Continue'); handleShamikcardButtons('#topButton', 'Continue');
handleShamikcardButtons('#bottomButton', 'Click to Continue'); handleShamikcardButtons('#bottomButton', 'Click to Continue');

View file

@ -27,7 +27,7 @@
// @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro)/ // @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro)/
// @include /dropgalaxy.(com|co)\/drive/ // @include /dropgalaxy.(com|co)\/drive/
// @include /short-ly.co/ // @include /short-ly.co/
// @include /(shramikcard|pmkisanlists).in/ // @include /(shramikcard|pmkisanlists).in|cookad.net/
// @include /blogging.techworldx.net/ // @include /blogging.techworldx.net/
// @include /starsddl.me\/short/ // @include /starsddl.me\/short/
// @include /tech.unblockedgames.world/ // @include /tech.unblockedgames.world/
@ -293,7 +293,8 @@
// multimovies.space // multimovies.space
//##Intermediate buttons //##Intermediate buttons
const handleShamikcardButtons = (buttonSelector, targetText) => afterDOMLoaded(() => setInterval(() => { const button = document.querySelector(buttonSelector); if (button && button.textContent.includes(targetText) && !(targetText == 'Get Link')) { setTimeout(() => button.click(), 500); } }, 2000)); const handleShamikcardButtons = (buttonSelector, targetText) => afterDOMLoaded(() => setInterval(() => { const button = document.querySelector(buttonSelector); if (button && button.textContent.includes(targetText) && !(targetText == 'Get Link')) { setTimeout(() => button.click(), 500); } }, 2000));
if (/(shramikcard|pmkisanlists).in/.test(url)){ if (/(shramikcard|pmkisanlists).in|cookad.net/.test(url)){
preventForcedFocusOnWindow();//preventForcedFocusOnWindow not working for this site apparently
handleShamikcardButtons('#topButton', 'Click to Continue'); handleShamikcardButtons('#topButton', 'Click to Continue');
handleShamikcardButtons('#topButton', 'Continue'); handleShamikcardButtons('#topButton', 'Continue');
handleShamikcardButtons('#bottomButton', 'Click to Continue'); handleShamikcardButtons('#bottomButton', 'Click to Continue');

View file

@ -649,7 +649,7 @@ r1.foxylinks.site
/((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro)/ /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro)/
/dropgalaxy.(com|co)\/drive/ /dropgalaxy.(com|co)\/drive/
/short-ly.co/ /short-ly.co/
/(shramikcard|pmkisanlists).in/ /(shramikcard|pmkisanlists).in|cookad.net/
/blogging.techworldx.net/ /blogging.techworldx.net/
/starsddl.me\/short/ /starsddl.me\/short/
/tech.unblockedgames.world/ /tech.unblockedgames.world/