Large

Orkut Manager

By Brunolm Last update Oct 23, 2009 — Installed 181,383 times.

remove b.gif

in
Subscribe to remove b.gif 1 post, 1 voice

xpsdeset Scriptwright

i think i made an small script just for that if you want you can add it

it restore's the original profile avtar pic location from b.gif

var sob="",e;
var links = document.getElementsByTagName('div');
for ( var i = 0; i < links.length; i ++ )
{





sob=getStyle(links[i], "background-image");
if(sob.indexOf("images/medium")!=-1)
{



e=links[i+1];if(e){e.parentNode.removeChild(e);};



break;
}

}







function getStyle(oElm, strCssRule)
{
var strValue = "";
if(document.defaultView && document.defaultView.getComputedStyle){
strValue = document.defaultView.getComputedStyle(oElm, "").getPropertyValue(strCssRule);
}
else if(oElm.currentStyle){
strCssRule = strCssRule.replace(/\-(\w)/g, function (strMatch, p1){
return p1.toUpperCase();
});
strValue = oElm.currentStyle[strCssRule];
}
return strValue;
}

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel