User:LuaGunsX/cosmos.js: Difference between revisions

From Screamer Wiki
Jump to navigation Jump to search
Scared this page's content away
Tags: Blanking Reverted
Undo revision 187360 by LuaGunsX (talk)
Tag: Undo
 
Line 1: Line 1:
 
document.querySelectorAll('img[src="/resources/assets/scrlogo-124x32.png"][alt="Screamer Wiki"]').forEach(img => {
    img.src = "https://screamer.wiki/images/e/e5/Screamer_Wiki_Logo.png";
    img.width = 250;
    img.height = 64;
});

Latest revision as of 12:38, 26 May 2026

document.querySelectorAll('img[src="/resources/assets/scrlogo-124x32.png"][alt="Screamer Wiki"]').forEach(img => {
    img.src = "https://screamer.wiki/images/e/e5/Screamer_Wiki_Logo.png";
    img.width = 250;
    img.height = 64;
});