Last active
August 29, 2015 14:06
-
-
Save jaggy/ad3ea22f0c8c61d811ca 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
javascript:(function () { | |
var ip_address = prompt('IP Address'); | |
var livereload = document.createElement('script'); | |
livereload.src = "http://" + ip_address + ":35729/livereload.js?ext=Chrome&extver=2.0.9"; | |
document.getElementsByTagName('head')[0].appendChild(livereload); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment