Created
September 30, 2014 13:41
-
-
Save lbarasti/27c729dc677f4ae2815a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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