blocking last post adv on forums

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
alex

blocking last post adv on forums

Post by alex »

Hello, sorry for my bad english.

in some forum adv add to last post on each topic.

normal (users) posts format

Code: Select all

<table class="posttable" id="d1309046" cellspacing="0">
....
</table>
where "d13309046" is different for each post

adv post

Code: Select all

<table class="posttable" cellspacing="0">
...
</table>
how i can block last adv post.
Wladimir Palant

Post by Wladimir Palant »

This should do:

Code: Select all

##table.posttable:not([id])
But you better put a domain name in front - who knows what "posttable" is used for on other sites.
alex

Post by alex »

2Wladimir Palant thanx
Locked