From 3e2028a65fc5ba2b9fb4516c4524b1a7e59370ca Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Tue, 20 Feb 2024 15:06:07 +0100 Subject: [PATCH] fix bypass for ovagames --- Bypass_All_Shortlinks.user.js | 4 ++-- extra_bypasses/simple_redirects.user.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index f08892f..e9dfd28 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -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) ? 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)){ var decodedUrl = atob(url.split('/tr/')[1]); 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 diff --git a/extra_bypasses/simple_redirects.user.js b/extra_bypasses/simple_redirects.user.js index a1c6a95..65a4db3 100644 --- a/extra_bypasses/simple_redirects.user.js +++ b/extra_bypasses/simple_redirects.user.js @@ -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) ? 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)){ var decodedUrl = atob(url.split('/tr/')[1]); 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