mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
added bypass for test.shrinkurl.org
https://github.com/FastForwardTeam/FastForward/issues/1365
This commit is contained in:
parent
b6e893c2f8
commit
fc670cb0b2
4 changed files with 12 additions and 0 deletions
|
@ -659,6 +659,7 @@
|
|||
// @include /www.akcartoons.in/
|
||||
// @include /go.moonlinks.in/
|
||||
// @include /shrinkme.us/
|
||||
// @include /test.shrinkurl.org/
|
||||
// @include /shareus.io/
|
||||
// @include /shareus\.io\/go\?sid=/
|
||||
// @include /(verpeliculasonline.org|subtituladas.com)\/enlace/
|
||||
|
|
|
@ -659,6 +659,7 @@
|
|||
// @include /www.akcartoons.in/
|
||||
// @include /go.moonlinks.in/
|
||||
// @include /shrinkme.us/
|
||||
// @include /test.shrinkurl.org/
|
||||
// @include /shareus.io/
|
||||
// @include /shareus\.io\/go\?sid=/
|
||||
// @include /(verpeliculasonline.org|subtituladas.com)\/enlace/
|
||||
|
@ -1760,6 +1761,10 @@
|
|||
//shrinkme.us
|
||||
/shrinkme.us/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
||||
|
||||
//test.shrinkurl.org https://github.com/FastForwardTeam/FastForward/issues/1365
|
||||
/test.shrinkurl.org/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
||||
/test.shrinkurl.org/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||
|
||||
//fc-lc
|
||||
/fc-lc.(xyz|com)/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
// @include /www.akcartoons.in/
|
||||
// @include /go.moonlinks.in/
|
||||
// @include /shrinkme.us/
|
||||
// @include /test.shrinkurl.org/
|
||||
// @include /shareus.io/
|
||||
// @include /shareus\.io\/go\?sid=/
|
||||
// @include /(verpeliculasonline.org|subtituladas.com)\/enlace/
|
||||
|
@ -93,6 +94,10 @@
|
|||
//shrinkme.us
|
||||
/shrinkme.us/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
||||
|
||||
//test.shrinkurl.org https://github.com/FastForwardTeam/FastForward/issues/1365
|
||||
/test.shrinkurl.org/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
||||
/test.shrinkurl.org/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||
|
||||
//fc-lc
|
||||
/fc-lc.(xyz|com)/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
||||
|
||||
|
|
|
@ -644,6 +644,7 @@ r1.foxylinks.site
|
|||
/www.akcartoons.in/
|
||||
/go.moonlinks.in/
|
||||
/shrinkme.us/
|
||||
/test.shrinkurl.org/
|
||||
/shareus.io/
|
||||
/shareus\.io\/go\?sid=/
|
||||
/(verpeliculasonline.org|subtituladas.com)\/enlace/
|
||||
|
|
Loading…
Reference in a new issue