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

Unified Diff: defaults/prefs.js

Issue 5062082168881152: NO BUG Allow users to disable element hiding (Closed)
Patch Set: Created Feb. 18, 2015, 1:47 p.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 | « chrome/locale/en-US/filters.dtd ('k') | lib/elemHide.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: defaults/prefs.js
===================================================================
--- a/defaults/prefs.js
+++ b/defaults/prefs.js
@@ -31,8 +31,9 @@ pref("extensions.adblockplus.clearStatsO
pref("extensions.adblockplus.report_submiturl", "https://reports.adblockplus.org/submitReport?version=1&guid=%GUID%&lang=%LANG%");
pref("extensions.adblockplus.recentReports", []);
pref("extensions.adblockplus.hideContributeButton", false);
pref("extensions.adblockplus.blockableItemsSize", {width: 200, height: 200});
pref("extensions.adblockplus.notificationurl", "https://notification.adblockplus.org/notification.json");
pref("extensions.adblockplus.notificationdata", {});
pref("extensions.adblockplus.subscriptions_antiadblockurl", "https://easylist-downloads.adblockplus.org/antiadblockfilters.txt");
pref("extensions.adblockplus.please_kill_startup_performance", false);
+pref("extensions.adblockplus.element_hiding_enabled", true);
« no previous file with comments | « chrome/locale/en-US/filters.dtd ('k') | lib/elemHide.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld