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 . -