mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 16:33:02 +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
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 92.3.12
|
// @version 92.3.13
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -772,6 +772,7 @@
|
||||||
// @include /pahe.win/
|
// @include /pahe.win/
|
||||||
// @include /ontechhindi.com/
|
// @include /ontechhindi.com/
|
||||||
// @include /newedutopics.com/
|
// @include /newedutopics.com/
|
||||||
|
// @include /newshuta.in/
|
||||||
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||||
// @include /mayas.travel/
|
// @include /mayas.travel/
|
||||||
// @include /animesgd.net/
|
// @include /animesgd.net/
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 92.3.12
|
// @version 92.3.13
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -772,6 +772,7 @@
|
||||||
// @include /pahe.win/
|
// @include /pahe.win/
|
||||||
// @include /ontechhindi.com/
|
// @include /ontechhindi.com/
|
||||||
// @include /newedutopics.com/
|
// @include /newedutopics.com/
|
||||||
|
// @include /newshuta.in/
|
||||||
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||||
// @include /mayas.travel/
|
// @include /mayas.travel/
|
||||||
// @include /animesgd.net/
|
// @include /animesgd.net/
|
||||||
|
@ -2418,6 +2419,13 @@
|
||||||
clickIfExists('#btn6');
|
clickIfExists('#btn6');
|
||||||
}) : null;
|
}) : 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
|
// 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() {
|
/blog.jytechs.in|mi.miuiflash.com|hypershort.com/.test(url) ? afterDOMLoaded(function() {
|
||||||
clickIfExists('#generatelink');
|
clickIfExists('#generatelink');
|
||||||
|
|
|
@ -166,6 +166,7 @@
|
||||||
// @include /pahe.win/
|
// @include /pahe.win/
|
||||||
// @include /ontechhindi.com/
|
// @include /ontechhindi.com/
|
||||||
// @include /newedutopics.com/
|
// @include /newedutopics.com/
|
||||||
|
// @include /newshuta.in/
|
||||||
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||||
// @include /mayas.travel/
|
// @include /mayas.travel/
|
||||||
// @include /animesgd.net/
|
// @include /animesgd.net/
|
||||||
|
@ -800,6 +801,13 @@
|
||||||
clickIfExists('#btn6');
|
clickIfExists('#btn6');
|
||||||
}) : null;
|
}) : 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
|
// 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() {
|
/blog.jytechs.in|mi.miuiflash.com|hypershort.com/.test(url) ? afterDOMLoaded(function() {
|
||||||
clickIfExists('#generatelink');
|
clickIfExists('#generatelink');
|
||||||
|
|
|
@ -752,6 +752,7 @@ https://paster.so/*
|
||||||
/pahe.win/
|
/pahe.win/
|
||||||
/ontechhindi.com/
|
/ontechhindi.com/
|
||||||
/newedutopics.com/
|
/newedutopics.com/
|
||||||
|
/newshuta.in/
|
||||||
/blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
/blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||||
/mayas.travel/
|
/mayas.travel/
|
||||||
/animesgd.net/
|
/animesgd.net/
|
||||||
|
|
Loading…
Reference in a new issue