User:LuaGunsX/cosmos.js: Difference between revisions
Jump to navigation
Jump to search
Scared this page's content away Tags: Blanking Reverted |
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; | |||
}); | |||