faster bypass for vegamovies.ong

This commit is contained in:
Amm0ni4 2024-02-21 20:08:24 +01:00
parent 6bf90c8db5
commit 8ff23ed04b
4 changed files with 22 additions and 6 deletions

View file

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

View file

@ -665,7 +665,8 @@
// @include /fc-lc.(xyz|com)/
// @include /1v.to\/t/
// @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)/
// @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me)(?!.*\?r=)/
// @include /cybertyrant.com\/\?r=/
// @include /dropgalaxy.(com|co)\/drive/
// @include /short-ly.co/
// @include /shramikcard.in/
@ -1816,9 +1817,15 @@
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
}, 500);});};
/((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me)/.test(url) ?
/((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me)(?!.*\?r=)/.test(url) ?
redirectOrClickIfExistsEnabledWithDelay('.rd_btn') : null;
//vegamovies
/cybertyrant.com\/\?r=/.test(url) ? redirect(atob(url.split('?r=')[1])) : null;
// 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
//ovagames.com - linkspy.cc & clicksfly.com|shrinkme.io|clk.sh|shrinkearn.com|clk.asia|clk.wiki concatenated - https://github.com/FastForwardTeam/FastForward/issues/1352
if (/linkspy.cc\/tr/.test(url)){
var decodedUrl = atob(url.split('/tr/')[1]);

View file

@ -20,7 +20,8 @@
// @include /fc-lc.(xyz|com)/
// @include /1v.to\/t/
// @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)/
// @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me)(?!.*\?r=)/
// @include /cybertyrant.com\/\?r=/
// @include /dropgalaxy.(com|co)\/drive/
// @include /short-ly.co/
// @include /shramikcard.in/
@ -152,9 +153,15 @@
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
}, 500);});};
/((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me)/.test(url) ?
/((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me)(?!.*\?r=)/.test(url) ?
redirectOrClickIfExistsEnabledWithDelay('.rd_btn') : null;
//vegamovies
/cybertyrant.com\/\?r=/.test(url) ? redirect(atob(url.split('?r=')[1])) : null;
// 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
//ovagames.com - linkspy.cc & clicksfly.com|shrinkme.io|clk.sh|shrinkearn.com|clk.asia|clk.wiki concatenated - https://github.com/FastForwardTeam/FastForward/issues/1352
if (/linkspy.cc\/tr/.test(url)){
var decodedUrl = atob(url.split('/tr/')[1]);

View file

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