diff --git a/prefs.js b/prefs.js index 771945b0..b6de008f 100644 --- a/prefs.js +++ b/prefs.js @@ -197,13 +197,6 @@ var prefs = new function Prefs() { } } } - if (typeof contextMenus !== 'undefined') { - for (const id in contextMenus) { - if (typeof values[id] == 'boolean') { - this.broadcast(id, values[id], {sync: false}); - } - } - } }); chrome.storage.onChanged.addListener((changes, area) => {