mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
add hyp.sh
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/101
This commit is contained in:
parent
86017e83ed
commit
e26b0182c0
4 changed files with 18 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.3.7
|
||||
// @version 92.3.8
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -771,6 +771,7 @@
|
|||
// @include /pahe.win/
|
||||
// @include /ontechhindi.com/
|
||||
// @include /newedutopics.com/
|
||||
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.3.7
|
||||
// @version 92.3.8
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -771,6 +771,7 @@
|
|||
// @include /pahe.win/
|
||||
// @include /ontechhindi.com/
|
||||
// @include /newedutopics.com/
|
||||
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
|
@ -2397,6 +2398,12 @@
|
|||
clickIfExists('#btn6');
|
||||
}) : 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');
|
||||
redirectIfExists('#gettinglink');
|
||||
}) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -165,6 +165,7 @@
|
|||
// @include /pahe.win/
|
||||
// @include /ontechhindi.com/
|
||||
// @include /newedutopics.com/
|
||||
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -779,6 +780,12 @@
|
|||
clickIfExists('#btn6');
|
||||
}) : 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');
|
||||
redirectIfExists('#gettinglink');
|
||||
}) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -751,6 +751,7 @@ https://paster.so/*
|
|||
/pahe.win/
|
||||
/ontechhindi.com/
|
||||
/newedutopics.com/
|
||||
/blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||
/filecrypt.(cc|co)/
|
||||
/(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||
/(mega-enlace|acortados).com/
|
||||
|
|
Loading…
Reference in a new issue