Skip to content

Instantly share code, notes, and snippets.

@busterc
Forked from JoelBesada/README.md
Last active January 12, 2018 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save busterc/7666382 to your computer and use it in GitHub Desktop.
Save busterc/7666382 to your computer and use it in GitHub Desktop.
A WHOIS lookup of the current page, for Backtick, using whois.domaintools.com #backtick
window.location.href = 'http://whois.domaintools.com/' + location.host;
{
"name": "whois",
"description": "Open a whois lookup for the current page",
"link": "http://whois.domaintools.com"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment