Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: defaults/prefs.json

Issue 6751077990924288: Issue 2161 - Add an option for disabling element hiding filters (Closed)
Patch Set: Don't even add filters when disabled Created June 17, 2015, 10:41 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/elemHide.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | lib/elemHide.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld