Created
September 11, 2015 23:02
-
-
Save akost/b1fc7189ea5dc291b79e to your computer and use it in GitHub Desktop.
Bookmarklet to show all page headers
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:(function(){function%20read(url){var%20r=new%20XMLHttpRequest();r.open('HEAD',url,false);r.send(null);return%20r.getAllResponseHeaders();}alert(read(window.location))})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Open bookmark manager in your browser, create new bookmark, paste this in URL field.
Click this bookmark on page which headers you'd like to see.