Skip to content

Instantly share code, notes, and snippets.

@pratapvardhan
Created September 4, 2014 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pratapvardhan/1587fee20e4f9e302a26 to your computer and use it in GitHub Desktop.
Save pratapvardhan/1587fee20e4f9e302a26 to your computer and use it in GitHub Desktop.
Include js src from console
var script= document.createElement('script');
script.type= 'text/javascript';
script.src= 'script.js';
document.head.appendChild(script);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment