Firefox隐私模式下gooreplacer自定义规则界面无效的解决(已修复)


Firefox gooreplacerFirefox重定向扩展gooreplacer,v0.4没有自定义规则界面,但支持编辑扩展文件加入自定义规则。gooreplacer v0.6正式加入自定义规则功能,但在Firefox隐私模式下,v0.6的自定义规则界面无效。目前可以切换Firefox为正常模式,或者是直接编辑扩展规则。


gooreplacer 0.4自定义规则

\profiles\extensions\gooreplacer@liujiacai.net.xpi\resources\gooreplacer\lib\main.js

“var redirectMap = {}”
中按格式:
‘xxxx’: ‘xxxx’
加入自定义规则(非末尾规则需加“,”)。


gooreplacer 0.6自定义规则

Firefox隐私模式下,gooreplacer 0.6自定义规则界面无效:

Firefox gooreplacer

1.切换Firefox为正常模式,直接点击扩展设置。
2.或者继续Firefox隐私模式,在

\profiles\jetpack\gooreplacer@liujiacai.net\simple-storage\store.json

“{“rules”:{}}”
中按格式:
“xxxx”:{“dstURL”:”xxxx”,”enable”:true}
加入自定义规则(非末尾规则需加“,”)。