suggestion
|
|
ad=document.getElementById("showimage");if(ad)ad.parentNode.removeChild(ad);
rbx=function(x){
temp=document.evaluate(x,document,null,9,null).singleNodeValue;
if (temp) temp.parentNode.removeChild(temp);
};
rbx("/html/body/div/table/tbody/tr/td[2]");
rbx("/html/body/div/table/tbody/tr/td/table[2]/tbody/tr/td");
blocks ur thing and more. |
|
|
I think an extension like RIP is faster for this kind of purpose. I only wrote this script because the ad can be blocked immediately, without any flicker effect. If this could be avoided, I'd be happy to include your script. I've read the greasespot wiki, but have no idea how to modify the css in script, so don't know how to avoid the flicker effect |