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