From b04c7797b018da76348f00ac35f2e108dade43aa Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Mon, 19 Feb 2024 15:02:53 +0100 Subject: [PATCH] minor fix for work.ink redirect to bypass.city --- Bypass_All_Shortlinks.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 9be81dc..77c0c9c 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -950,7 +950,7 @@ case 'pixeldrain.com': if (h.href.includes('/u/')) return h.href.replace('u/', '/api/file/') + '?download'; break; case 'www.google.com': if (h.pathname === '/url' && h.searchParams.has('q')) {return h.searchParams.get('q');} break; case 'social-unlock.com': if (/^\/([^\/]+)/.test(h.pathname)) {return 'https://social-unlock.com/redirect/' + RegExp.$1;} break; - case 'work.ink': if (/^\/([^\/]+)/.test(h.pathname)) {return 'https://adbypass.org/bypass?bypass=' + location.href.split('?')[0];} break; + case 'work.ink': if (/^\/([^\/]+)/.test(h.pathname)) {return 'https://adbypass.org/bypass?bypass=' + encodeURIComponent(location.href);} break; case 'nft.blogyindia.com': if (h.pathname === '/safe.php' && h.searchParams.has('link')) {return 'https://go.urlpay.in/' + h.searchParams.get('link');} break; case 'my.dropz.xyz':