Skip to content

Instantly share code, notes, and snippets.

@espretto
Created May 20, 2014 17:49
Show Gist options
  • Save espretto/a2fa8619944e6d9c1c96 to your computer and use it in GitHub Desktop.
Save espretto/a2fa8619944e6d9c1c96 to your computer and use it in GitHub Desktop.
javascript:(function(){
this.write('<!DOCTYPE html>\
<html>\
<head>\
<meta charset="UTF-8"/>\
<script src="http://localhost:8000/path/to/your/script.js"></script>\
</head>\
<body></body>\
</html>');
this.close()
}).call(window.open().document)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment