gooreplacer icon indicating copy to clipboard operation
gooreplacer copied to clipboard

⚡️⚡️A browser extension to modify HTTP requests :-)

Results 7 gooreplacer issues
Sort by recently updated
recently updated
newest added

- 本 issue 用于分享自己觉得有用的规则

https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/#modifying-network-requests

help wanted
RP welcome

1. 像掘金这种,url编码或base64编码的,有好多%2,无法进行跳转,能否增加这种处理: https://link.juejin.cn/?target=https%3A%2F%2Fhub.fastgit.xyz%2Falibaba%2Fp3c%2Ftree%2Fmaster%2Fp3c-formatter 我的替换规则是: ``` https://link\.juejin\.cn/\?target=http(s?)%3A%2F%2F(.*) http$1://$2 ``` 结果跳转不了 2. 能否增加一个pinned issue,专门用来共享广大使用者的规则,每个人都可以分享或借鉴别人的规则

enhancement
help wanted

从扩展中导出配置,在在线规则中更新之后发现里面的响应头没有修改 使用本地规则是没有问题的 规则配置为修改、正则表达式模式

当前版本是【直接】将原来的请求头【清空】后再加上用户自定义的,这样人都癫啊! 应该只是对原来的进行【修改】就够了,或者加个选项让用户自己决定。

help wanted

Possible solution: - https://stackoverflow.com/questions/20027530/chrome-extension-action-on-browser-start

本地文件里,有一个在线规则的url,写错了,导致不能直接使用 json写成gson... https://raw.githubusercontent.com/jiacai2050/gooreplacer/master/gooreplacer.gson(gson错了,导致不能获取规则)