1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-09 14:57:47 +02:00

Only show "Clear container" if they are available

This commit is contained in:
kkapsner 2019-07-16 13:40:08 +02:00
parent 3861b29848
commit 4d7b9b981c

View File

@ -96,7 +96,10 @@
},
{
"name": "clearPersistentRnd",
"actions": ["clearPersistentRnd", "clearPersistentRndForContainer"],
"actions": [
"clearPersistentRnd",
browser.contextualIdentities? "clearPersistentRndForContainer": false
],
"displayDependencies": [
{
"blockMode": ["fake"],