我想在Chrome中使用Mutation Observers来监控整个文档中的DOM更改.但是,我想将具有特定ID的特定元素列入黑名单.有没有办法做到这一点?
最佳答案
使用此处找到的mutation-summary库:http://code.google.com/p/mutation-summary/.元素查询总结了与给定选择器字符串匹配的元素的存在和位置的更改.在这里找到:http://code.google.com/p/mutation-summary/wiki/APIReference#The_element_Query
原文链接:https://www.f2er.com/js/429591.html