diff --git a/bin/ublock/ublock-settings.txt b/bin/ublock/ublock-settings.txt index d838632..458f77b 100644 --- a/bin/ublock/ublock-settings.txt +++ b/bin/ublock/ublock-settings.txt @@ -1,42 +1,28 @@ { - "timeStamp": 1587392037844, + "timeStamp": 1610487104602, "version": "1.24.4", "userSettings": { - "advancedUserEnabled": false, + "advancedUserEnabled": true, "alwaysDetachLogger": true, - "autoUpdate": true, + "autoUpdate": false, "cloudStorageEnabled": false, "collapseBlocked": true, "colorBlindFriendly": false, "contextMenuEnabled": true, - "dynamicFilteringEnabled": false, + "dynamicFilteringEnabled": true, "externalLists": "", "firewallPaneMinimized": true, "hyperlinkAuditingDisabled": true, "ignoreGenericCosmeticFilters": false, "largeMediaSize": 50, - "parseAllABPHideFilters": true, + "parseAllABPHideFilters": false, "prefetchingDisabled": true, "requestLogMaxEntries": 1000, "showIconBadge": true, "tooltipsDisabled": false, "webrtcIPAddressHidden": false }, - "selectedFilterLists": [ - "user-filters", - "ublock-filters", - "ublock-badware", - "ublock-privacy", - "ublock-abuse", - "ublock-unbreak", - "easylist", - "easyprivacy", - "malware-0", - "malware-1", - "adguard-social", - "fanboy-social", - "plowe-0" - ], + "selectedFilterLists": [], "hiddenSettings": { "allowGenericProceduralFilters": false, "assetFetchTimeout": 30, @@ -76,8 +62,8 @@ "wyciwyg-scheme" ], "netWhitelist": "about-scheme\nchrome-extension-scheme\nchrome-scheme\nmoz-extension-scheme\nopera-scheme\nvivaldi-scheme\nwyciwyg-scheme", - "dynamicFilteringString": "behind-the-scene * * noop\nbehind-the-scene * inline-script noop\nbehind-the-scene * 1p-script noop\nbehind-the-scene * 3p-script noop\nbehind-the-scene * 3p-frame noop\nbehind-the-scene * image noop\nbehind-the-scene * 3p noop", + "dynamicFilteringString": "behind-the-scene * * noop\nbehind-the-scene * inline-script noop\nbehind-the-scene * 1p-script noop\nbehind-the-scene * 3p-script noop\nbehind-the-scene * 3p-frame noop\nbehind-the-scene * image noop\nbehind-the-scene * 3p noop\n* * 3p block\nwww.blinkist.com blinkist.io * allow\nwww.blinkist.com d17pjsg7x52x9r.cloudfront.net * allow\nwww.blinkist.com jsdelivr.net * block\nwww.blinkist.com hcaptcha.com * block", "urlFilteringString": "", "hostnameSwitchesString": "no-large-media: behind-the-scene false\nno-remote-fonts: * true", "userFilters": "" -} \ No newline at end of file +}