onload=function(){ [].filter.call(document.links,function(_){ var src_t='http://r.i.elhacker.net/thumb'+_.href.match(/\/[^\/]+?(?=\/|$)/); var img_t=new Image(); img_t.src=src_t; img_t.style.position='fixed'; img_t.style.bottom='0px'; img_t.style.right='0px'; img_t.onmouseover=function(){ this.parentNode&&this.parentNode.removeChild(this); }; var src_p='http://r.i.elhacker.net/pagerank'+_.href.match(/\/[^\/]+?(?=\/|$)/); var img_p=new Image(); img_p.src=src_p; img_p.style.position='fixed'; img_p.style.top='0px'; img_p.style.right='0px'; img_p.onmouseover=function(){ this.parentNode&&this.parentNode.removeChild(this); }; _.onmouseover=function(){ document.body.appendChild(img_t); document.body.appendChild(img_p); }; _.onmouseout=function(){ img_t.parentNode.removeChild(img_t); img_p.parentNode.removeChild(img_p); }; }); }