add bypass for 2earn.link

https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/36
This commit is contained in:
Amm0ni4 2024-04-20 23:19:34 +02:00
parent 2cb0b79d3d
commit 1d604c7fb5
4 changed files with 12 additions and 2 deletions

View file

@ -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/

View file

@ -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() {

View file

@ -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() {

View file

@ -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/