Get all user defined window properties?
You could also compare the window against a clean version of the window instead of trying to snapshot during runtime to compare against. I ran this in console but, you could turn it into a function. // make sure it doesn’t count my own properties (function () { var results, currentWindow, // create an iframe … Read more