mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-03 10:31:54 +01:00
Only show "Clear container" if they are available
This commit is contained in:
parent
3861b29848
commit
4d7b9b981c
@ -96,7 +96,10 @@
|
||||
},
|
||||
{
|
||||
"name": "clearPersistentRnd",
|
||||
"actions": ["clearPersistentRnd", "clearPersistentRndForContainer"],
|
||||
"actions": [
|
||||
"clearPersistentRnd",
|
||||
browser.contextualIdentities? "clearPersistentRndForContainer": false
|
||||
],
|
||||
"displayDependencies": [
|
||||
{
|
||||
"blockMode": ["fake"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user