chrome 扩展不应加载(或阻止)DOM 脚本
是否可以在加载之前阻止所有网站?
我可以在 DOM 完成后删除所有内容,但使用这些脚本声明的事件仍然发生,我想阻止这种情况。
谢谢!
is it possible to block all of a website before they are loaded?
I can remove all after the DOM is done but events declared with these scripts are still happening which I would like to prevent.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想批量阻止某个网站的 javascript,则无需任何扩展即可做到这一点。转到
首选项 ->在引擎盖下 ->内容设置-> JavaScript ->管理异常
。从那里您可以添加规则来阻止站点运行 javascript。If you want to block a site's javascript wholesale, you can do that without any extensions. Go to
Preferences -> Under the hood -> Content settings -> Javascript -> Manage exceptions
. From there you can add a rule to block the site from running javascript.