是否可以在 Google Chrome 中的 chrome://chromewebdata/ 上运行用户脚本

发布于 2024-11-15 07:48:33 字数 167 浏览 1 评论 0原文

我想从始终导致 HTTP 500 的页面重定向到网站的新页面。

我已经制作了用户脚本,但它没有运行,因为该页面是 chrome://chromewebdata/ 而不是 http://xxx。 xxx/yyy

I want to redirect from a page that always result in HTTP 500, to the new page for the website.

I have made the userscript but it doesn't run, because the page is chrome://chromewebdata/ not http://xxx.xxx/yyy

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

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

发布评论

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

评论(1

缪败 2024-11-22 07:48:33

不,不使用用户脚本。

我建议使用实验性的 webNavigation API 和相关的“onError”回调来研究 Chrome 扩展。

http://code.google.com/chrome/extensions /trunk/experimental.webNavigation.html#event-onErrorOccurred

No, not using a user script.

I would suggest looking into a Chrome Extension using the experimental webNavigation API and the associated "onError" callback.

http://code.google.com/chrome/extensions/trunk/experimental.webNavigation.html#event-onErrorOccurred

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