mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 00:13:02 +05:00
add missing domain
This commit is contained in:
parent
e8e9a62037
commit
e4b85ac439
4 changed files with 6 additions and 6 deletions
|
@ -573,7 +573,7 @@
|
||||||
// @include /linkspy.cc\/tr/
|
// @include /linkspy.cc\/tr/
|
||||||
// @include /linkspy.cc\/\/a/
|
// @include /linkspy.cc\/\/a/
|
||||||
// @include /www.ovagames.com\/.*\.html$/
|
// @include /www.ovagames.com\/.*\.html$/
|
||||||
// @include /((infytips|remixodiadj).in|(cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale|inventoryidea|gamerxyt).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top|kvkparbhani.org|kk.offerboom.top)/
|
// @include /((infytips|remixodiadj).in|(cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale|inventoryidea|gamerxyt|betsatta).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top|kvkparbhani.org|kk.offerboom.top)/
|
||||||
// @include /dropgalaxy.(com|co)\/drive/
|
// @include /dropgalaxy.(com|co)\/drive/
|
||||||
// @include /short-ly.co/
|
// @include /short-ly.co/
|
||||||
// @include /uqozy.com|posterify.net|drinkspartner.com|manishclasses.in|boiscd.com/
|
// @include /uqozy.com|posterify.net|drinkspartner.com|manishclasses.in|boiscd.com/
|
||||||
|
|
|
@ -573,7 +573,7 @@
|
||||||
// @include /linkspy.cc\/tr/
|
// @include /linkspy.cc\/tr/
|
||||||
// @include /linkspy.cc\/\/a/
|
// @include /linkspy.cc\/\/a/
|
||||||
// @include /www.ovagames.com\/.*\.html$/
|
// @include /www.ovagames.com\/.*\.html$/
|
||||||
// @include /((infytips|remixodiadj).in|(cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale|inventoryidea|gamerxyt).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top|kvkparbhani.org|kk.offerboom.top)/
|
// @include /((infytips|remixodiadj).in|(cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale|inventoryidea|gamerxyt|betsatta).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top|kvkparbhani.org|kk.offerboom.top)/
|
||||||
// @include /dropgalaxy.(com|co)\/drive/
|
// @include /dropgalaxy.(com|co)\/drive/
|
||||||
// @include /short-ly.co/
|
// @include /short-ly.co/
|
||||||
// @include /uqozy.com|posterify.net|drinkspartner.com|manishclasses.in|boiscd.com/
|
// @include /uqozy.com|posterify.net|drinkspartner.com|manishclasses.in|boiscd.com/
|
||||||
|
@ -1931,7 +1931,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 (/((infytips|remixodiadj).in|(cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale|inventoryidea|gamerxyt).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top|kvkparbhani.org|kk.offerboom.top)/.test(url)){
|
if (/((infytips|remixodiadj).in|(cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale|inventoryidea|gamerxyt|betsatta).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top|kvkparbhani.org|kk.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');
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
// @include /linkspy.cc\/tr/
|
// @include /linkspy.cc\/tr/
|
||||||
// @include /linkspy.cc\/\/a/
|
// @include /linkspy.cc\/\/a/
|
||||||
// @include /www.ovagames.com\/.*\.html$/
|
// @include /www.ovagames.com\/.*\.html$/
|
||||||
// @include /((infytips|remixodiadj).in|(cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale|inventoryidea|gamerxyt).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top|kvkparbhani.org|kk.offerboom.top)/
|
// @include /((infytips|remixodiadj).in|(cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale|inventoryidea|gamerxyt|betsatta).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top|kvkparbhani.org|kk.offerboom.top)/
|
||||||
// @include /dropgalaxy.(com|co)\/drive/
|
// @include /dropgalaxy.(com|co)\/drive/
|
||||||
// @include /short-ly.co/
|
// @include /short-ly.co/
|
||||||
// @include /uqozy.com|posterify.net|drinkspartner.com|manishclasses.in|boiscd.com/
|
// @include /uqozy.com|posterify.net|drinkspartner.com|manishclasses.in|boiscd.com/
|
||||||
|
@ -405,7 +405,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 (/((infytips|remixodiadj).in|(cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale|inventoryidea|gamerxyt).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top|kvkparbhani.org|kk.offerboom.top)/.test(url)){
|
if (/((infytips|remixodiadj).in|(cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale|inventoryidea|gamerxyt|betsatta).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top|kvkparbhani.org|kk.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');
|
||||||
}
|
}
|
||||||
|
|
|
@ -554,7 +554,7 @@ https://paster.so/*
|
||||||
/linkspy.cc\/tr/
|
/linkspy.cc\/tr/
|
||||||
/linkspy.cc\/\/a/
|
/linkspy.cc\/\/a/
|
||||||
/www.ovagames.com\/.*\.html$/
|
/www.ovagames.com\/.*\.html$/
|
||||||
/((infytips|remixodiadj).in|(cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale|inventoryidea|gamerxyt).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top|kvkparbhani.org|kk.offerboom.top)/
|
/((infytips|remixodiadj).in|(cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike|caronwhaley|maxxfour|thewizitale|inventoryidea|gamerxyt|betsatta).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz|nzarticles.pro|blog.offerboom.top|kvkparbhani.org|kk.offerboom.top)/
|
||||||
/dropgalaxy.(com|co)\/drive/
|
/dropgalaxy.(com|co)\/drive/
|
||||||
/short-ly.co/
|
/short-ly.co/
|
||||||
/uqozy.com|posterify.net|drinkspartner.com|manishclasses.in|boiscd.com/
|
/uqozy.com|posterify.net|drinkspartner.com|manishclasses.in|boiscd.com/
|
||||||
|
|
Loading…
Reference in a new issue