fix bypass for ovagames

This commit is contained in:
Amm0ni4 2024-02-20 15:06:07 +01:00
parent cb5902d951
commit 3e2028a65f
2 changed files with 4 additions and 4 deletions

View file

@ -1794,11 +1794,11 @@
/((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)/.test(url) ?
redirectOrClickIfExistsEnabledWithDelay('.rd_btn') : null; redirectOrClickIfExistsEnabledWithDelay('.rd_btn') : null;
//linkspy.cc & clicksfly.com concatenated https://github.com/FastForwardTeam/FastForward/issues/1352 //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)){ if (/linkspy.cc\/tr/.test(url)){
var decodedUrl = atob(url.split('/tr/')[1]); var decodedUrl = atob(url.split('/tr/')[1]);
var urlParam = getParam(decodedUrl,'url'); var urlParam = getParam(decodedUrl,'url');
/clicksfly.com/.test(decodedUrl) && urlParam ? redirect(atob(urlParam)) : redirect(decodedUrl); urlParam ? redirect(atob(urlParam)) : redirect(decodedUrl);
} }
//dropgalaxy https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/2 //dropgalaxy https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/2

View file

@ -128,11 +128,11 @@
/((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)/.test(url) ?
redirectOrClickIfExistsEnabledWithDelay('.rd_btn') : null; redirectOrClickIfExistsEnabledWithDelay('.rd_btn') : null;
//linkspy.cc & clicksfly.com concatenated https://github.com/FastForwardTeam/FastForward/issues/1352 //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)){ if (/linkspy.cc\/tr/.test(url)){
var decodedUrl = atob(url.split('/tr/')[1]); var decodedUrl = atob(url.split('/tr/')[1]);
var urlParam = getParam(decodedUrl,'url'); var urlParam = getParam(decodedUrl,'url');
/clicksfly.com/.test(decodedUrl) && urlParam ? redirect(atob(urlParam)) : redirect(decodedUrl); urlParam ? redirect(atob(urlParam)) : redirect(decodedUrl);
} }
//dropgalaxy https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/2 //dropgalaxy https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/2