scruel / tampermonkey-scripts

Naïve scripts by naïve ideas.
41 stars 4 forks source link

关于在New Bing和You.com不可用的问题 #8

Closed w4r3s closed 1 year ago

w4r3s commented 1 year ago

感谢作者! 但是它在New Bing和You.com不解析Latex

浏览器: Chrome Version 109.0.5414.119 (Official Build) (arm64) OS: MacOS Ventura ChatGPT LaTeX Auto Render版本: v0.5.4

在ChatGPT正常

image

在New Bing不正常

image

在You.com不正常

image
w4r3s commented 1 year ago

在Edge下,问题同样存在

image
scruel commented 1 year ago

在 Chrome 上测试了一下: you 不解析原因是 CSP 策略导致的,Chrome 对于 CSP 策略遵守较为严格,尝试了下暂时没有啥办法绕过,不过测试过 edge 和 firefox 没有这个问题,有需要使用的话建议更换后尝试。(https://github.com/Tampermonkey/tampermonkey/issues/1733) bing 我这边测试是没问题的,图片中不解析的原因,是输出的时候把公式放在代码块中了,代码块的中内容是不会解析的。

补充:如果一定要使用 Chrome,可以在 tampermonkey 设置的 Security 设置组中,修改选项移除页面的 CSP 规则(不安全)。