From 3eb85ed30ab1fa6be05d481ea528318b287edf1d Mon Sep 17 00:00:00 2001
From: gorhill
Date: Fri, 27 Jun 2014 17:06:42 -0400
Subject: [PATCH] this fixes #7
---
_locales/de/messages.json | 4 +++
_locales/en/messages.json | 4 +++
_locales/fr/messages.json | 4 +++
_locales/ru/messages.json | 4 +++
_locales/zh_CN/messages.json | 4 +++
background.html | 2 +-
js/background.js | 5 ++--
js/contentscript-end.js | 51 ++++++++++++++++++++++++++++++++++++
js/messaging-handlers.js | 44 +++++++++++++++++++++++++++++--
js/pagestore.js | 18 ++++++++++---
js/settings.js | 8 ++++++
js/tab.js | 2 +-
js/traffic.js | 7 ++---
manifest.json | 2 +-
settings.html | 9 +++++--
15 files changed, 152 insertions(+), 16 deletions(-)
diff --git a/_locales/de/messages.json b/_locales/de/messages.json
index 0143ba3a4..3614cf8e9 100644
--- a/_locales/de/messages.json
+++ b/_locales/de/messages.json
@@ -43,6 +43,10 @@
},
+ "settingsCollapseBlockedPrompt" : {
+ "message": "Hide placeholders of blocked elements",
+ "description": "English: Hide placeholders of blocked elements"
+ },
"settingsIconBadgePrompt" : {
"message": "Zeige die Zahl der blockierten Anforderungen auf dem Icon",
"description": "English: Show the number of blocked requests on the icon"
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 0d77e888b..51bb7cee0 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -43,6 +43,10 @@
},
+ "settingsCollapseBlockedPrompt" : {
+ "message": "Hide placeholders of blocked elements",
+ "description": "English: Hide placeholders of blocked elements"
+ },
"settingsIconBadgePrompt" : {
"message": "Show the number of blocked requests on the icon",
"description": "English: Show the number of blocked requests on the icon"
diff --git a/_locales/fr/messages.json b/_locales/fr/messages.json
index 1a37e8b52..154b028d2 100644
--- a/_locales/fr/messages.json
+++ b/_locales/fr/messages.json
@@ -43,6 +43,10 @@
},
+ "settingsCollapseBlockedPrompt" : {
+ "message": "Cacher les espaces réservés des éléments bloqués",
+ "description": "English: Hide placeholders of blocked elements"
+ },
"settingsIconBadgePrompt" : {
"message": "Afficher le nombre de requêtes bloquées sur l'icône",
"description": "English: Show the number of blocked requests on the icon"
diff --git a/_locales/ru/messages.json b/_locales/ru/messages.json
index f12ea2aa3..5995e0f76 100644
--- a/_locales/ru/messages.json
+++ b/_locales/ru/messages.json
@@ -43,6 +43,10 @@
},
+ "settingsCollapseBlockedPrompt" : {
+ "message": "Hide placeholders of blocked elements",
+ "description": "English: Hide placeholders of blocked elements"
+ },
"settingsIconBadgePrompt" : {
"message": "Show the number of blocked requests on the icon",
"description": "English: Show the number of blocked requests on the icon"
diff --git a/_locales/zh_CN/messages.json b/_locales/zh_CN/messages.json
index dca67820e..a92ebffef 100644
--- a/_locales/zh_CN/messages.json
+++ b/_locales/zh_CN/messages.json
@@ -43,6 +43,10 @@
},
+ "settingsCollapseBlockedPrompt" : {
+ "message": "Hide placeholders of blocked elements",
+ "description": "English: Hide placeholders of blocked elements"
+ },
"settingsIconBadgePrompt" : {
"message": "Show the number of blocked requests on the icon",
"description": "English: Show the number of blocked requests on the icon"
diff --git a/background.html b/background.html
index 8da519a11..6122948ad 100644
--- a/background.html
+++ b/background.html
@@ -21,9 +21,9 @@
+
-
-
-
+