Created
January 7, 2013 19:55
-
-
Save bryanstedman/4477845 to your computer and use it in GitHub Desktop.
View source bookmarklet
Copy the text into a bookmark to view source on an iPhone or iPad. Maybe there are other phones and tablets too :)
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
javascript:(function(){var a=window.open('about:blank').document;a.write('<!DOCTYPE html><html><head><title>Source of '+location.href+'</title><meta name="viewport" content="width=device-width" /></head><body></body></html>');a.close();var b=a.body.appendChild(a.createElement('pre'));b.style.overflow='auto';b.style.whiteSpace='pre-wrap';b.appendChild(a.createTextNode(document.documentElement.innerHTML))})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment