See rules
The ability to flee was added in Plucky 1.0.20.
Flee hosts
To block all web pages that link to bad.com:
pluck + flee host bad.com
Flee urls
To block all web pages that link to https://example.com/bad
pluck + flee url https://example.com/bad
Flee words
To block all web pages that contain the word pizza or the words spaghetti sauce:
pluck + flee word pizza
pluck + flee word spaghetti sauce
pluck + flee word بيتزا
pluck + flee word ピザ
pluck + flee word պիցցա
pluck + flee word پیتزا
Flee words on a specific website
To block words on a specific site.
pluck + flee example.com word linguini
pluck + flee https://example.com/something word mastaccioli
Allow and flee
If a site is explicitly allowed, it will not be blocked if it contains a flee term.
For example, after the following changes, https://example.com/yummy-italian-food will not be blocked.
pluck + allow example.com
pluck + flee word pizza
If a specific media type for a site is allowed, but the site as a whole is not, then flee will still have effect. So in the following example, while images will show on http://example.com/ , flee will still have an effect.
pluck + allow example.com image/
pluck + flee word pizza
Alternatively, to allow media on a website and still respect flee rules, use unblock
instead of allow
.
pluck + block image/ # block images by default
pluck + unblock example.com # but do not block images on example.com
pluck + flee word pizza # and still flee pizza on example.com
Create a list
https://u.pluckeye.net/configurations/new?flee_configs=1
Last updated: 2024-10-22