跳转到内容

MediaWiki:Gadget-SideBarPic.js:修订间差异

(!!!!!)
(………………)
第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})`;

2024年7月26日 (五) 13:43的版本

bg = document.getElementById("pagebg");
path = bg.data-bg;
alert(path)
body = document.querySelector("body");
body.style.backgroundImage = `url(${path})`;