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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/elemHide.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: defaults/prefs.json
===================================================================
--- a/defaults/prefs.json
+++ b/defaults/prefs.json
@@ -32,13 +32,14 @@
"recentReports": [],
"hideContributeButton": false,
"blockableItemsSize": {"width": 200, "height": 200},
"notificationurl": "https://notification.adblockplus.org/notification.json",
"notificationdata": {},
"subscriptions_antiadblockurl": "https://easylist-downloads.adblockplus.org/antiadblockfilters.txt",
"please_kill_startup_performance": false,
"suppress_first_run_page": false,
+ "element_hiding_enabled": true,
"notifications_showui": false,
"notifications_ignoredcategories": []
},
"preconfigurable": ["suppress_first_run_page"]
}
« 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