Skip to content

Instantly share code, notes, and snippets.

@lbarasti
Created September 30, 2014 13:41
Show Gist options
  • Select an option

  • Save lbarasti/27c729dc677f4ae2815a to your computer and use it in GitHub Desktop.

Select an option

Save lbarasti/27c729dc677f4ae2815a to your computer and use it in GitHub Desktop.
// load script from chrome console
var script = document.createElement('script');script.src = "/path/to/script.js";document.getElementsByTagName('head')[0].appendChild(script);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment