mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-31 15:07:28 +05:00
added bypass for extra case for fc-lc
This commit is contained in:
parent
b0fed45b68
commit
5622dc16ca
4 changed files with 14 additions and 0 deletions
|
@ -669,6 +669,7 @@
|
||||||
// @include /ouo.io/
|
// @include /ouo.io/
|
||||||
// @include /exeo.app/
|
// @include /exeo.app/
|
||||||
// @include /fc-lc.(xyz|com)/
|
// @include /fc-lc.(xyz|com)/
|
||||||
|
// @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).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz)(?!.*\?r=)/
|
// @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz)(?!.*\?r=)/
|
||||||
|
|
|
@ -669,6 +669,7 @@
|
||||||
// @include /ouo.io/
|
// @include /ouo.io/
|
||||||
// @include /exeo.app/
|
// @include /exeo.app/
|
||||||
// @include /fc-lc.(xyz|com)/
|
// @include /fc-lc.(xyz|com)/
|
||||||
|
// @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).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz)(?!.*\?r=)/
|
// @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz)(?!.*\?r=)/
|
||||||
|
@ -1878,6 +1879,11 @@
|
||||||
|
|
||||||
//fc-lc
|
//fc-lc
|
||||||
/fc-lc.(xyz|com)/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
/fc-lc.(xyz|com)/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
||||||
|
// extra steps for some fc-lc cases: https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-8736277
|
||||||
|
/tmail.io/.test(url) ? afterDOMLoaded(function() {clickIfExists('#next')}) : null;
|
||||||
|
/tmail.io/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#scroll')}) : null;
|
||||||
|
/tmail.io/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#glink')}) : null;
|
||||||
|
/tmail.io/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#surl')}) : null;
|
||||||
|
|
||||||
//kingshortener.com (seen used in reidostorrents.com)
|
//kingshortener.com (seen used in reidostorrents.com)
|
||||||
/kingshortener.com/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
/kingshortener.com/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
// @include /ouo.io/
|
// @include /ouo.io/
|
||||||
// @include /exeo.app/
|
// @include /exeo.app/
|
||||||
// @include /fc-lc.(xyz|com)/
|
// @include /fc-lc.(xyz|com)/
|
||||||
|
// @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).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz)(?!.*\?r=)/
|
// @include /((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz)(?!.*\?r=)/
|
||||||
|
@ -146,6 +147,11 @@
|
||||||
|
|
||||||
//fc-lc
|
//fc-lc
|
||||||
/fc-lc.(xyz|com)/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
/fc-lc.(xyz|com)/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
||||||
|
// extra steps for some fc-lc cases: https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-8736277
|
||||||
|
/tmail.io/.test(url) ? afterDOMLoaded(function() {clickIfExists('#next')}) : null;
|
||||||
|
/tmail.io/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#scroll')}) : null;
|
||||||
|
/tmail.io/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#glink')}) : null;
|
||||||
|
/tmail.io/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#surl')}) : null;
|
||||||
|
|
||||||
//kingshortener.com (seen used in reidostorrents.com)
|
//kingshortener.com (seen used in reidostorrents.com)
|
||||||
/kingshortener.com/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
/kingshortener.com/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
||||||
|
|
|
@ -651,6 +651,7 @@ r1.foxylinks.site
|
||||||
/ouo.io/
|
/ouo.io/
|
||||||
/exeo.app/
|
/exeo.app/
|
||||||
/fc-lc.(xyz|com)/
|
/fc-lc.(xyz|com)/
|
||||||
|
/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).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz)(?!.*\?r=)/
|
/((cybertyrant|profitshort|technorozen|hubdrive.me|bestadvise4u|newztalkies|aiotechnical|cryptonewzhub|techvybes|wizitales|101desires|gdspike).com|courselinkfree.us|10desires.(org|net)|theapknews.shop|trendzguruji.me|speedynews.xyz)(?!.*\?r=)/
|
||||||
|
|
Loading…
Reference in a new issue