-
-
Notifications
You must be signed in to change notification settings - Fork 708
Content blocking settings
PalmerAL edited this page Aug 26, 2020
·
1 revision
By default, Min uses EasyList and EasyPrivacy to determine which resources to block (license information). If you want to add additional filter lists or create your own filters, first find the folder where your browsing data is stored:
-
~/library/application support/min
on macOS -
\users\username\appdata\roaming\min
on Windows -
/home/username/.config/Min
on Linux.
And create a file inside it named customFilters.txt
. In that file, you can add filters (one per line) that follow Adblock Plus filter syntax. Once you've saved your filters, you'll need to restart Min for them to be applied.
Min supports most of the same filter options as Adblock Plus, with a few exceptions:
- Wildcard matches (
*
) cannot be combined with any kind of anchoring (|
or||
options). - Regex-based filters are not supported.
- Element-hiding rules are not supported.
By default, Min will only block third-party requests, even if your filter matches a first-party request. To change this, open the Min preferences and select "Block all ads and trackers".