ublock testing

This commit is contained in:
ark-lamp-umbrella 2024-04-12 17:54:10 -07:00
parent 60ce56af37
commit 8e95e9d794
Signed by: ark-lamp-umbrella
GPG Key ID: 15E48F7B97025652
1 changed files with 2 additions and 7 deletions

View File

@ -21,13 +21,13 @@ in
data = { data = {
adminSettings = { adminSettings = {
userFilters = '' userFilters = ''
www.youtube.com###cinematics > div > canvas
''; '';
}; };
userSettings = [ userSettings = [
[ "advancedUserEnabled" "true" ] [ "advancedUserEnabled" "true" ]
[ "autoUpdate" "true" ] [ "autoUpdate" "true" ]
[ "colorBlindFriendly" "true" ] [ "colorBlindFriendly" "false" ]
[ "contextMenuEnabled" "true" ] [ "contextMenuEnabled" "true" ]
[ "dynamicFilteringEnabled" "false" ] [ "dynamicFilteringEnabled" "false" ]
]; ];
@ -39,18 +39,13 @@ in
"ublock-privacy" "ublock-privacy"
"ublock-quick-fixes" "ublock-quick-fixes"
"ublock-abuse" "ublock-abuse"
"ublock-unbreak"
"easylist" "easylist"
"easyprivacy" "easyprivacy"
"urlhaus-1" "urlhaus-1"
"plowe-0" "plowe-0"
"adguard-cookiemonster" "adguard-cookiemonster"
"ublock-cookies-adguard" "ublock-cookies-adguard"
"fanboy-cookiemonster"
"ublock-cookies-easylist" "ublock-cookies-easylist"
"https://raw.githubusercontent.com/liamengland1/miscfilters/master/antipaywall.txt"
"https://gitlab.com/magnolia1234/bypass-paywalls-clean-filters/-/raw/main/bpc-paywall-filter.txt"
"https://raw.githubusercontent.com/gijsdev/ublock-hide-yt-shorts/master/list.txt"
]; ];
}; };
}; };