Skip to content

Commit

Permalink
Merge pull request #35 from rocketinventor/uBlock-simplify
Browse files Browse the repository at this point in the history
Switch uBlock over to a "dynamic" rules list
  • Loading branch information
leoncvlt authored Jan 16, 2021
2 parents 5b71267 + 0520cb5 commit 72fb3d6
Showing 1 changed file with 8 additions and 22 deletions.
30 changes: 8 additions & 22 deletions bin/ublock/ublock-settings.txt
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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": ""
}
}

0 comments on commit 72fb3d6

Please sign in to comment.