Skip to content

Instantly share code, notes, and snippets.

@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
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: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:50
URL Anchor Text (OSE) - Backtick
javascript:location.href='http://www.opensiteexplorer.org/'+location.host+'/a!anchors'
@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"}}'); })();