archiemoses
New Member
Surprised that I can't find this by searching...
twitter.com, <Article> tag that has child div containing text 'Promoted' or perhaps some other keys.
These divs with the search text have a class .css-9010a0 for what it's worth, but don't want to blanket block on that class because some are useful.
Been trying things like:
But my CSS is super rusty...
twitter.com, <Article> tag that has child div containing text 'Promoted' or perhaps some other keys.
These divs with the search text have a class .css-9010a0 for what it's worth, but don't want to blanket block on that class because some are useful.
Been trying things like:
Code:
twitter.com#$#article:has(div:has-text(/Promoted/)) { visibility: hidden; height: 0 !important; }