Index: lib/prefs.js |
=================================================================== |
--- a/lib/prefs.js |
+++ b/lib/prefs.js |
@@ -36,7 +36,9 @@ |
notificationurl: "https://notification.adblockplus.org/notification.json", |
stats_total: {}, |
show_statsinicon: true, |
- show_statsinpopup: true |
+ show_statsinpopup: true, |
+ shouldShowBlockElementMenu: true, |
+ hidePlaceholders: true |
}; |
let listeners = []; |