mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
fix bypass for aylink.co and others
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/31
This commit is contained in:
parent
89b08ba9c7
commit
d46bd1e8b1
4 changed files with 10 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 91.8.12
|
||||
// @version 91.8.13
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -772,6 +772,8 @@
|
|||
// @include /ocultandoo.blogspot.com/
|
||||
// @include /rodimalam.com/
|
||||
// @include /platinsport.com/
|
||||
// @include /(ay.live|aylink.co|gitlink.pro)\/[^\/]+$/
|
||||
// @include /(lopteapi.com|1link.vip|blitly.io|web1s.com|megalink.pro)\/[^\/]+$/
|
||||
// @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.12
|
||||
// @version 91.8.13
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -772,6 +772,8 @@
|
|||
// @include /ocultandoo.blogspot.com/
|
||||
// @include /rodimalam.com/
|
||||
// @include /platinsport.com/
|
||||
// @include /(ay.live|aylink.co|gitlink.pro)\/[^\/]+$/
|
||||
// @include /(lopteapi.com|1link.vip|blitly.io|web1s.com|megalink.pro)\/[^\/]+$/
|
||||
// @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/
|
||||
|
|
|
@ -129,6 +129,8 @@
|
|||
// @include /ocultandoo.blogspot.com/
|
||||
// @include /rodimalam.com/
|
||||
// @include /platinsport.com/
|
||||
// @include /(ay.live|aylink.co|gitlink.pro)\/[^\/]+$/
|
||||
// @include /(lopteapi.com|1link.vip|blitly.io|web1s.com|megalink.pro)\/[^\/]+$/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
|
|
@ -751,6 +751,8 @@ r1.foxylinks.site
|
|||
/ocultandoo.blogspot.com/
|
||||
/rodimalam.com/
|
||||
/platinsport.com/
|
||||
/(ay.live|aylink.co|gitlink.pro)\/[^\/]+$/
|
||||
/(lopteapi.com|1link.vip|blitly.io|web1s.com|megalink.pro)\/[^\/]+$/
|
||||
/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