From 54d76020dd1fcd886ec358f0787cafdcbe119d6e Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Fri, 23 Feb 2024 13:22:22 +0100 Subject: [PATCH] fix the redirecting to bypass.city already solved work.ink links --- 1_download_untouched.py | 1 + Bypass_All_Shortlinks.user.js | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/1_download_untouched.py b/1_download_untouched.py index 39cc3c7..bae8487 100644 --- a/1_download_untouched.py +++ b/1_download_untouched.py @@ -22,6 +22,7 @@ def modify_file_with_my_fixes(destination): content = content.replace("BypassedByBloggerPemula(/itscybertech.com", "//BypassedByBloggerPemula(/itscybertech.com") content = content.replace("BypassedByBloggerPemula(/linkvertise.com/", "//BypassedByBloggerPemula(/linkvertise.com/") content = content.replace("/stfly.cc|stfly.xyz|techtrendmakers.com|(blogbux|blogesque|exploreera).net/", "/stfly.cc|stfly.xyz|(techtrendmakers|gadnest).com|(blogbux|blogesque|exploreera).net/") + content = content.replace("case 'work.ink': if (/^\/([^\/]+)/.test(h.pathname))", "case 'work.ink': if (/^\/([^\/]+)/.test(h.pathname) && /^https?:\/\/work\.ink\/(?!token\b).*/.test(location.href))") with open(destination, 'w', encoding='utf-8') as file: file.write(content) diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index a213f2a..fe59d48 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -984,7 +984,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=' + encodeURIComponent(location.href);} break; + case 'work.ink': if (/^\/([^\/]+)/.test(h.pathname) && /^https?:\/\/work\.ink\/(?!token\b).*/.test(location.href)) {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': @@ -1732,6 +1732,7 @@ if (location.href.includes('autofaucet.dutchycorp.space/ptc/')) {console.log('Viewing Available Ads'); if (elementExists('.fa-check-double')) {console.log('All Available Ads Watched'); setTimeout(() => {window.location.replace('https://autofaucet.dutchycorp.space/dashboard.php');}, 3 * 1000);} setInterval(() => {if (Checkvisibility(bp('#submit_captcha'))) {bp("button[type='submit'].g-recaptcha").click();}}, 5 * 1000);}}); + }})(); // ----- Extra bypasses -----