Open SunsetMkt opened 7 months ago
代码: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'
难为你了 :)
认识表达式的自己动手也能看出来,不认识的应该也不会逆向。 写这个式子比找函数还累呢 ;-)
从https://github.com/netptop/siteproxy/issues/60 来的
搜了下关键字,没找到。。。。
代码:https://github.com/netptop/siteproxy/blob/master/build/worker.js
替换代理网站:
http://localhost:5006
->https://your-proxy-domain.name
替换密码:
user22334455
,为空时表示不需要密码替换:
让它最后
return 'https/www.netptop.com'