mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
add inshorturl
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/104
This commit is contained in:
parent
e63755b53e
commit
9bd717fc62
4 changed files with 20 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.3.12
|
||||
// @version 92.3.13
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -772,6 +772,7 @@
|
|||
// @include /pahe.win/
|
||||
// @include /ontechhindi.com/
|
||||
// @include /newedutopics.com/
|
||||
// @include /newshuta.in/
|
||||
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||
// @include /mayas.travel/
|
||||
// @include /animesgd.net/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.3.12
|
||||
// @version 92.3.13
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -772,6 +772,7 @@
|
|||
// @include /pahe.win/
|
||||
// @include /ontechhindi.com/
|
||||
// @include /newedutopics.com/
|
||||
// @include /newshuta.in/
|
||||
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||
// @include /mayas.travel/
|
||||
// @include /animesgd.net/
|
||||
|
@ -2418,6 +2419,13 @@
|
|||
clickIfExists('#btn6');
|
||||
}) : null;
|
||||
|
||||
// inshorturl.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/104
|
||||
/newshuta.in/.test(url) ? afterDOMLoaded(function() {
|
||||
clickIfExists('#tp98');
|
||||
clickIfExists('#btn6');
|
||||
clickIfNotDisabled('#gtelinkbtn');
|
||||
}) : null;
|
||||
|
||||
// https://hyp.sh/Art07dr (hypershort) - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/101
|
||||
/blog.jytechs.in|mi.miuiflash.com|hypershort.com/.test(url) ? afterDOMLoaded(function() {
|
||||
clickIfExists('#generatelink');
|
||||
|
|
|
@ -166,6 +166,7 @@
|
|||
// @include /pahe.win/
|
||||
// @include /ontechhindi.com/
|
||||
// @include /newedutopics.com/
|
||||
// @include /newshuta.in/
|
||||
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||
// @include /mayas.travel/
|
||||
// @include /animesgd.net/
|
||||
|
@ -800,6 +801,13 @@
|
|||
clickIfExists('#btn6');
|
||||
}) : null;
|
||||
|
||||
// inshorturl.com - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/104
|
||||
/newshuta.in/.test(url) ? afterDOMLoaded(function() {
|
||||
clickIfExists('#tp98');
|
||||
clickIfExists('#btn6');
|
||||
clickIfNotDisabled('#gtelinkbtn');
|
||||
}) : null;
|
||||
|
||||
// https://hyp.sh/Art07dr (hypershort) - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/101
|
||||
/blog.jytechs.in|mi.miuiflash.com|hypershort.com/.test(url) ? afterDOMLoaded(function() {
|
||||
clickIfExists('#generatelink');
|
||||
|
|
|
@ -752,6 +752,7 @@ https://paster.so/*
|
|||
/pahe.win/
|
||||
/ontechhindi.com/
|
||||
/newedutopics.com/
|
||||
/newshuta.in/
|
||||
/blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||
/mayas.travel/
|
||||
/animesgd.net/
|
||||
|
|
Loading…
Reference in a new issue