From a41b9fe0a5ef2fe5383ad991de8093d3e4a92efc Mon Sep 17 00:00:00 2001 From: garry-ut99 <72945564+garry-ut99@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:55:45 +0000 Subject: [PATCH] Added "Search box" section. --- Dashboard:-Filter-lists.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Dashboard:-Filter-lists.md b/Dashboard:-Filter-lists.md index b314954..c9d6761 100644 --- a/Dashboard:-Filter-lists.md +++ b/Dashboard:-Filter-lists.md @@ -117,6 +117,14 @@ See [uBlock Origin works best on Firefox / Browser launch](./uBlock-Origin-works *** +### Search box + +New in [uBO 1.50.0](https://github.com/gorhill/uBlock/releases/tag/1.50.0), useful to quickly and easily find specific filter lists. uBO's built-in search box is more powerful than browser's built-in search box, and has several benefits over it, because was specifically designed for uBO, comparision is available here: https://github.com/uBlockOrigin/uBlock-issues/discussions/3367#discussioncomment-10567527 + +![search_box_1](https://github.com/user-attachments/assets/f9d7ab5b-f5f2-4857-a13c-25742c60722f) + +*** + ### Stock filter lists This is a collection of various filter lists, grouped by purpose. To use a specific filter list, just select it through its checkbox. Any change in the selection of filter lists must be committed by using the _Apply change_ button, which will appear if and only if the current selection of filter lists differs from the previous selection of filter lists. @@ -132,7 +140,7 @@ Given a fact that both uBlock and [AdGuard](https://adguard.com/en/adguard-brows However keep in mind that some of them are slightly modified and adapted by AdGuard for better compatibility with uBlock, as a result, they might be stored separately from each other, for example `AdGuard – Ads` (Base Filter) list used by AdGuard browser extensions is stored in: [LINK for AdGuard](https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_2_Base/filter.txt), while `AdGuard – Ads` used in uBlock is stored in: [LINK for uBlock](https://filters.adtidy.org/extension/ublock/filters/2_without_easylist.txt). -Additionaly, `AdGuard – Ads` (Base Filter) list in AdGuard is combined with EasyList, while in uBlock, `EasyList` and `AdGuard – Ads` exist separately. +Additionaly, `AdGuard – Ads` (Base Filter) list in AdGuard is combined with `EasyList`, while in uBlock, `EasyList` and `AdGuard – Ads` exist separately. Also, 100% compatibility all the time between uBO and AG extensions, even when using the same filter list, is not guaranteed, because some filters might be just not 100% compatible, like it's not guaranteed that the same website will work/look 100% same in different browsers (for example: Firefox vs Chrome), related issue: [Same filters and diff extensions but diff results, why?](https://github.com/uBlockOrigin/uAssets/discussions/24340)