当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

how do i add a custum image on bing

  • 1 件の返信
  • 2 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: cor-el

more options

just want to add a picture from my computer to the bing home page

just want to add a picture from my computer to the bing home page

すべての返信 (1)

more options

The background image is in this div as you can see via the Inspector.

<div id="bgDiv" data-minhdhor="" data-minhdver="" style="height: 768px; width: 1366px; top: 0px; left: -60px; opacity: 1; background-image: url(&quot;https://www.bing.com/az/hprichbg/rb/BrazilBauStone_ROW9022735114_1920x1080.jpg&quot;); visibility: visible;" class=" sw_imLd"><div id="hp_vidwrp"></div><video id="vid" onended="VM.pause();" autobuffer="autobuffer" preload="auto" oncontextmenu="return false" style="height: 768px; width: 1366px; top: 0px; left: -60px;"></video></div>

You can use a rule in userContent.css or Stylish to use another image.

@-moz-document domain(www.bing.com){#bgDiv{background-image: url(file_path to image)!important}}

Note that it is usually best to place the image in the same folder as the userContent.css file, then you can omit the path and only specify the file name.


  • create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
  • use a plain text editor like Notepad to create a (new) userContent.css file in the chrome folder (file name is case sensitive)
  • paste the code in the userContent.css file in the editor window
  • make sure that you select "All files" and not "Text files" when you save the file via "Save file as" in the text editor as userContent.css.
    otherwise Windows may add a hidden .txt file extension and you end up with a not working userContent.css.txt file

この投稿は cor-el により に変更されました