Skip to content

Instantly share code, notes, and snippets.

@willkidger
willkidger / command.js
Created November 5, 2013 14:18
SearchMetrics Visibility - Backtick
javascript:(function(){ window.open('http://suite.searchmetrics.com/en/research?acc=3671&url='+location.host+'&cc=GB&competitor%5B%5D=Enter+domain#filter={"filter_home_chart":{"fxch":"organicpaidvisibility"}}'); })();
@willkidger
willkidger / command.js
Created November 4, 2013 23:50
URL Anchor Text (OSE) - Backtick
javascript:location.href='http://www.opensiteexplorer.org/'+location.host+'/a!anchors'
@willkidger
willkidger / command.js
Created November 4, 2013 23:49
Domain Anchor Text (OSE) - Backtick
javascript:location.href='http://www.opensiteexplorer.org/'+location.host+'/a!anchors!!target!domain!!source!phrase!!sort!domains_linking_page'
@willkidger
willkidger / command.js
Created November 4, 2013 23:49
Linking Root Domains to URL (OSE) - Backtick
javascript:location.href='http://www.opensiteexplorer.org/'+location.host+'/a!domains'
@willkidger
willkidger / command.js
Created November 4, 2013 23:48
Linking Root Domains to Domain (OSE) - Backtick
javascript:location.href='http://www.opensiteexplorer.org/'+location.host+'/a!domains!!sort!domain_authority!!target!domain'
@willkidger
willkidger / command.js
Last active December 27, 2015 10:29
Social Shares for URL - Backtick
javascript:location.href='http://sharedcount.com/?url='+escape(location.href);
@willkidger
willkidger / command.js
Created November 4, 2013 23:39
OSE Links to URL - Backtick
javascript:location.href='http://www.opensiteexplorer.org/links?site='+location.href
@willkidger
willkidger / command.js
Created November 4, 2013 23:37
OSE Links to Domain - Backtick
javascript:location.href='http://www.opensiteexplorer.org/'+location.host+'/a!links!!source!all!!filter!all!!sort!page_authority!!target!domain'
@willkidger
willkidger / command.js
Created November 4, 2013 22:35
Builtwith - Backtick
javascript:(function(){ window.open('http://builtwith.com/'+location.host); })();
@willkidger
willkidger / command.js
Created November 4, 2013 22:31
Gmail This - Backtick
javascript:popw='';Q='';x=document;y=window;if(x.selection)%20{Q=x.selection.createRange().text;}%20else%20if%20(y.getSelection)%20{Q=y.getSelection();}%20else%20if%20(x.getSelection)%20{Q=x.getSelection();}popw%20=%20y.open('https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=&su='%20+%20escape(document.title)%20+%20'&body='%20+%20escape(Q)%20+%20escape('n')%20+%20escape(location.href)%20+%20'&zx=RANDOMCRAP&shva=1&disablechatbrowsercheck=1&ui=1','gmailForm','scrollbars=yes,width=680,height=510,top=175,left=75,status=no,resizable=yes');if%20(!document.all)%20T%20=%20setTimeout('popw.focus()',50);void(0);