Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Greasemonkey

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?

Name: Anonymous 2010-01-02 17:03

var ad;
while((ad = document.getElementById('ad_left')) != null) {}
ad.parentNode.removeChild(ad);


How badly could this fail?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List