79469217

Date: 2025-02-26 09:45:36
Score: 0.5
Natty:
Report link

you can use the :has pseudo-class

article:has(.ad_label) {
    display: none;
}
Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mootez Zemmel