Index: gc_lang/fr/webext/content_scripts/tf_content.js ================================================================== --- gc_lang/fr/webext/content_scripts/tf_content.js +++ gc_lang/fr/webext/content_scripts/tf_content.js @@ -225,11 +225,11 @@ saveOptions () { let oOptions = {}; for (let xNode of document.getElementsByClassName("option")) { oOptions[xNode.id] = xNode.checked; - console.log(xNode.id + ": " + xNode.checked); + //console.log(xNode.id + ": " + xNode.checked); } browser.storage.local.set({"tf_options": oOptions}); } apply () {