Skip to content

Instantly share code, notes, and snippets.

@NKjoep
Last active December 16, 2015 19:59
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 NKjoep/5489171 to your computer and use it in GitHub Desktop.
Save NKjoep/5489171 to your computer and use it in GitHub Desktop.
Bookmarklet for quick "view-source". Works with Webkit/FF
javascript: (function () { window.open("view-source:"+window.location.href, '_blank'); })();
@NKjoep
Copy link
Author

NKjoep commented Apr 30, 2013

Add a bookmark in the "bookmarks toolbar" and paste the code as the url

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment