diff --git a/src/background.js b/src/background.js
index 7358662..6d5d02d 100644
--- a/src/background.js
+++ b/src/background.js
@@ -14,6 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
+"use strict";
/* global browser */
let prevStates = new Map();
diff --git a/src/options/options.js b/src/options/options.js
index ebb0086..ba8bdb4 100644
--- a/src/options/options.js
+++ b/src/options/options.js
@@ -14,6 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
+"use strict";
/* global browser */
document.addEventListener("DOMContentLoaded", async () => {
diff --git a/src/options/options.xhtml b/src/options/options.xhtml
index c01c4ae..341745f 100644
--- a/src/options/options.xhtml
+++ b/src/options/options.xhtml
@@ -23,8 +23,8 @@ along with this program. If not, see .
-
-
+
+
diff --git a/src/popup/popup.js b/src/popup/popup.js
index e64fdd2..dc0c0a8 100644
--- a/src/popup/popup.js
+++ b/src/popup/popup.js
@@ -14,6 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
+"use strict";
/* global browser */
/**
diff --git a/src/popup/popup.xhtml b/src/popup/popup.xhtml
index 56a4379..540a46d 100644
--- a/src/popup/popup.xhtml
+++ b/src/popup/popup.xhtml
@@ -22,8 +22,8 @@ along with this program. If not, see .
Application Menu
-
-
+
+
diff --git a/src/shared.js b/src/shared.js
index 26b1360..e965079 100644
--- a/src/shared.js
+++ b/src/shared.js
@@ -14,6 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
+"use strict";
/**
* Gets the default theme for the current browser.