「MediaWiki:Gadget-SideBarPic.js」:修訂間差異

增加 11 位元組 、​ 2024年7月26日 (星期五)
………………
(!!!!!)
(………………)
第1行: 第1行:
bg = document.getElementById("pagebg");
bg = document.getElementById("pagebg");
path = bg.data-bg;
path = bg.data-bg;
 
alert(path)
body = document.querySelector("body");
body = document.querySelector("body");
body.style.backgroundImage = `url(${path})`;
body.style.backgroundImage = `url(${path})`;