By brtkrbzhnv
—
Last update
Feb 11, 2008
—
Installed
145 times.
// ==UserScript==
// @name Rate Your Music Go to Good Search Result
// @namespace http://www.google.com/search?q=brtkrbzhnv
// @description If one of the search results is totally superior, you get taken automatically to it
// @include http://rateyourmusic.com/search?searcht*
// @include http://www.rateyourmusic.com/search?searcht*
// ==/UserScript==
var v, h=(a0=(as=p("//table/tbody/tr[@class='infobox']/td/table/tbody/tr/td/b/a[@class='searchpage']")).snapshotItem(0)).href;
if((as.snapshotLength==1)||(p("//input[@size='50']"),v.toLowerCase()==(a0.childNodes[0].nodeValue.toLowerCase())))document.location=h;
function p(q) {v=(r=document.evaluate(q,document,null,XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE,null)).snapshotItem(0).value; return r;}