-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Description
Describe the issue
Filters containing pseudo-elements like ::before
and ::after
are ignored. (Last working version - uBlock Origin 1.9.6
)
One or more specific URLs where the issue occurs
- https://www.reddit.com/r/hockey/comments/5yp1cc/nhl_to_permanently_retire_no_66_in_honor_of_josh/
- https://www.reddit.com/r/The_Donald/
Steps for anyone to reproduce the issue
- Add custom filter:
reddit.com##.arrow.down.login-required.access-required::after
- Visit the first URL above
- Hover over the downvote arrow
Expected result: "Please do not downvote based on team fandom or because you don't agree."
hover should be hidden.
- Add custom filter:
reddit.com###header-bottom-left::before:style(animation: none !important; -moz-animation: none !important; -webkit-animation: none !important; o-animation: none !important; ms-animation: none !important;)
- Visit the second URL above
- The banner/header displays an animation
Expected result: The banner animation should be disabled.
Your settings
- Browser/version:
Firefox 52.0
- uBlock Origin version:
1.11.2
Your filter lists
Default filter lists
Your custom filters (if any)
reddit.com##.arrow.down.login-required.access-required::after
reddit.com###header-bottom-left::before:style(animation: none !important; -moz-animation: none !important; -webkit-animation: none !important; o-animation: none !important; ms-animation: none !important;)