是否可以在 Google Chrome 中的 chrome://chromewebdata/ 上运行用户脚本
我想从始终导致 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,不使用用户脚本。
我建议使用实验性的 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