Generic cosmetic filter doesn't get applied sometimes #3404
-
I face the issue(cosmetic filter not getting applied from the list) at
Occurence is random, so cannot reproduce at will, but once it happens, I force update the list and it goes away for the time being. This is how it looks like -- @gorhill You said something about |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Try |
Beta Was this translation helpful? Give feedback.
Performance, it has been discussed in the issue tracker. There was one issue about a custom cosmetic filter on
arstechnica.com
suffering such issue, the poster thought it was caused by double dash--
, but this was a attribute issue. I am having a hard time to find such old issues lately. I discussed that I was not comfortable with triggering the mutation observer on attribute changes. The solution is either inject uncondtionally (*##
), or for procedural operator use:watch-attr
operator.