mika-cn / maoxian-web-clipper

A web extension to clip information from web page. Save it to your local machine to avoid information invalidation. Not bored registration, Not charged.
MIT License
1.06k stars 123 forks source link

裁剪github readme页面时图片下载不全 #50

Closed ghost closed 5 years ago

ghost commented 5 years ago

裁剪github readme页面时图片下载不全。如:https://github.com/TideSec/Tide 别的页面有时图片较多时,也会出现图片下载不全无法显示。(暂时忘记哪个页面了)

mika-cn commented 5 years ago

可能会出现:

网页文件比图片先下载完成的情况。此时你查看结果,就可能出现有些图片没显示(还没下载下来),一般刷新要一下就行。

我试了你给的那个页面,就出现这种情况,刷新后图片就显示了。

如果网络环境不好,也有可能造成这种情况。

如果你排除了这些情况,问题还存在,回复一下我,我抽空看看。

ghost commented 5 years ago

感谢提醒,我重新试了一下,确实只能下载一两张图片。但是chrome console 提示: Refused to connect to '' because it violates the following Content Security Policy directive: "connect-src 'self' uploads.github.com collector.githubapp.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com ".

比较奇怪,浏览器新标签页打开可以正常显示图片。是否跟我使用porxy插件有关。 image

mika-cn commented 5 years ago

不是 proxy 插件的问题,是 fetch 图片的时候遇到 302 redirect,在redirect 的过程中,触发了 CSP。

遇到这样的页面,先用 Firefox 裁剪吧,这个问题不好弄