mirror of
https://gitlab.com/SukkaW/ruleset.skk.moe.git
synced 2026-04-19 10:24:27 +00:00
deploy: ac2f5d56a97822e02ad28100510bfc6925dc6b07
This commit is contained in:
@@ -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);
|
||||
})();
|
||||
}());
|
||||
|
||||
Reference in New Issue
Block a user