Skip to content

Instantly share code, notes, and snippets.

@underdown
Created February 5, 2013 06:17
Show Gist options
  • Select an option

  • Save underdown/4712624 to your computer and use it in GitHub Desktop.

Select an option

Save underdown/4712624 to your computer and use it in GitHub Desktop.
/* Whois Current Domain */
javascript:(function(){var domain=document.location.hostname;window.location.replace('http://whois.sc/'+domain);})();
/* Lookup backlinks on ahrefs */
javascript:(function() {var domain=document.location.hostname;
window.location.replace('https://ahrefs.com/site-explorer/overview/domain/'+domain);})();
/* get IMN optimization report */
var j = document.createElement("form");
j.method="post";
j.action="http://www.internetmarketingninjas.com/seo-tools/free-optimization/";
j.innerHTML=f.innerHTML + "<input type='text' name='url' value='+document.location.hostname+'/>";
j.submit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment