mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
add some ovagames missing cases
This commit is contained in:
parent
5c934505dc
commit
65ba71ae84
4 changed files with 16 additions and 2 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue