diff --git a/options/settingsDisplay.js b/options/settingsDisplay.js index 146687f..ff6daf5 100644 --- a/options/settingsDisplay.js +++ b/options/settingsDisplay.js @@ -96,7 +96,10 @@ }, { "name": "clearPersistentRnd", - "actions": ["clearPersistentRnd", "clearPersistentRndForContainer"], + "actions": [ + "clearPersistentRnd", + browser.contextualIdentities? "clearPersistentRndForContainer": false + ], "displayDependencies": [ { "blockMode": ["fake"],