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
请问使用说明
pnpm start server 等待接受body值
whistle安装后单独 可以挂代理 127.0.0.1:8899
但是如何执行 search(xxx) 代码 如何在指定网址上运行?
The text was updated successfully, but these errors were encountered:
配置好 127.0.0.1:8899 后,打开 http://127.0.0.1:8899/#rules 以 cn.bing.com 为例子,配置如下
cn.bing.com hook-server://hook
配置好之后,浏览器打开 https://cn.bing.com ,F12打开开发者工具。控制台现在能使用 search('xxx') 了
具体原理就是:访问 cn.bing.com,会访问中间代理 127.0.0.1:8899,如果配置了 cn.bing.com hook-server://hook 中间代理响应请求时,会执行本项目的 hook-server 注入 JS 代码。
127.0.0.1:8899
whistle 的规则参考
Sorry, something went wrong.
No branches or pull requests
请问使用说明
pnpm start
server 等待接受body值
whistle安装后单独
可以挂代理 127.0.0.1:8899
但是如何执行 search(xxx) 代码
如何在指定网址上运行?
The text was updated successfully, but these errors were encountered: