deploy: ac2f5d56a97822e02ad28100510bfc6925dc6b07

This commit is contained in:
SukkaBot
2023-09-28 16:39:53 +00:00
parent ec6d1781a0
commit d1457e4d9c
21 changed files with 430 additions and 347 deletions

View File

@@ -1,5 +1,6 @@
(function () {
'use strict';
const head = document.head;
if (!head) { return; }
const style = document.createElement('style');
@@ -10,4 +11,4 @@
'}'
].join('\n');
head.appendChild(style);
})();
}());