Skip to content

Instantly share code, notes, and snippets.

@wlib
Created February 22, 2017 03:29
Show Gist options
  • Save wlib/ee79246b49a2684ea70c6755a6669295 to your computer and use it in GitHub Desktop.
Save wlib/ee79246b49a2684ea70c6755a6669295 to your computer and use it in GitHub Desktop.
Open a gist or github code window as html in a new tab
javascript:(function(){const code%3Ddocument.querySelector("div.commit-create > textarea").value;const tab%3Dwindow.open();tab.document.write(code)})();//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment