Jump to content

MediaWiki:Common.js: Difference between revisions

From OkayXairen Wiki
imported>PikaJade
m Protected "MediaWiki:Common.js": yeah no more of that thanks ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
No edit summary
Line 1: Line 1:
// too red fuck sorry guys
if (window.location.href.includes("The_Bold_Plague")) {
    const style = document.createElement("style");
    style.textContent = `
        * {
            font-weight: bold !important;
        }
    `;
    document.head.appendChild(style);
}

Revision as of 17:59, 11 March 2026

if (window.location.href.includes("The_Bold_Plague")) {
    const style = document.createElement("style");
    style.textContent = `
        * {
            font-weight: bold !important;
        }
    `;
    document.head.appendChild(style);
}