ExtendedCss icon indicating copy to clipboard operation
ExtendedCss copied to clipboard

Next-sibling combinator matches too much

Open Alex-302 opened this issue 1 year ago • 0 comments

Example link: https://forum.ru-board.com/forum.cgi?forum=active15 Rule: forum.ru-board.com#?#body > table[align="center"]:contains(Сортировать ) + * + *

Expected behavior:

The rule must hide еру last element, marked on the screenshot

Details

image

Actual behavior

The rule hides 2 elements, next to element, matched by body > table[align="center"]:contains(Сортировать )

Details

image

Alex-302 avatar Mar 19 '24 21:03 Alex-302