mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-03-02 21:39:38 +05:00
add missing domain for atozcartoonist.me
This commit is contained in:
parent
688229d00e
commit
ff02501f46
4 changed files with 8 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.4.46
|
||||
// @version 93.4.47
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -522,7 +522,7 @@
|
|||
// @include /japanpaw.com\/out/
|
||||
// @include /(iconicblogger.com|segurosdevida.site)/
|
||||
// @include /link.unlockner.com/
|
||||
// @include /cybercityhelp.in/
|
||||
// @include /(cybercityhelp|akcartoons).in/
|
||||
// @include /www.akcartoons.in/
|
||||
// @include /go.moonlinks.in/
|
||||
// @include /shrinkme.(us|site|cc|vip|dev|ink)/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.4.46
|
||||
// @version 93.4.47
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -522,7 +522,7 @@
|
|||
// @include /japanpaw.com\/out/
|
||||
// @include /(iconicblogger.com|segurosdevida.site)/
|
||||
// @include /link.unlockner.com/
|
||||
// @include /cybercityhelp.in/
|
||||
// @include /(cybercityhelp|akcartoons).in/
|
||||
// @include /www.akcartoons.in/
|
||||
// @include /go.moonlinks.in/
|
||||
// @include /shrinkme.(us|site|cc|vip|dev|ink)/
|
||||
|
@ -1759,7 +1759,7 @@
|
|||
/link.unlockner.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('.btn.get-link')}) : null;
|
||||
|
||||
//atozcartoonist.me
|
||||
/cybercityhelp.in/.test(url) ? afterDOMLoaded(function() {
|
||||
/(cybercityhelp|akcartoons).in/.test(url) ? afterDOMLoaded(function() {
|
||||
const formSubmitButton = document.querySelector('#tp982');
|
||||
if (formSubmitButton) {
|
||||
document.querySelector('#username').value = 'https://www.thomann.de/' + Math.random().toString(36).substring(2, 12);
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
// @include /japanpaw.com\/out/
|
||||
// @include /(iconicblogger.com|segurosdevida.site)/
|
||||
// @include /link.unlockner.com/
|
||||
// @include /cybercityhelp.in/
|
||||
// @include /(cybercityhelp|akcartoons).in/
|
||||
// @include /www.akcartoons.in/
|
||||
// @include /go.moonlinks.in/
|
||||
// @include /shrinkme.(us|site|cc|vip|dev|ink)/
|
||||
|
@ -319,7 +319,7 @@
|
|||
/link.unlockner.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('.btn.get-link')}) : null;
|
||||
|
||||
//atozcartoonist.me
|
||||
/cybercityhelp.in/.test(url) ? afterDOMLoaded(function() {
|
||||
/(cybercityhelp|akcartoons).in/.test(url) ? afterDOMLoaded(function() {
|
||||
const formSubmitButton = document.querySelector('#tp982');
|
||||
if (formSubmitButton) {
|
||||
document.querySelector('#username').value = 'https://www.thomann.de/' + Math.random().toString(36).substring(2, 12);
|
||||
|
|
|
@ -503,7 +503,7 @@ https://paster.so/*
|
|||
/japanpaw.com\/out/
|
||||
/(iconicblogger.com|segurosdevida.site)/
|
||||
/link.unlockner.com/
|
||||
/cybercityhelp.in/
|
||||
/(cybercityhelp|akcartoons).in/
|
||||
/www.akcartoons.in/
|
||||
/go.moonlinks.in/
|
||||
/shrinkme.(us|site|cc|vip|dev|ink)/
|
||||
|
|
Loading…
Reference in a new issue