User:LuaGunsX/cosmos.js: Difference between revisions

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; });"
 
Scared this page's content away
Tags: Blanking Reverted
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;
});