mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 16:33:02 +05:00
added another domain for shrinkme
This commit is contained in:
parent
ba2c764d18
commit
29f6c1ce08
4 changed files with 6 additions and 6 deletions
|
@ -660,7 +660,7 @@
|
||||||
// @include /cybercityhelp.in/
|
// @include /cybercityhelp.in/
|
||||||
// @include /www.akcartoons.in/
|
// @include /www.akcartoons.in/
|
||||||
// @include /go.moonlinks.in/
|
// @include /go.moonlinks.in/
|
||||||
// @include /shrinkme.us/
|
// @include /shrinkme.(us|site)/
|
||||||
// @include /test.shrinkurl.org/
|
// @include /test.shrinkurl.org/
|
||||||
// @include /shareus.io/
|
// @include /shareus.io/
|
||||||
// @include /shareus\.io\/go\?sid=/
|
// @include /shareus\.io\/go\?sid=/
|
||||||
|
|
|
@ -660,7 +660,7 @@
|
||||||
// @include /cybercityhelp.in/
|
// @include /cybercityhelp.in/
|
||||||
// @include /www.akcartoons.in/
|
// @include /www.akcartoons.in/
|
||||||
// @include /go.moonlinks.in/
|
// @include /go.moonlinks.in/
|
||||||
// @include /shrinkme.us/
|
// @include /shrinkme.(us|site)/
|
||||||
// @include /test.shrinkurl.org/
|
// @include /test.shrinkurl.org/
|
||||||
// @include /shareus.io/
|
// @include /shareus.io/
|
||||||
// @include /shareus\.io\/go\?sid=/
|
// @include /shareus\.io\/go\?sid=/
|
||||||
|
@ -1879,7 +1879,7 @@
|
||||||
/go.moonlinks.in/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.btn')}) : null;
|
/go.moonlinks.in/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.btn')}) : null;
|
||||||
|
|
||||||
//shrinkme.us
|
//shrinkme.us
|
||||||
/shrinkme.us/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
/shrinkme.(us|site)/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
||||||
|
|
||||||
//test.shrinkurl.org https://github.com/FastForwardTeam/FastForward/issues/1365
|
//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() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
// @include /cybercityhelp.in/
|
// @include /cybercityhelp.in/
|
||||||
// @include /www.akcartoons.in/
|
// @include /www.akcartoons.in/
|
||||||
// @include /go.moonlinks.in/
|
// @include /go.moonlinks.in/
|
||||||
// @include /shrinkme.us/
|
// @include /shrinkme.(us|site)/
|
||||||
// @include /test.shrinkurl.org/
|
// @include /test.shrinkurl.org/
|
||||||
// @include /shareus.io/
|
// @include /shareus.io/
|
||||||
// @include /shareus\.io\/go\?sid=/
|
// @include /shareus\.io\/go\?sid=/
|
||||||
|
@ -147,7 +147,7 @@
|
||||||
/go.moonlinks.in/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.btn')}) : null;
|
/go.moonlinks.in/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.btn')}) : null;
|
||||||
|
|
||||||
//shrinkme.us
|
//shrinkme.us
|
||||||
/shrinkme.us/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
/shrinkme.(us|site)/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
||||||
|
|
||||||
//test.shrinkurl.org https://github.com/FastForwardTeam/FastForward/issues/1365
|
//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() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
||||||
|
|
|
@ -642,7 +642,7 @@ r1.foxylinks.site
|
||||||
/cybercityhelp.in/
|
/cybercityhelp.in/
|
||||||
/www.akcartoons.in/
|
/www.akcartoons.in/
|
||||||
/go.moonlinks.in/
|
/go.moonlinks.in/
|
||||||
/shrinkme.us/
|
/shrinkme.(us|site)/
|
||||||
/test.shrinkurl.org/
|
/test.shrinkurl.org/
|
||||||
/shareus.io/
|
/shareus.io/
|
||||||
/shareus\.io\/go\?sid=/
|
/shareus\.io\/go\?sid=/
|
||||||
|
|
Loading…
Reference in a new issue