Make it block Boltster and work100% of the time an ill donate money to you. My old Boltster blocking script doesn't work anymore.
And I mean posts, topics, accounts. Everything. I want a black box where he's supposed to be and a black box where his quotes go.
i might work on that later.
so now, due to the fact that trying to find a specific form or tbody has never been successful, I told the script to cycle through all of the table row elements until it finds the title of the topics page, then adds every topic afterwards and stop after the second title.
in other words, it's doing this:
<unimportant element>
<unimportant element>
<unimportant element>
<unimportant element>
<first title row><topic><topic><topic><topic><topic><topic><topic><topic><topic><second title row><unimportant element>
<unimportant element> <-- the script starts here
it starts from the bottom because the first titlebg of the entire page could be a subforum, such as in the addons forum. the last two titlebg elements are always surrounding all of the topic elements.
crossing my fingers now.