mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 16:33:02 +05:00
add missing shrinkme domain
This commit is contained in:
parent
392b4c5067
commit
0f7019bbc0
4 changed files with 6 additions and 6 deletions
|
@ -655,7 +655,7 @@
|
|||
// @include /cybercityhelp.in/
|
||||
// @include /www.akcartoons.in/
|
||||
// @include /go.moonlinks.in/
|
||||
// @include /shrinkme.(us|site)/
|
||||
// @include /shrinkme.(us|site|cc)/
|
||||
// @include /test.shrinkurl.org/
|
||||
// @include /shareus.io/
|
||||
// @include /shareus\.io\/go\?sid=/
|
||||
|
|
|
@ -655,7 +655,7 @@
|
|||
// @include /cybercityhelp.in/
|
||||
// @include /www.akcartoons.in/
|
||||
// @include /go.moonlinks.in/
|
||||
// @include /shrinkme.(us|site)/
|
||||
// @include /shrinkme.(us|site|cc)/
|
||||
// @include /test.shrinkurl.org/
|
||||
// @include /shareus.io/
|
||||
// @include /shareus\.io\/go\?sid=/
|
||||
|
@ -1925,7 +1925,7 @@
|
|||
/techtnet.com/.test(url) ? afterDOMLoaded(function() {redirectIfExists('#originalLink')}) : null;
|
||||
|
||||
//shrinkme.us
|
||||
/shrinkme.(us|site)/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
||||
/shrinkme.(us|site|cc)/.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;
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
// @include /cybercityhelp.in/
|
||||
// @include /www.akcartoons.in/
|
||||
// @include /go.moonlinks.in/
|
||||
// @include /shrinkme.(us|site)/
|
||||
// @include /shrinkme.(us|site|cc)/
|
||||
// @include /test.shrinkurl.org/
|
||||
// @include /shareus.io/
|
||||
// @include /shareus\.io\/go\?sid=/
|
||||
|
@ -204,7 +204,7 @@
|
|||
/techtnet.com/.test(url) ? afterDOMLoaded(function() {redirectIfExists('#originalLink')}) : null;
|
||||
|
||||
//shrinkme.us
|
||||
/shrinkme.(us|site)/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
||||
/shrinkme.(us|site|cc)/.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;
|
||||
|
|
|
@ -634,7 +634,7 @@ r1.foxylinks.site
|
|||
/cybercityhelp.in/
|
||||
/www.akcartoons.in/
|
||||
/go.moonlinks.in/
|
||||
/shrinkme.(us|site)/
|
||||
/shrinkme.(us|site|cc)/
|
||||
/test.shrinkurl.org/
|
||||
/shareus.io/
|
||||
/shareus\.io\/go\?sid=/
|
||||
|
|
Loading…
Reference in a new issue