mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-30 22:57:26 +05:00
add missing domain for inshorturl
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/212
This commit is contained in:
parent
c3b7588259
commit
694944017c
4 changed files with 8 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.4.36
|
||||
// @version 93.4.37
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -670,7 +670,7 @@
|
|||
// @include /pahe.win/
|
||||
// @include /ontechhindi.com/
|
||||
// @include /thelatintwistcafe.com/
|
||||
// @include /newshuta.in|indiamaja.com|thespotifypremium.com/
|
||||
// @include /(newshuta|5ghindi).in|(indiamaja|thespotifypremium).com/
|
||||
// @include /mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/
|
||||
// @include /animesgd.net/
|
||||
// @include /tucinehd.com\/links/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.4.36
|
||||
// @version 93.4.37
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -670,7 +670,7 @@
|
|||
// @include /pahe.win/
|
||||
// @include /ontechhindi.com/
|
||||
// @include /thelatintwistcafe.com/
|
||||
// @include /newshuta.in|indiamaja.com|thespotifypremium.com/
|
||||
// @include /(newshuta|5ghindi).in|(indiamaja|thespotifypremium).com/
|
||||
// @include /mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/
|
||||
// @include /animesgd.net/
|
||||
// @include /tucinehd.com\/links/
|
||||
|
@ -2537,7 +2537,7 @@
|
|||
}) : null;
|
||||
|
||||
// inshorturl.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/104, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/212, https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-10744404
|
||||
/newshuta.in|indiamaja.com|thespotifypremium.com/.test(url) ? afterDOMLoaded(function() {
|
||||
/(newshuta|5ghindi).in|(indiamaja|thespotifypremium).com/.test(url) ? afterDOMLoaded(function() {
|
||||
window.count = 0;
|
||||
clickIfExists('#tp98');
|
||||
clickIfExists('#btn6');
|
||||
|
|
|
@ -161,7 +161,7 @@
|
|||
// @include /pahe.win/
|
||||
// @include /ontechhindi.com/
|
||||
// @include /thelatintwistcafe.com/
|
||||
// @include /newshuta.in|indiamaja.com|thespotifypremium.com/
|
||||
// @include /(newshuta|5ghindi).in|(indiamaja|thespotifypremium).com/
|
||||
// @include /mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/
|
||||
// @include /animesgd.net/
|
||||
// @include /tucinehd.com\/links/
|
||||
|
@ -1097,7 +1097,7 @@
|
|||
}) : null;
|
||||
|
||||
// inshorturl.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/104, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/212, https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-10744404
|
||||
/newshuta.in|indiamaja.com|thespotifypremium.com/.test(url) ? afterDOMLoaded(function() {
|
||||
/(newshuta|5ghindi).in|(indiamaja|thespotifypremium).com/.test(url) ? afterDOMLoaded(function() {
|
||||
window.count = 0;
|
||||
clickIfExists('#tp98');
|
||||
clickIfExists('#btn6');
|
||||
|
|
|
@ -651,7 +651,7 @@ https://paster.so/*
|
|||
/pahe.win/
|
||||
/ontechhindi.com/
|
||||
/thelatintwistcafe.com/
|
||||
/newshuta.in|indiamaja.com|thespotifypremium.com/
|
||||
/(newshuta|5ghindi).in|(indiamaja|thespotifypremium).com/
|
||||
/mayas.travel|eldiario24hrs.com|comomedir.com|aplicacionpara.org/
|
||||
/animesgd.net/
|
||||
/tucinehd.com\/links/
|
||||
|
|
Loading…
Reference in a new issue