Post
Topic
Board Meta
Merits 16 from 6 users

Re: Bug about topics from Spanish board which are not displayed correctly
by
PowerGlove
on 04/03/2025, 15:24:19 UTC
⭐ Merited by theymos (5) ,LoyceV (4) ,DdmrDdmr (3) ,vapourminer (2) ,GazetaBitcoin (1) ,Porfirii (1)

I think that the weirdness you're talking about is due to one (or both) of the following uBlock filters:

Code:
bitcointalk.org##:xpath(//span[contains(text(),"Advert")]/../..)
bitcointalk.org##td:has(> span[class]:has-text(Advert))

Both that XPath expression, and the CSS selector seem buggy to me (in different ways).

Anyway, I'm not sure what content blocker you're running, but I can get this post to display correctly for me by disabling "cosmetic filtering" in uBlock Origin: