Last active
November 26, 2015 22:23
-
-
Save lewisje/f3e6ad13884e9591474d to your computer and use it in GitHub Desktop.
Crude "View Current Source" bookmarklet (public domain): https://developer.mozilla.org/en-US/docs/Web/HTML/Element/plaintext
This file contains 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
javascript:document.documentElement.innerHTML='<plaintext>'+document.documentElement.innerHTML; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It doesn't dump the
html
tags themselves, or anything outside them, but otherwise it works well.