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