a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment
mk  ·  4405 days ago  ·  link  ·    ·  parent  ·  post: Greasemonkey script for removing ignored posts

Nice.

Funny that this looks for #A90101. Now that there is code getting written against it, I should probably get more systematic with my CSS. :) By all accounts, #ignore ought to be an ID.

I'll let you know if/when I make any changes that might affect this.

Maybe I should create a specific page that just links to things like this script?

EDIT: I see you had to iterate through two separate getElementsByClassNames. I suppose ('box, outercomm') would be looking for both elements... my JS-fu is not so strong.