mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-03 03:56:26 +02:00
parent
9fd454eb03
commit
cb39d59c8f
4 changed files with 14 additions and 0 deletions
|
@ -21,6 +21,11 @@
|
|||
description.textContent = extension.getTranslation("navigatorSettings_description");
|
||||
document.body.appendChild(description);
|
||||
|
||||
const disclaimer = document.createElement("div");
|
||||
disclaimer.className = "disclaimer";
|
||||
disclaimer.textContent = extension.getTranslation("navigatorSettings_disclaimer");
|
||||
document.body.appendChild(disclaimer);
|
||||
|
||||
function presetSection(title, presets){
|
||||
const container = document.createElement("div");
|
||||
container.className = "presetSection";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue