From c7c5ea046c727ae2b66a484ef6b216e956939039 Mon Sep 17 00:00:00 2001 From: lkintact <24726299+lkintact@users.noreply.github.com> Date: Fri, 31 Jul 2020 16:48:24 +0300 Subject: [PATCH] Corrects list item 1 of https://github.com/uBlockOrigin/uBlock-issues/issues/1189 --- Element-picker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Element-picker.md b/Element-picker.md index 43db1f1..e3ddeb5 100644 --- a/Element-picker.md +++ b/Element-picker.md @@ -36,7 +36,7 @@ The _Create_ button will be enabled only if a proper filter can be created from 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 key when you click the reload button. +- 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. - 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.