Name: Anonymous 2010-01-02 14:53
Hey /prog/
I need some help with greasemonkey scripting.
this is what I got:
var ad = document.getElementById('ad_left');
ad.parentNode.removeChild(ad);
It should work, but doesn't. What's wrong?
I need some help with greasemonkey scripting.
this is what I got:
var ad = document.getElementById('ad_left');
ad.parentNode.removeChild(ad);
It should work, but doesn't. What's wrong?