Skip to content

Instantly share code, notes, and snippets.

@redroot
Created December 10, 2012 17:45
Show Gist options
  • Select an option

  • Save redroot/4252085 to your computer and use it in GitHub Desktop.

Select an option

Save redroot/4252085 to your computer and use it in GitHub Desktop.
Adtech globals
props = Object.getOwnPropertyNames(window); for(prop in props) { if(props[prop].toLowerCase().toString().indexOf("adtech") != - 1){ console.log(props[prop]); } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment