mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 04:26:35 +02:00
Only show "Clear container" if they are available
This commit is contained in:
parent
3861b29848
commit
4d7b9b981c
1 changed files with 4 additions and 1 deletions
|
@ -96,7 +96,10 @@
|
|||
},
|
||||
{
|
||||
"name": "clearPersistentRnd",
|
||||
"actions": ["clearPersistentRnd", "clearPersistentRndForContainer"],
|
||||
"actions": [
|
||||
"clearPersistentRnd",
|
||||
browser.contextualIdentities? "clearPersistentRndForContainer": false
|
||||
],
|
||||
"displayDependencies": [
|
||||
{
|
||||
"blockMode": ["fake"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue