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);