mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
disabled work.ink since its mostly not supported by bypass.city
This commit is contained in:
parent
518c471806
commit
b3807a7041
4 changed files with 3 additions and 4 deletions
|
@ -53,6 +53,8 @@ def modify_file_with_my_fixes(destination):
|
|||
|
||||
content = content.replace("|vebma|majalahhewan).com/", "|vebma|majalahhewan).com|crm.cekresi.me/")
|
||||
|
||||
content = content.replace("case 'work.ink'", "//case 'work.ink'")
|
||||
|
||||
content += "\n"
|
||||
|
||||
with open(destination, 'w', encoding='utf-8') as file:
|
||||
|
|
|
@ -504,7 +504,6 @@
|
|||
// @match *://*.multiup.org/*
|
||||
// @match *://*.modsfire.com/*
|
||||
// @match *://*.social-unlock.com/*
|
||||
// @match *://*.work.ink/*
|
||||
// @match *://*.nft.blogyindia.com/*
|
||||
// @match *://*.my.dropz.xyz/*
|
||||
// @match *://*.go.blogyindia.com/*
|
||||
|
|
|
@ -504,7 +504,6 @@
|
|||
// @match *://*.multiup.org/*
|
||||
// @match *://*.modsfire.com/*
|
||||
// @match *://*.social-unlock.com/*
|
||||
// @match *://*.work.ink/*
|
||||
// @match *://*.nft.blogyindia.com/*
|
||||
// @match *://*.my.dropz.xyz/*
|
||||
// @match *://*.go.blogyindia.com/*
|
||||
|
@ -1022,7 +1021,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) && !location.href.includes('/token/') && !location.href.includes('?r=') && !location.href.includes('?ref=')) {return 'https://adbypass.org/bypass?bypass=' + encodeURIComponent(location.href);} break;
|
||||
//case 'work.ink': if (/^\/([^\/]+)/.test(h.pathname) && !location.href.includes('/token/') && !location.href.includes('?r=') && !location.href.includes('?ref=')) {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':
|
||||
|
|
|
@ -487,7 +487,6 @@ vailonxx.com|fun88.bio
|
|||
multiup.org
|
||||
modsfire.com
|
||||
social-unlock.com
|
||||
work.ink
|
||||
nft.blogyindia.com
|
||||
my.dropz.xyz
|
||||
go.blogyindia.com
|
||||
|
|
Loading…
Reference in a new issue