mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
add bypass for 2earn.link
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/36
This commit is contained in:
parent
2cb0b79d3d
commit
1d604c7fb5
4 changed files with 12 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 91.8.15
|
||||
// @version 91.8.16
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -776,6 +776,7 @@
|
|||
// @include /(lopteapi.com|1link.vip|blitly.io|web1s.com|megalink.pro)\/[^\/]+$/
|
||||
// @include /short-url.link\/[^\/]+$/
|
||||
// @include /urlx.one\/[^\/]+$/
|
||||
// @include /trimorspacks.com|pastescript.com|updrop.link/
|
||||
// @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.15
|
||||
// @version 91.8.16
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -776,6 +776,7 @@
|
|||
// @include /(lopteapi.com|1link.vip|blitly.io|web1s.com|megalink.pro)\/[^\/]+$/
|
||||
// @include /short-url.link\/[^\/]+$/
|
||||
// @include /urlx.one\/[^\/]+$/
|
||||
// @include /trimorspacks.com|pastescript.com|updrop.link/
|
||||
// @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/
|
||||
|
@ -2357,6 +2358,9 @@
|
|||
document.body.appendChild(overlay);
|
||||
}) }
|
||||
|
||||
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/36
|
||||
/trimorspacks.com|pastescript.com|updrop.link/.test(url) ? afterDOMLoaded(function() {redirectIfExists('#wpsafe-link > a:nth-child(1)')}) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -133,6 +133,7 @@
|
|||
// @include /(lopteapi.com|1link.vip|blitly.io|web1s.com|megalink.pro)\/[^\/]+$/
|
||||
// @include /short-url.link\/[^\/]+$/
|
||||
// @include /urlx.one\/[^\/]+$/
|
||||
// @include /trimorspacks.com|pastescript.com|updrop.link/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -636,6 +637,9 @@
|
|||
document.body.appendChild(overlay);
|
||||
}) }
|
||||
|
||||
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/36
|
||||
/trimorspacks.com|pastescript.com|updrop.link/.test(url) ? afterDOMLoaded(function() {redirectIfExists('#wpsafe-link > a:nth-child(1)')}) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -755,6 +755,7 @@ r1.foxylinks.site
|
|||
/(lopteapi.com|1link.vip|blitly.io|web1s.com|megalink.pro)\/[^\/]+$/
|
||||
/short-url.link\/[^\/]+$/
|
||||
/urlx.one\/[^\/]+$/
|
||||
/trimorspacks.com|pastescript.com|updrop.link/
|
||||
/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