iorate / ublacklist

Blocks specific sites from appearing in Google search results
https://iorate.github.io/ublacklist/
MIT License
5.71k stars 299 forks source link

[Request] Exception rules/allowlist #380

Closed NotaInutilis closed 12 months ago

NotaInutilis commented 12 months ago

I would like to request a feature for uBlacklist to add exception rules and/or an allowlist.

Adblockers allow overriding filters with exception rules (for example @@|| or #@#). This is useful for more granular filters, allowing only specific content, or for a user to override a block from a list they are subscribed to.

Match pattern rules do not allow this. When subscribed to a list, it is not possible to make an exception at the user level: change must be made to the list itself.

Adding a new symbol to match pattern might not be an ideal solution (although this has already been done with title/ regex) so maybe an option for an allowlist would be better. If it is already possible with regex, adding an example would be enough.

iorate commented 12 months ago

@*://example.com/* https://iorate.github.io/ublacklist/docs/advanced-features#unblock-rules

NotaInutilis commented 12 months ago

Thank you! I missed that part of the doc!