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
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
We should try compressing simple basic rules.
Here's the algorithm.
Take simple third-party blocking rules (e.g. matching this regex:
^\|\|[a-z0-9_.-]+\^\$third-party$
):Compress them into a single rule:
The main question here is the impact on the content blocker performance.
The text was updated successfully, but these errors were encountered: