Skip to content

Instantly share code, notes, and snippets.

@cjwinchester
Created April 5, 2017 02:52
Show Gist options
  • Save cjwinchester/a209a12f7c4286f801d34c4ca5a33330 to your computer and use it in GitHub Desktop.
Save cjwinchester/a209a12f7c4286f801d34c4ca5a33330 to your computer and use it in GitHub Desktop.
whois bookmarklet
javascript:(function() {window.open("http://whoiz.herokuapp.com/lookup?url=" + window.location.host.toString().replace(/\//g,"").replace("http:","").replace("www.",""), '_blank');})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment