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?
Share
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.