Created
February 5, 2013 06:17
-
-
Save underdown/4712624 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| /* 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