背景画像を変更したWebサイトからこのコードを取得しました。古い背景画像を使用したいのですが、方法がわかりません。ウェブサイトの元のコード:
<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")';
私の質問はこれです - 特定の div に適用されるように GM スクリプトを作り直すにはどうすればよいですか? または、既存のコードの 1 文字だけを変更するにはどうすればよいですか (377714 から 377712)