Wednesday, January 2, 2008

Google Tricks

Have you ever notice Google does not take you directly to your result sites. If you investigate with the link you will find that the link is alright. But in reality you never go through that link. Google execute a small javascript on event “onmousedown”. It changes the original link, new link directed towards Google. Then the main server redirect to your result site. Here is that javascript have a look at that.

window.rwt=function(b,d,e,g,h,f,i)
{
var a=encodeURIComponent||escape,
c=b.href.split("#");
b.href="/url?sa=t"+(d?"&oi="+a(d):"")+(e?"&cad="+a(e):"")+"&ct="+
a(g)+"&cd="+a(h)+"&url="+a(c[0]).replace(/\+/g,"%2B")+"&
ei=f3N8R_H5Do_I6gPg3LRG"+(f?"&usg="+f:"")+i+(c[1]?"#"+c[1]:"");
b.onmousedown="";
return true
};

No comments:

Post a Comment

Please, no abusive word, no spam.