Skip to content

Instantly share code, notes, and snippets.

@sharapeco
Created March 26, 2019 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sharapeco/4ebcf05771440535a4a06af74251d892 to your computer and use it in GitHub Desktop.
Save sharapeco/4ebcf05771440535a4a06af74251d892 to your computer and use it in GitHub Desktop.
Bing の背景画像の URL を取得する
location.protocol + "//" + location.host + document.getElementById("bgDiv").style.backgroundImage.replace(/^url\("?|"?\)$/g, "")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment