added bypass for extra case for fc-lc

This commit is contained in:
Amm0ni4 2024-03-10 20:14:05 +01:00
parent b0fed45b68
commit 5622dc16ca
4 changed files with 14 additions and 0 deletions

View file

@ -669,6 +669,7 @@
// @include /ouo.io/
// @include /exeo.app/
// @include /fc-lc.(xyz|com)/
// @include /tmail.io/
// @include /1v.to\/t/
// @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=)/

View file

@ -669,6 +669,7 @@
// @include /ouo.io/
// @include /exeo.app/
// @include /fc-lc.(xyz|com)/
// @include /tmail.io/
// @include /1v.to\/t/
// @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=)/
@ -1878,6 +1879,11 @@
//fc-lc
/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/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;

View file

@ -20,6 +20,7 @@
// @include /ouo.io/
// @include /exeo.app/
// @include /fc-lc.(xyz|com)/
// @include /tmail.io/
// @include /1v.to\/t/
// @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=)/
@ -146,6 +147,11 @@
//fc-lc
/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/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;

View file

@ -651,6 +651,7 @@ r1.foxylinks.site
/ouo.io/
/exeo.app/
/fc-lc.(xyz|com)/
/tmail.io/
/1v.to\/t/
/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=)/