mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
Improved storage of protected API features
This commit is contained in:
parent
1430b89d55
commit
cc776b48de
6 changed files with 73 additions and 37 deletions
|
@ -174,7 +174,9 @@
|
|||
}
|
||||
|
||||
let nameCell = document.createElement("td");
|
||||
nameCell.textContent = key;
|
||||
nameCell.textContent = setting.display.replaceKeyPattern?
|
||||
key.replace(setting.display.replaceKeyPattern, ""):
|
||||
key;
|
||||
row.appendChild(nameCell);
|
||||
|
||||
let keyType = inputTypes[typeof setting.defaultKeyValue];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue