added a couple domains to make some bypasses faster

This commit is contained in:
Amm0ni4 2024-03-17 01:26:49 +01:00
parent 3436087ed2
commit 20d427dc67
4 changed files with 12 additions and 18 deletions

View file

@ -669,8 +669,7 @@
// @include /tmail.io/ // @include /tmail.io/
// @include /1v.to\/t/ // @include /1v.to\/t/
// @include /linkspy.cc\/tr/ // @include /linkspy.cc\/tr/
// @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz)(?!.*\?r=)/ // @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.com\/\?r=/
// @include /dropgalaxy.(com|co)\/drive/ // @include /dropgalaxy.(com|co)\/drive/
// @include /short-ly.co/ // @include /short-ly.co/
// @include /shramikcard.in/ // @include /shramikcard.in/

View file

@ -669,8 +669,7 @@
// @include /tmail.io/ // @include /tmail.io/
// @include /1v.to\/t/ // @include /1v.to\/t/
// @include /linkspy.cc\/tr/ // @include /linkspy.cc\/tr/
// @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz)(?!.*\?r=)/ // @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.com\/\?r=/
// @include /dropgalaxy.(com|co)\/drive/ // @include /dropgalaxy.(com|co)\/drive/
// @include /short-ly.co/ // @include /short-ly.co/
// @include /shramikcard.in/ // @include /shramikcard.in/
@ -1950,11 +1949,10 @@
let button = document.querySelector(selector + ':not(.disabled)'); //Check the element is not disabled let button = document.querySelector(selector + ':not(.disabled)'); //Check the element is not disabled
if (button) {setTimeout(() => { isValidUrl(button.href) ? redirect(button.href) : button.click();}, 100);} //Redirect or click, with a 0.1s delay if (button) {setTimeout(() => { isValidUrl(button.href) ? redirect(button.href) : button.click();}, 100);} //Redirect or click, with a 0.1s delay
}, 500);});}; }, 500);});};
/((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz)(?!.*\?r=)/.test(url) ? if (/((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)/.test(url)){
redirectOrClickIfExistsEnabledWithDelay('.rd_btn') : null; if (url.includes('?r=')) redirect(atob(url.split('?r=')[1]));
else redirectOrClickIfExistsEnabledWithDelay('.rd_btn');
//vegamovies }
/cybertyrant.com\/\?r=/.test(url) ? redirect(atob(url.split('?r=')[1])) : null;
// worldfree4u // worldfree4u
//bloggingvector.shop\/re/.test(url) ? redirect(atob(url.split('/re/')[1].split('?')[0])) : null; // not necessary, the site does this one by itself for now //bloggingvector.shop\/re/.test(url) ? redirect(atob(url.split('/re/')[1].split('?')[0])) : null; // not necessary, the site does this one by itself for now

View file

@ -24,8 +24,7 @@
// @include /tmail.io/ // @include /tmail.io/
// @include /1v.to\/t/ // @include /1v.to\/t/
// @include /linkspy.cc\/tr/ // @include /linkspy.cc\/tr/
// @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz)(?!.*\?r=)/ // @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.com\/\?r=/
// @include /dropgalaxy.(com|co)\/drive/ // @include /dropgalaxy.(com|co)\/drive/
// @include /short-ly.co/ // @include /short-ly.co/
// @include /shramikcard.in/ // @include /shramikcard.in/
@ -227,11 +226,10 @@
let button = document.querySelector(selector + ':not(.disabled)'); //Check the element is not disabled let button = document.querySelector(selector + ':not(.disabled)'); //Check the element is not disabled
if (button) {setTimeout(() => { isValidUrl(button.href) ? redirect(button.href) : button.click();}, 100);} //Redirect or click, with a 0.1s delay if (button) {setTimeout(() => { isValidUrl(button.href) ? redirect(button.href) : button.click();}, 100);} //Redirect or click, with a 0.1s delay
}, 500);});}; }, 500);});};
/((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz)(?!.*\?r=)/.test(url) ? if (/((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)/.test(url)){
redirectOrClickIfExistsEnabledWithDelay('.rd_btn') : null; if (url.includes('?r=')) redirect(atob(url.split('?r=')[1]));
else redirectOrClickIfExistsEnabledWithDelay('.rd_btn');
//vegamovies }
/cybertyrant.com\/\?r=/.test(url) ? redirect(atob(url.split('?r=')[1])) : null;
// worldfree4u // worldfree4u
//bloggingvector.shop\/re/.test(url) ? redirect(atob(url.split('/re/')[1].split('?')[0])) : null; // not necessary, the site does this one by itself for now //bloggingvector.shop\/re/.test(url) ? redirect(atob(url.split('/re/')[1].split('?')[0])) : null; // not necessary, the site does this one by itself for now

View file

@ -651,8 +651,7 @@ r1.foxylinks.site
/tmail.io/ /tmail.io/
/1v.to\/t/ /1v.to\/t/
/linkspy.cc\/tr/ /linkspy.cc\/tr/
/((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz)(?!.*\?r=)/ /((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.com\/\?r=/
/dropgalaxy.(com|co)\/drive/ /dropgalaxy.(com|co)\/drive/
/short-ly.co/ /short-ly.co/
/shramikcard.in/ /shramikcard.in/