mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 00:13:02 +05:00
add linkpays bypass
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/48
This commit is contained in:
parent
93dfb500af
commit
8268c1cbee
4 changed files with 18 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 91.9.9
|
||||
// @version 91.9.10
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -794,6 +794,8 @@
|
|||
// @include /www.yitarx.com/
|
||||
// @include /myshrinker.com/
|
||||
// @include /thotpacks.xyz/
|
||||
// @include /readytechflip.com/
|
||||
// @include /fitnessholic.net\/token.php\?post=/
|
||||
// @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.9.9
|
||||
// @version 91.9.10
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -794,6 +794,8 @@
|
|||
// @include /www.yitarx.com/
|
||||
// @include /myshrinker.com/
|
||||
// @include /thotpacks.xyz/
|
||||
// @include /readytechflip.com/
|
||||
// @include /fitnessholic.net\/token.php\?post=/
|
||||
// @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/
|
||||
|
@ -2421,6 +2423,10 @@
|
|||
// https://thotpacks.xyz/R7p2l
|
||||
/thotpacks.xyz/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||
|
||||
// linkpays - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/48
|
||||
/fitnessholic.net\/token.php\?post=/.test(url) ? redirect("https://exercise.fitnessholic.net/?go=" + url.split('?post=')[1]) : null;
|
||||
/readytechflip.com/.test(url) ? clickIfVisible('#tp-snp2') : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -148,6 +148,8 @@
|
|||
// @include /www.yitarx.com/
|
||||
// @include /myshrinker.com/
|
||||
// @include /thotpacks.xyz/
|
||||
// @include /readytechflip.com/
|
||||
// @include /fitnessholic.net\/token.php\?post=/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -692,6 +694,10 @@
|
|||
// https://thotpacks.xyz/R7p2l
|
||||
/thotpacks.xyz/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||
|
||||
// linkpays - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/48
|
||||
/fitnessholic.net\/token.php\?post=/.test(url) ? redirect("https://exercise.fitnessholic.net/?go=" + url.split('?post=')[1]) : null;
|
||||
/readytechflip.com/.test(url) ? clickIfVisible('#tp-snp2') : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -773,6 +773,8 @@ https://paster.so/*
|
|||
/www.yitarx.com/
|
||||
/myshrinker.com/
|
||||
/thotpacks.xyz/
|
||||
/readytechflip.com/
|
||||
/fitnessholic.net\/token.php\?post=/
|
||||
/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