mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
added bypass for thotpacks
This commit is contained in:
parent
e2b39d0ec2
commit
e188026b58
4 changed files with 10 additions and 0 deletions
|
@ -793,6 +793,7 @@
|
|||
// @include /www.(sinsitio.site|dixva.com)\/out\/\?go=/
|
||||
// @include /www.yitarx.com/
|
||||
// @include /myshrinker.com/
|
||||
// @include /thotpacks.xyz/
|
||||
// @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/
|
||||
|
|
|
@ -793,6 +793,7 @@
|
|||
// @include /www.(sinsitio.site|dixva.com)\/out\/\?go=/
|
||||
// @include /www.yitarx.com/
|
||||
// @include /myshrinker.com/
|
||||
// @include /thotpacks.xyz/
|
||||
// @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/
|
||||
|
@ -2416,6 +2417,9 @@
|
|||
}
|
||||
/www.yitarx.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||
|
||||
// https://thotpacks.xyz/R7p2l
|
||||
/thotpacks.xyz/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -147,6 +147,7 @@
|
|||
// @include /www.(sinsitio.site|dixva.com)\/out\/\?go=/
|
||||
// @include /www.yitarx.com/
|
||||
// @include /myshrinker.com/
|
||||
// @include /thotpacks.xyz/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -688,6 +689,9 @@
|
|||
}
|
||||
/www.yitarx.com/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||
|
||||
// https://thotpacks.xyz/R7p2l
|
||||
/thotpacks.xyz/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -772,6 +772,7 @@ https://paster.so/*
|
|||
/www.(sinsitio.site|dixva.com)\/out\/\?go=/
|
||||
/www.yitarx.com/
|
||||
/myshrinker.com/
|
||||
/thotpacks.xyz/
|
||||
/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