Skip to content

Instantly share code, notes, and snippets.

@bloodyowl
Created June 20, 2013 15:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bloodyowl/5823506 to your computer and use it in GitHub Desktop.
Save bloodyowl/5823506 to your computer and use it in GitHub Desktop.
get all the additions to the global object
/*
get all the additions to the global object
*/
;(function(w,h,o,s,m,a,d){h=w.document,o=h.createElement("iframe"),s=h.body,s.appendChild(o),m=o.contentWindow,a=[];for(d in w)d in m||a.push(d);return a})(this.window || this.global)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment