mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 00:13:02 +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
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 91.8.12
|
// @version 91.8.13
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -772,6 +772,8 @@
|
||||||
// @include /ocultandoo.blogspot.com/
|
// @include /ocultandoo.blogspot.com/
|
||||||
// @include /rodimalam.com/
|
// @include /rodimalam.com/
|
||||||
// @include /platinsport.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 /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 /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||||
// @include /mega-enlace.com/
|
// @include /mega-enlace.com/
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 91.8.12
|
// @version 91.8.13
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -772,6 +772,8 @@
|
||||||
// @include /ocultandoo.blogspot.com/
|
// @include /ocultandoo.blogspot.com/
|
||||||
// @include /rodimalam.com/
|
// @include /rodimalam.com/
|
||||||
// @include /platinsport.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 /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 /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||||
// @include /mega-enlace.com/
|
// @include /mega-enlace.com/
|
||||||
|
|
|
@ -129,6 +129,8 @@
|
||||||
// @include /ocultandoo.blogspot.com/
|
// @include /ocultandoo.blogspot.com/
|
||||||
// @include /rodimalam.com/
|
// @include /rodimalam.com/
|
||||||
// @include /platinsport.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
|
// @run-at document-start
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
|
|
|
@ -751,6 +751,8 @@ r1.foxylinks.site
|
||||||
/ocultandoo.blogspot.com/
|
/ocultandoo.blogspot.com/
|
||||||
/rodimalam.com/
|
/rodimalam.com/
|
||||||
/platinsport.com/
|
/platinsport.com/
|
||||||
|
/(ay.live|aylink.co|gitlink.pro)\/[^\/]+$/
|
||||||
|
/(lopteapi.com|1link.vip|blitly.io|web1s.com|megalink.pro)\/[^\/]+$/
|
||||||
/filecrypt.(cc|co)/
|
/filecrypt.(cc|co)/
|
||||||
/(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
/(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||||
/mega-enlace.com/
|
/mega-enlace.com/
|
||||||
|
|
Loading…
Reference in a new issue