MSN LinkForward Bookmarklet
December 6th, 2006 by Michael Gray in SEO, ToolsIf you're new here, you may want to subscribe to my RSS feed. Read my top posts or learn more about Michael Gray. Want more frequent updates follow me on Twitter. Thanks for visiting!
If you happened see any of the site review clinics at pubcon you might have wondered how do people look things up so quickly. Lots of people use bookmarklets for quick and dirty type searches. For example say you wanted to to know who a site links to using the new MSN [linkfromdomain] command. So go to your bookmark toolbar and create a new bookmark in the location field enter this value:
javascript:location.href='http:/'+'/search.live.com/results.aspx?q=linkfromdomain%3A'+document.domain.replace('www.','');
To use it visit any domain and click on the bookmarklet it should redirect you to that MSN with a linkforward search executed for that domain.
Sphere It










December 6th, 2006 at 8:38 am
Is it just me or is that linkfromdomain operator really inaccurate?
December 6th, 2006 at 12:45 pm
Now THAT is a COOL tip! Thanks!
G-Man
December 6th, 2006 at 5:15 pm
Sweet! Do you or your readers have any more?
December 6th, 2006 at 8:19 pm
Great tip! Lots of possibilities with this one.
December 7th, 2006 at 1:35 am
Here’s some more good ones:
http://www.joshrice.net/
/shamless self promotion
-josh
December 7th, 2006 at 12:50 pm
Hey Gray,
The full bookmarklet code is being cutoff when I view your page (fyi I’m using FF on Windows). Here’s the full code if others are having issues seeing it above:
javascript:location.href=’http://search.live.com/results.aspx?q=linkfromdomain%3A’+document.domain.replace(’www.’,”);