User:LuaGunsX/cosmos.js: Difference between revisions

From Screamer Wiki
Jump to navigation Jump to search
Created page with "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; });"
 
Undo revision 187360 by LuaGunsX (talk)
Tag: Undo
 
(One intermediate revision by the same user not shown)
(No difference)

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;
});