From 65ba71ae8403928738b9ad31125662e04b64bc5d Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Tue, 11 Jun 2024 11:44:43 +0200 Subject: [PATCH] add some ovagames missing cases --- Bypass_All_Shortlinks.meta.js | 3 ++- Bypass_All_Shortlinks.user.js | 8 +++++++- extra_bypasses/extra_bypasses.user.js | 6 ++++++ supported_sites.txt | 1 + 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index b8939f5..0d56b23 100644 --- a/Bypass_All_Shortlinks.meta.js +++ b/Bypass_All_Shortlinks.meta.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 92.2.3 +// @version 92.2.4 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -660,6 +660,7 @@ // @include /tmail.io/ // @include /1v.to\/t/ // @include /linkspy.cc\/tr/ +// @include /linkspy.cc\/\/a/ // @include /www.ovagames.com\/.*\.html$/ // @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top)/ // @include /dropgalaxy.(com|co)\/drive/ diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index bb66730..534dd77 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 92.2.3 +// @version 92.2.4 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -660,6 +660,7 @@ // @include /tmail.io/ // @include /1v.to\/t/ // @include /linkspy.cc\/tr/ +// @include /linkspy.cc\/\/a/ // @include /www.ovagames.com\/.*\.html$/ // @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top)/ // @include /dropgalaxy.(com|co)\/drive/ @@ -1986,6 +1987,11 @@ let urlParam = getParam(decodedUrl,'url'); urlParam ? link.href = atob(urlParam) : link.href = decodedUrl; }); }) : null; + if (/linkspy.cc\/\/a/.test(url) && url.includes('aHR0')) { + var decodedUrl = atob('aHR0' + url.split('aHR0')[1]); + var urlParam = getParam(decodedUrl,'url'); + urlParam ? redirect(atob(urlParam)) : redirect(decodedUrl); + } //dropgalaxy https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/2 /dropgalaxy.(com|co)\/drive/.test(url) ? afterDOMLoaded(function() {clickIfExists('#method_free')}) : null; //1st page diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index 950957c..efcfa16 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -22,6 +22,7 @@ // @include /tmail.io/ // @include /1v.to\/t/ // @include /linkspy.cc\/tr/ +// @include /linkspy.cc\/\/a/ // @include /www.ovagames.com\/.*\.html$/ // @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top)/ // @include /dropgalaxy.(com|co)\/drive/ @@ -301,6 +302,11 @@ let urlParam = getParam(decodedUrl,'url'); urlParam ? link.href = atob(urlParam) : link.href = decodedUrl; }); }) : null; + if (/linkspy.cc\/\/a/.test(url) && url.includes('aHR0')) { + var decodedUrl = atob('aHR0' + url.split('aHR0')[1]); + var urlParam = getParam(decodedUrl,'url'); + urlParam ? redirect(atob(urlParam)) : redirect(decodedUrl); + } //dropgalaxy https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/2 /dropgalaxy.(com|co)\/drive/.test(url) ? afterDOMLoaded(function() {clickIfExists('#method_free')}) : null; //1st page diff --git a/supported_sites.txt b/supported_sites.txt index 34d8e92..341b36f 100644 --- a/supported_sites.txt +++ b/supported_sites.txt @@ -640,6 +640,7 @@ https://paster.so/* /tmail.io/ /1v.to\/t/ /linkspy.cc\/tr/ +/linkspy.cc\/\/a/ /www.ovagames.com\/.*\.html$/ /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top)/ /dropgalaxy.(com|co)\/drive/