我从他们更改了背景图像的网站上获得了这段代码。我想使用旧的背景图像,但不知道如何使用。来自网站的原始代码:
<div style="position: absolute; top: -696px; left: -964px; width: 2944px; height: 1840px; transform: scale(1); transform-origin: 0px 0px; background-image: url("http://prodcdngame.lordofultima.com/cdn/377714/resource/webfrontend/townlayer/texture_bg_tile_big_city.jpg");">
Original code XPath = /html/body/div[3]/div/div/div/div/div/div/div/div/div/div
so far I have this, but it only changes the background of the page during loading bar:
document.body.element.style.background = 'url("http://prodcdngame.lordofultima.com/cdn/377712/resource/webfrontend/townlayer/texture_bg_tile_big_city.jpg")';
我的问题是——如何修改我的 GM 脚本,以便将其应用于特定的 div?或者我如何只更改现有代码中的一个字符(377714 到 377712)