OLD | NEW |
1 { | 1 { |
2 "defaults": { | 2 "defaults": { |
3 "currentVersion": "0.0", | 3 "currentVersion": "0.0", |
4 "enabled": true, | 4 "enabled": true, |
5 "frameobjects": true, | 5 "frameobjects": true, |
6 "fastcollapse": false, | 6 "fastcollapse": false, |
7 "showinstatusbar": false, | 7 "showinstatusbar": false, |
8 "detachsidebar": false, | 8 "detachsidebar": false, |
9 "defaulttoolbaraction": 0, | 9 "defaulttoolbaraction": 0, |
10 "defaultstatusbaraction": 0, | 10 "defaultstatusbaraction": 0, |
(...skipping 19 matching lines...) Expand all Loading... |
30 "clearStatsOnHistoryPurge": true, | 30 "clearStatsOnHistoryPurge": true, |
31 "report_submiturl": "https://reports.adblockplus.org/submitReport?version=1&
guid=%GUID%&lang=%LANG%", | 31 "report_submiturl": "https://reports.adblockplus.org/submitReport?version=1&
guid=%GUID%&lang=%LANG%", |
32 "recentReports": [], | 32 "recentReports": [], |
33 "hideContributeButton": false, | 33 "hideContributeButton": false, |
34 "blockableItemsSize": {"width": 200, "height": 200}, | 34 "blockableItemsSize": {"width": 200, "height": 200}, |
35 "notificationurl": "https://notification.adblockplus.org/notification.json", | 35 "notificationurl": "https://notification.adblockplus.org/notification.json", |
36 "notificationdata": {}, | 36 "notificationdata": {}, |
37 "subscriptions_antiadblockurl": "https://easylist-downloads.adblockplus.org/
antiadblockfilters.txt", | 37 "subscriptions_antiadblockurl": "https://easylist-downloads.adblockplus.org/
antiadblockfilters.txt", |
38 "please_kill_startup_performance": false, | 38 "please_kill_startup_performance": false, |
39 "suppress_first_run_page": false, | 39 "suppress_first_run_page": false, |
| 40 "element_hiding_enabled": true, |
40 "notifications_showui": false, | 41 "notifications_showui": false, |
41 "notifications_ignoredcategories": [] | 42 "notifications_ignoredcategories": [] |
42 }, | 43 }, |
43 "preconfigurable": ["suppress_first_run_page"] | 44 "preconfigurable": ["suppress_first_run_page"] |
44 } | 45 } |
OLD | NEW |