From 05ef1daab86bd21b02294227a227423e4d347354 Mon Sep 17 00:00:00 2001 From: felix-22 <75935068+felix-22@users.noreply.github.com> Date: Tue, 9 Nov 2021 19:55:44 +0100 Subject: [PATCH] Updated cases when Element picker does not work --- Element-picker.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Element-picker.md b/Element-picker.md index 0581749..3bc9000 100644 --- a/Element-picker.md +++ b/Element-picker.md @@ -60,3 +60,6 @@ There may be many different reasons for this. - There is a static filter in one of the 3rd-party filter lists in use which counters your filter. - Exception cosmetic filters (`#@#`) cancel cosmetic filters (`##`). - Exception filter with [`elemhide`](./Static-filter-syntax#elemhide-1) or [`specifichide`](./Static-filter-syntax#specifichide) option. +- The site you're trying to use Picker or Zapper on, is unsupported: + - unsupported pages: [Privileged Pages](https://github.com/gorhill/uBlock/wiki/Privileged-Pages), also see [related issue](https://github.com/uBlockOrigin/uBlock-issues/issues/512) + - unsupported protocol: Picker and Zapper are restricted to work on protocols `http(s)://` only, which means for example it won't work on `file:///` protocol, however cosmetic filters still can be added manually to My Filters pane, related issues: [issue 1](https://github.com/gorhill/uBlock/issues/1601#issuecomment-215929108), [issue 2](https://github.com/gorhill/uBlock/issues/1721#issuecomment-225959408), related comments: [comment 1](https://github.com/DandelionSprout/adfilt/issues/63#issuecomment-964243361), [comment 2](https://github.com/DandelionSprout/adfilt/issues/63#issuecomment-964254310), [comment 3](https://github.com/DandelionSprout/adfilt/issues/63#issuecomment-964341350)