Difference between revisions of "User:R0o0di/common.js"
From Detective Conan Wiki
| Line 1: | Line 1: | ||
mw.loader.using(['mediawiki.util'], function () { | mw.loader.using(['mediawiki.util'], function () { | ||
const blueBG = document.querySelector(".blue"); | const blueBG = document.querySelector(".blue"); | ||
| − | + | blueBG.style.background = "blue"; | |
}); | }); | ||
Revision as of 20:24, 11 April 2025
mw.loader.using(['mediawiki.util'], function () {
const blueBG = document.querySelector(".blue");
blueBG.style.background = "blue";
});