1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

Minor fine tuning

This commit is contained in:
Raymond Hill 2023-05-29 07:34:54 -04:00
parent f8a2a67cdf
commit c642541cc4
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 6 additions and 2 deletions

View File

@ -354,7 +354,7 @@
"group": "annoyances",
"parent": "EasyList Annoyances",
"off": true,
"title": "EasyList Anti-Chat",
"title": "EasyList Chat Widgets",
"tags": "annoyances",
"contentURL": "https://ublockorigin.github.io/uAssets/thirdparties/easylist-chat.txt",
"cdnURLs": [

View File

@ -675,7 +675,11 @@ dom.on('.searchbar input', 'input', searchFilterLists);
/******************************************************************************/
const expandedListSet = new Set([ 'uBlock filters' ]);
const expandedListSet = new Set([
'uBlock filters',
'AdGuard Annoyances',
'EasyList Annoyances',
]);
const listIsExpanded = which => {
return expandedListSet.has(which);