Skip to content

Instantly share code, notes, and snippets.

@akost
Created September 11, 2015 23:02
Show Gist options
  • Save akost/b1fc7189ea5dc291b79e to your computer and use it in GitHub Desktop.
Save akost/b1fc7189ea5dc291b79e to your computer and use it in GitHub Desktop.

Revisions

  1. akost created this gist Sep 11, 2015.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    javascript:(function(){function%20read(url){var%20r=new%20XMLHttpRequest();r.open('HEAD',url,false);r.send(null);return%20r.getAllResponseHeaders();}alert(read(window.location))})();