mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
add bypass for sexyforums.com
This commit is contained in:
parent
593f3b0dd1
commit
ae0ead0cd7
4 changed files with 12 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.2.8
|
||||
// @version 92.2.9
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -789,6 +789,7 @@
|
|||
// @include /fitnessholic.net/
|
||||
// @include /linkshortify.in/
|
||||
// @include /tumangasdd.com/
|
||||
// @include /sexyforums.com\/redirect/
|
||||
// @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 92.2.8
|
||||
// @version 92.2.9
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -789,6 +789,7 @@
|
|||
// @include /fitnessholic.net/
|
||||
// @include /linkshortify.in/
|
||||
// @include /tumangasdd.com/
|
||||
// @include /sexyforums.com\/redirect/
|
||||
// @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/
|
||||
|
@ -1871,6 +1872,9 @@
|
|||
//leak.sx & pornleaks.in
|
||||
/comohoy.com/.test(url) ? redirect(atob(url.split('?url=')[1])) : null;
|
||||
|
||||
// sexyforums.com
|
||||
/sexyforums.com\/redirect/.test(url) ? redirect(atob(url.split('?to=')[1])) : null;
|
||||
|
||||
//sphinxanime.com
|
||||
/sphinxanime.com\/short/.test(url) ? redirect(atob(url.split('?anonym=')[1])) : null;
|
||||
|
||||
|
|
|
@ -151,6 +151,7 @@
|
|||
// @include /fitnessholic.net/
|
||||
// @include /linkshortify.in/
|
||||
// @include /tumangasdd.com/
|
||||
// @include /sexyforums.com\/redirect/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -188,6 +189,9 @@
|
|||
//leak.sx & pornleaks.in
|
||||
/comohoy.com/.test(url) ? redirect(atob(url.split('?url=')[1])) : null;
|
||||
|
||||
// sexyforums.com
|
||||
/sexyforums.com\/redirect/.test(url) ? redirect(atob(url.split('?to=')[1])) : null;
|
||||
|
||||
//sphinxanime.com
|
||||
/sphinxanime.com\/short/.test(url) ? redirect(atob(url.split('?anonym=')[1])) : null;
|
||||
|
||||
|
|
|
@ -769,6 +769,7 @@ https://paster.so/*
|
|||
/fitnessholic.net/
|
||||
/linkshortify.in/
|
||||
/tumangasdd.com/
|
||||
/sexyforums.com\/redirect/
|
||||
/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