'the system' mobile fixes

This commit is contained in:
nnwhen 2025-03-19 00:29:11 +02:00
parent af5f3d4a29
commit 3ce2b1fe29
6 changed files with 28 additions and 12 deletions

View file

@ -14,11 +14,11 @@ function inject() {
"FO-CHÓRAS",
"KĀNĀWAI",
"SUBSYSTEM",
"サブシステム",
"ΥΠΟΣΥΣΤΕΜΑ",
];
// "サブシステム", "ΥΠΟΣΥΣΤΕΜΑ",
document.getElementById("subsystem").innerHTML =
document.getElementById("nonintrude").innerHTML =
terms[Math.floor(Math.random() * terms.length)];
}