Created
August 21, 2018 11:39
-
-
Save peschee/84b00ebfff3ec3e063a6e0d5062bcb5b to your computer and use it in GitHub Desktop.
Output current DOM to console
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
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