mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-31 06:57:29 +05:00
add bypass for short-url.link
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/32
This commit is contained in:
parent
d46bd1e8b1
commit
223a24bd5e
4 changed files with 10 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 91.8.13
|
||||
// @version 91.8.14
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -774,6 +774,7 @@
|
|||
// @include /platinsport.com/
|
||||
// @include /(ay.live|aylink.co|gitlink.pro)\/[^\/]+$/
|
||||
// @include /(lopteapi.com|1link.vip|blitly.io|web1s.com|megalink.pro)\/[^\/]+$/
|
||||
// @include /short-url.link\/[^\/]+$/
|
||||
// @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.com/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 91.8.13
|
||||
// @version 91.8.14
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -774,6 +774,7 @@
|
|||
// @include /platinsport.com/
|
||||
// @include /(ay.live|aylink.co|gitlink.pro)\/[^\/]+$/
|
||||
// @include /(lopteapi.com|1link.vip|blitly.io|web1s.com|megalink.pro)\/[^\/]+$/
|
||||
// @include /short-url.link\/[^\/]+$/
|
||||
// @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.com/
|
||||
|
@ -2344,7 +2345,8 @@
|
|||
if (targetLink) { clearInterval(intervalId); redirect(decodeURIComponent(targetLink.href.split('url=')[1])); }; }, 1000);
|
||||
}); }
|
||||
|
||||
|
||||
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/32
|
||||
/short-url.link\/[^\/]+$/.test(url) ? afterDOMLoaded(function() {redirectIfExists('a.go-to-button')}) : null;
|
||||
|
||||
})();
|
||||
|
||||
|
|
|
@ -131,6 +131,7 @@
|
|||
// @include /platinsport.com/
|
||||
// @include /(ay.live|aylink.co|gitlink.pro)\/[^\/]+$/
|
||||
// @include /(lopteapi.com|1link.vip|blitly.io|web1s.com|megalink.pro)\/[^\/]+$/
|
||||
// @include /short-url.link\/[^\/]+$/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -623,7 +624,8 @@
|
|||
if (targetLink) { clearInterval(intervalId); redirect(decodeURIComponent(targetLink.href.split('url=')[1])); }; }, 1000);
|
||||
}); }
|
||||
|
||||
|
||||
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/32
|
||||
/short-url.link\/[^\/]+$/.test(url) ? afterDOMLoaded(function() {redirectIfExists('a.go-to-button')}) : null;
|
||||
|
||||
})();
|
||||
|
||||
|
|
|
@ -753,6 +753,7 @@ r1.foxylinks.site
|
|||
/platinsport.com/
|
||||
/(ay.live|aylink.co|gitlink.pro)\/[^\/]+$/
|
||||
/(lopteapi.com|1link.vip|blitly.io|web1s.com|megalink.pro)\/[^\/]+$/
|
||||
/short-url.link\/[^\/]+$/
|
||||
/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.com/
|
||||
|
|
Loading…
Reference in a new issue