1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-28 21:57:12 +02:00

Updated Element picker (markdown)

Raymond Hill 2019-07-29 10:57:27 -04:00
parent 6dd671bea4
commit 2189a17f36

@ -28,8 +28,9 @@ The _Create_ button will be enabled only if a proper filter can be created from
There may be many different reasons for this. There may be many different reasons for this.
- If this is a network filter you may need to bypass the browser cache when you reload the page -- hold down the <Shift> key when you click the reload button.
- The URL or selector for the blocked element has variable part(s) in it, which changes each time a page is loaded. - The URL or selector for the blocked element has variable part(s) in it, which changes each time a page is loaded.
- If this is a network filter, you will have to manually edit the filter to make use of wildcards for the parts of the URL which are variable. - If this is a network filter you may need to manually edit the filter to make use of wildcards for the parts of the URL which are variable.
- If this is a cosmetic filter, you may have to manually craft a better [CSS selector](https://www.w3.org/TR/selectors/#overview). Sometimes this requires observing the surrounding DOM data. - If this is a cosmetic filter, you may have to manually craft a better [CSS selector](https://www.w3.org/TR/selectors/#overview). Sometimes this requires observing the surrounding DOM data.
- Cosmetic filtering is disabled for the site, or globally. There are many ways to disable cosmetic filtering: - Cosmetic filtering is disabled for the site, or globally. There are many ways to disable cosmetic filtering:
- The [per-site cosmetic filtering switch](https://github.com/gorhill/uBlock/wiki/Per-site-switches#no-cosmetic-filtering). - The [per-site cosmetic filtering switch](https://github.com/gorhill/uBlock/wiki/Per-site-switches#no-cosmetic-filtering).