We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
代码:https://github.com/netptop/siteproxy/blob/master/build/worker.js
替换代理网站:http://localhost:5006 -> https://your-proxy-domain.name
http://localhost:5006
https://your-proxy-domain.name
替换密码:user22334455,为空时表示不需要密码
user22334455
替换:
/function \w+\(\)\{(?:[^{}]*?\[.*?(?:,0x[^0x]*){20}.*?\][^{}]*?return (.*?))\}/
让它最后return 'https/www.netptop.com'
return 'https/www.netptop.com'
The text was updated successfully, but these errors were encountered:
难为你了 :)
Sorry, something went wrong.
认识表达式的自己动手也能看出来,不认识的应该也不会逆向。 写这个式子比找函数还累呢 ;-)
从#60 来的
搜了下关键字,没找到。。。。
No branches or pull requests
代码:https://github.com/netptop/siteproxy/blob/master/build/worker.js
替换代理网站:
http://localhost:5006
->https://your-proxy-domain.name
替换密码:
user22334455
,为空时表示不需要密码替换:
让它最后
return 'https/www.netptop.com'
The text was updated successfully, but these errors were encountered: