开发者

Backtrace JavaScript DOM Insert

开发者 https://www.devze.com 2023-04-13 04:20 出处:网络
I have a page that has several (20+) scripts that are being loaded. One of them is inserting an iframe into the DOM. Using the Chrome developer tools, is there anyway I can figure out when/where/how t

I have a page that has several (20+) scripts that are being loaded. One of them is inserting an iframe into the DOM. Using the Chrome developer tools, is there anyway I can figure out when/where/how that iframe开发者_如何学编程 is being inserted into the DOM?


You could use Firebug's break on mutate. Otherwise you could disable one script after another an check when the iframe isn't insert anymore.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号