// Search inbounds links to a blog post from Technorati
// version 1.0
// 2006-08-18
// Copyright (c) 2006, Calvin Yu
//
// --------------------------------------------------------------------
//
// This is a Tails script.
//
// To install, you need Tails: http://blog.codeeg.com/tails-firefox-extension/
// Then restart Firefox and revisit this script and click on 'Install'.
//
// To uninstall, go to Tools/Manage Tails Scripts...,
// select "Technorati this Post", and click Uninstall.
//
// --------------------------------------------------------------------
//
// ==TailsScript==
// @name          Technorati this Post
// @namespace     http://blog.codeeg.com/tails-firefox-extension-03
// @description   Search inbounds links to a blog post from Technorati
// @include       hfeed
// ==/TailsScript==

getURL: function() {
  var url = this.object.bookmark;
  return 'http://technorati.com/search/'+url+'?sub=tails';
}
