MediaWiki:Common.js: Difference between revisions

From PenguinMod Wiki
Jump to navigation Jump to search
Content deleted Content added
Created page with "document.getElementById("p-logo").classList.add("mw-no-invert")"
 
No edit summary
 
Line 1: Line 1:
document.getElementById("p-logo").classList.add("mw-no-invert")
document.querySelector(".mw-wiki-logo").classList.add("mw-no-invert");
console.log("if the JS from this page is actually running then this should show -Gen1x");

Latest revision as of 04:24, 31 May 2024

document.querySelector(".mw-wiki-logo").classList.add("mw-no-invert");
console.log("if the JS from this page is actually running then this should show -Gen1x");