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

删除14字节 、​ 2024年7月26日 (星期五)
…………
(……)
(…………)
第1行: 第1行:
bg = document.getElementById("pagebg")
bg = document.getElementById("pagebg");
path = bg.data-bg
path = bg.data-bg;


body = document.querySelector("body")
body = document.querySelector("body");
body.style.background = "url(${path}) no-repeat fixed 50% 0;"
body.style.backgroundImage = "url(${path})";