mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 16:33:02 +05:00
added new domain for a bypass
This commit is contained in:
parent
cc344038e5
commit
2e173b6d5a
4 changed files with 8 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 91.8.8
|
// @version 91.8.9
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -667,7 +667,7 @@
|
||||||
// @include /tmail.io/
|
// @include /tmail.io/
|
||||||
// @include /1v.to\/t/
|
// @include /1v.to\/t/
|
||||||
// @include /linkspy.cc\/tr/
|
// @include /linkspy.cc\/tr/
|
||||||
// @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top)/
|
// @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/
|
// @include /dropgalaxy.(com|co)\/drive/
|
||||||
// @include /short-ly.co/
|
// @include /short-ly.co/
|
||||||
// @include /(shramikcard|pmkisanlists).in|cookad.net/
|
// @include /(shramikcard|pmkisanlists).in|cookad.net/
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 91.8.8
|
// @version 91.8.9
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -667,7 +667,7 @@
|
||||||
// @include /tmail.io/
|
// @include /tmail.io/
|
||||||
// @include /1v.to\/t/
|
// @include /1v.to\/t/
|
||||||
// @include /linkspy.cc\/tr/
|
// @include /linkspy.cc\/tr/
|
||||||
// @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top)/
|
// @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/
|
// @include /dropgalaxy.(com|co)\/drive/
|
||||||
// @include /short-ly.co/
|
// @include /short-ly.co/
|
||||||
// @include /(shramikcard|pmkisanlists).in|cookad.net/
|
// @include /(shramikcard|pmkisanlists).in|cookad.net/
|
||||||
|
@ -1976,7 +1976,7 @@
|
||||||
let button = document.querySelector(selector + ':not(.disabled)'); //Check the element is not disabled
|
let button = document.querySelector(selector + ':not(.disabled)'); //Check the element is not disabled
|
||||||
if (button) {setTimeout(() => { isValidUrl(button.href) ? redirect(button.href) : button.click();}, 100);} //Redirect or click, with a 0.1s delay
|
if (button) {setTimeout(() => { isValidUrl(button.href) ? redirect(button.href) : button.click();}, 100);} //Redirect or click, with a 0.1s delay
|
||||||
}, 500);});};
|
}, 500);});};
|
||||||
if (/((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top)/.test(url)){
|
if (/((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)/.test(url)){
|
||||||
if (url.includes('?r=')) redirect(atob(url.split('?r=')[1]));
|
if (url.includes('?r=')) redirect(atob(url.split('?r=')[1]));
|
||||||
else redirectOrClickIfExistsEnabledWithDelay('.rd_btn');
|
else redirectOrClickIfExistsEnabledWithDelay('.rd_btn');
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
// @include /tmail.io/
|
// @include /tmail.io/
|
||||||
// @include /1v.to\/t/
|
// @include /1v.to\/t/
|
||||||
// @include /linkspy.cc\/tr/
|
// @include /linkspy.cc\/tr/
|
||||||
// @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top)/
|
// @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/
|
// @include /dropgalaxy.(com|co)\/drive/
|
||||||
// @include /short-ly.co/
|
// @include /short-ly.co/
|
||||||
// @include /(shramikcard|pmkisanlists).in|cookad.net/
|
// @include /(shramikcard|pmkisanlists).in|cookad.net/
|
||||||
|
@ -256,7 +256,7 @@
|
||||||
let button = document.querySelector(selector + ':not(.disabled)'); //Check the element is not disabled
|
let button = document.querySelector(selector + ':not(.disabled)'); //Check the element is not disabled
|
||||||
if (button) {setTimeout(() => { isValidUrl(button.href) ? redirect(button.href) : button.click();}, 100);} //Redirect or click, with a 0.1s delay
|
if (button) {setTimeout(() => { isValidUrl(button.href) ? redirect(button.href) : button.click();}, 100);} //Redirect or click, with a 0.1s delay
|
||||||
}, 500);});};
|
}, 500);});};
|
||||||
if (/((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top)/.test(url)){
|
if (/((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)/.test(url)){
|
||||||
if (url.includes('?r=')) redirect(atob(url.split('?r=')[1]));
|
if (url.includes('?r=')) redirect(atob(url.split('?r=')[1]));
|
||||||
else redirectOrClickIfExistsEnabledWithDelay('.rd_btn');
|
else redirectOrClickIfExistsEnabledWithDelay('.rd_btn');
|
||||||
}
|
}
|
||||||
|
|
|
@ -646,7 +646,7 @@ r1.foxylinks.site
|
||||||
/tmail.io/
|
/tmail.io/
|
||||||
/1v.to\/t/
|
/1v.to\/t/
|
||||||
/linkspy.cc\/tr/
|
/linkspy.cc\/tr/
|
||||||
/((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top)/
|
/((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/
|
/dropgalaxy.(com|co)\/drive/
|
||||||
/short-ly.co/
|
/short-ly.co/
|
||||||
/(shramikcard|pmkisanlists).in|cookad.net/
|
/(shramikcard|pmkisanlists).in|cookad.net/
|
||||||
|
|
Loading…
Reference in a new issue