diff --git a/docs/orion/features/custom-blocklists.md b/docs/orion/features/custom-blocklists.md index 3a40a201..3e3afb82 100644 --- a/docs/orion/features/custom-blocklists.md +++ b/docs/orion/features/custom-blocklists.md @@ -198,6 +198,18 @@ ROList (Romanian)
+## Personal Filters + +Orion allows you to create your own filters directly in Orion's Settings. You can enable this feature in **Orion** > **Settings** > **Privacy** > **Show Filter Lists**, then check the **Custom Filters** checkbox and specify the rules in the text area. + +Blocklists - Personal Filters
+ +## Blocklist Syntax + +Orion follows the Adblock Plus standard for its blocklist syntax, this means any filters created for Adblock Plus are compatible with Orion. You can learn how to create your own blocklists by following this [step-by-step guide](https://adblockplus.org/filter-cheatsheet), or visit the full [blocklist syntax reference](https://help.adblockplus.org/hc/en-us/articles/360062733293-How-to-write-filters) for more technical details. + +Note: Snippet filters are not supported. + ## Contributing to Blocklists Many blocklists are open source and maintained by independent groups and communities. Anyone can submit domains for inclusion in the lists. diff --git a/docs/orion/features/media/blocklists_personal_filters.png b/docs/orion/features/media/blocklists_personal_filters.png new file mode 100644 index 00000000..e2e2e038 Binary files /dev/null and b/docs/orion/features/media/blocklists_personal_filters.png differ