mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 16:33:02 +05:00
fix bypass for ovagames
This commit is contained in:
parent
cb5902d951
commit
3e2028a65f
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue