mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-31 06:57:29 +05:00
add inshorturl missing domain
This commit is contained in:
parent
8e9f4e3579
commit
632471b879
4 changed files with 6 additions and 6 deletions
|
@ -715,7 +715,7 @@
|
|||
// @include /pahe.win/
|
||||
// @include /ontechhindi.com/
|
||||
// @include /thelatintwistcafe.com/
|
||||
// @include /newshuta.in/
|
||||
// @include /newshuta.in|indiamaja.com/
|
||||
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com|djxmaza.in|thecubexguide.com/
|
||||
// @include /mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/
|
||||
// @include /animesgd.net/
|
||||
|
|
|
@ -715,7 +715,7 @@
|
|||
// @include /pahe.win/
|
||||
// @include /ontechhindi.com/
|
||||
// @include /thelatintwistcafe.com/
|
||||
// @include /newshuta.in/
|
||||
// @include /newshuta.in|indiamaja.com/
|
||||
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com|djxmaza.in|thecubexguide.com/
|
||||
// @include /mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/
|
||||
// @include /animesgd.net/
|
||||
|
@ -2444,7 +2444,7 @@
|
|||
}) : null;
|
||||
|
||||
// inshorturl.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/104
|
||||
/newshuta.in/.test(url) ? afterDOMLoaded(function() {
|
||||
/newshuta.in|indiamaja.com/.test(url) ? afterDOMLoaded(function() {
|
||||
clickIfExists('#tp98');
|
||||
clickIfExists('#btn6');
|
||||
clickIfNotDisabled('#gtelinkbtn');
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
// @include /pahe.win/
|
||||
// @include /ontechhindi.com/
|
||||
// @include /thelatintwistcafe.com/
|
||||
// @include /newshuta.in/
|
||||
// @include /newshuta.in|indiamaja.com/
|
||||
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com|djxmaza.in|thecubexguide.com/
|
||||
// @include /mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/
|
||||
// @include /animesgd.net/
|
||||
|
@ -952,7 +952,7 @@
|
|||
}) : null;
|
||||
|
||||
// inshorturl.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/104
|
||||
/newshuta.in/.test(url) ? afterDOMLoaded(function() {
|
||||
/newshuta.in|indiamaja.com/.test(url) ? afterDOMLoaded(function() {
|
||||
clickIfExists('#tp98');
|
||||
clickIfExists('#btn6');
|
||||
clickIfNotDisabled('#gtelinkbtn');
|
||||
|
|
|
@ -695,7 +695,7 @@ https://paster.so/*
|
|||
/pahe.win/
|
||||
/ontechhindi.com/
|
||||
/thelatintwistcafe.com/
|
||||
/newshuta.in/
|
||||
/newshuta.in|indiamaja.com/
|
||||
/blog.jytechs.in|mi.miuiflash.com|hypershort.com|djxmaza.in|thecubexguide.com/
|
||||
/mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/
|
||||
/animesgd.net/
|
||||
|
|
Loading…
Reference in a new issue