Шифр Водолея

Язык шифра
Язык интерфейса
Тема
🌙 Тёмная
☀️ Светлая
📱 Системная
Цвет
Размер
Маленький
Обычный
Большой
Огромный
Алфавит:
0
r th=chip.getAttribute("data-theme"); document.documentElement.setAttribute("data-theme-current",th); applyTheme(th); setChipActive("theme-chips","theme",th); saveSettings(); }); document.getElementById("color-chips").addEventListener("click",function(e){ var dot=e.target.closest("[data-color]"); if(!dot)return; var c=dot.getAttribute("data-color"); document.documentElement.setAttribute("data-color",c); setChipActive("color-chips","color",c); saveSettings(); }); document.getElementById("scale-chips").addEventListener("click",function(e){ var chip=e.target.closest("[data-scale]"); if(!chip)return; var sc=chip.getAttribute("data-scale"); document.documentElement.style.setProperty("--scale",sc); setChipActive("scale-chips","scale",sc); saveSettings(); }); buildLangChips(); buildColorChips(); loadSettings(); updateCounter();