You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BREAKING] CosmeticFilterBucket.getCosmeticsFilters(...) now
returns { injections: CosmeticFilter[]; stylesheet: string }
Internally CosmeticFilterBucket will do much less work to get
cosmetic filters. In particular, we pre-compute a base stylesheet with
all generic hide filters not having any corresponding unhide (#@#)
rule in the bucket (that's most of the filters). This means we only need
to apply exceptions and compute dynamic stylesheets for a minority of
filters (~4%).