GreaseMonkey脚本可以直接保存页面图片吗

发布于 2024-07-11 03:41:52 字数 116 浏览 7 评论 0原文

我可以将 GreaseMonkey 脚本中的页面图片直接保存到硬盘吗?

最简单的方法是设置我的服务器并使用 GM_xmlhttpRequest 将图片网址转换为它?

Can I save page pictures from GreaseMonkey script directly to my hard drive?

Is the easiest way to do it - to setup my server and translate picture urls to it using GM_xmlhttpRequest ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

染年凉城似染瑾 2024-07-18 03:41:52

不,你不能。 GreaseMonkey 仍然位于浏览器沙箱内,这意味着您无法访问任何系统资源。 无论如何,(浏览器集成的)JavaScript 中没有文件系统 API。

也许 DownThemAll! 对您有帮助。

No, you can't. GreaseMonkey still is within the Browser sandbox and this means you cannot access any system resources. There is no FileSystem API in (browser-integrated) JavaScript anyway.

Maybe DownThemAll! helps you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文