Skip to content

Instantly share code, notes, and snippets.

@RebeccaWhit3
Created February 19, 2017 05:00
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 RebeccaWhit3/4df20fec50dc7570b929e9e8fd3172a8 to your computer and use it in GitHub Desktop.
Save RebeccaWhit3/4df20fec50dc7570b929e9e8fd3172a8 to your computer and use it in GitHub Desktop.
Write current page to a new variable | JavaScript Snippet
// Write current page to a new variable
var a = document.querySelectorAll('html');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment