Wilhelmi
05-26-2009, 12:36 PM
Hi,
I'd like to make a Greasemonkey script that removes the left table from sites running geeklog. This (http://uskojarukous.net/phpBB2/) is the particular site I have in mind.
What I need to do is simply to remove a td classed "block-feature-left".
I've tried this with no luck:
var elements = document.getElementsByClassName("block-featured-left");
document.all.removeChild(elements[0]);
Thank you for the answers and sorry for being such a newbie :-)
I'd like to make a Greasemonkey script that removes the left table from sites running geeklog. This (http://uskojarukous.net/phpBB2/) is the particular site I have in mind.
What I need to do is simply to remove a td classed "block-feature-left".
I've tried this with no luck:
var elements = document.getElementsByClassName("block-featured-left");
document.all.removeChild(elements[0]);
Thank you for the answers and sorry for being such a newbie :-)