拦截DOM和JS引擎调用
我想在浏览器加载时拦截 JS 触发的 DOM 对象读写查询。拦截这些电话后,我希望对其进行筛选。我已经编写了筛选逻辑,但无法阻止呼叫。
除了修改浏览器源代码之外还有什么方法可以实现这一点吗?如果是这样请帮助我。
I want to intercept DOM object read and write queries fired by JS while getting loaded by the browser. After intercepting these calls, i wish to screen them. I have written the logic for screening but am not able to block the calls.
Is there any way other than modifying source code of the browser to achieve this? If so pls help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你的意思是这样吗?
(由于某些原因Fx失败并进行非法操作)
You mean like this?
(for some reason fails in Fx with illegal operation)