Skip to content

Instantly share code, notes, and snippets.

@peschee
Created August 21, 2018 11:39
Show Gist options
  • Save peschee/84b00ebfff3ec3e063a6e0d5062bcb5b to your computer and use it in GitHub Desktop.
Save peschee/84b00ebfff3ec3e063a6e0d5062bcb5b to your computer and use it in GitHub Desktop.
Output current DOM to console
console.log(`<!doctype html>${document.documentElement.outerHTML}`);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment