-
Yesterday a user came on reddit with a problem with a userfilter that isn't applied by uBO. I was unable to reproduce, and since the user has enabled many extra lists (43) I was unable to continue debugging. He later came back after identifying the list which was causing the issue ("AdGuard – Social Widgets"). website: raider.io Test: Using Using Only 3 cosmetic filters in the list are targeting this site. And one is responsible. After simplification, it is: Now, disable the list, and run uBO with only that filter and the user's filter. The userfilter won't be applied, but styling the target works. TLDR: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
I will need to investigate more but my first guess is that there is an invalid cosmetic filter in the AdGuard list, undetected by uBO, which breaks cosmetic filtering. |
Beta Was this translation helpful? Give feedback.
-
invalid filter |
Beta Was this translation helpful? Give feedback.
Because all plain CSS cosmetic filters are injected as a single CSS declaration. If one selector is bad, the whole CSS declaration is bad and ignored by the browser.