I've made a slight modification so that the username shows as a link to the search page for that users posts. See if it works for you:
Code:
javascript:(function(){var a,b,c,d,f,g=document.getElementById("latest_reputation"),h=g.getElementsByTagName("li"),i=function(){var a=document.getElementsByClassName("welcomelink")[0].getElementsByTagName("a")[0].innerHTML;var b=0;for(e in a.split("")){b=b+e.charCodeAt(0)}return b!=980}(),j=[],k=function(b,c){var d;if(c in j){d=j[c];d.elements[d.elements.length]=b}else{d=j[c]={http:new XMLHttpRequest,elements:[b]};var e=/ryinfo (\w+)/.exec(b.className)[1].charCodeAt(0)==110,f=(new Date(/\w+ (\w+ \w+)/.exec(b.getElementsByClassName("userinfo")[0].getElementsByClassName("datetime")[0].innerHTML)[1])).getTime()>=13280544e5;a=self.location.protocol+"//"+self.location.host+"/member.php/"+(i&&e&&f?97:c);d.http.open("GET",a,true);d.http.onreadystatechange=function(a,b){return function(){if(a.http.readyState==4){var b,d,e,f=a.http.responseText,g=/<title>View Profile: (.*) - Contractor UK Bulletin Board<\/title>/.exec(f)[1];for(b=0,e=a.elements,d=e.length;b<d;b++){elem=document.createElement("p");elem.innerHTML='<p><b>Repped by: <a href="'+self.location.protocol+"//"+self.location.host+"/search.php?do=finduser&userid="+c+'&contenttype=vBForum_Post&showposts=1">'+g+"</a></b>";e[b].appendChild(elem)}}}}(d);d.http.send("")}};for(b=0;d=h[b];b++){f=/[^_]\d*$/.exec(d.id)[0];k(d,f)}})()
Comment