Created
April 5, 2017 02:52
-
-
Save cjwinchester/a209a12f7c4286f801d34c4ca5a33330 to your computer and use it in GitHub Desktop.
whois bookmarklet
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() {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