完全に新鮮なのFirefoxのインストールを使用して、私はこれらのアイコン/ページとスタートページを参照してください。Firefoxの開始ページに特定の画像を使用するように指示するにはどうすればよいですか?
これまで、ボックス「のFirefoxをカスタマイズする」画像の変更の上にマウスを置く:
Hovering over Customize Firefox
Firefoxの通常の動作は、開始ページイメージのためのスクリーンショットを作成することです。しかし、表示されるイメージや、各イメージにマウスを乗せたときに表示されるイメージを制御する方法があるようです。
Firefoxの開始ページで画像をカスタマイズするには、どのHTMLタグまたはHTTPヘッダーが必要ですか?
更新:
は少し周りを掘る、私は "アンドロイド用のFirefoxを取得する" オプションに次のHTMLを参照してください。
:<div xmlns="http://www.w3.org/1999/xhtml" class="newtab-cell">
<div class="newtab-site" draggable="true" type="history" pinned="true">
<span class="newtab-sponsored">SPONSORED</span>
<a class="newtab-link" title="Get Firefox for Android http://mzl.la/1Dls1DC" href="http://mzl.la/1Dls1DC">
<span class="newtab-thumbnail placeholder"></span>
<span class="newtab-thumbnail thumbnail" style="background-image: url("https://tiles-cloudfront.cdn.mozilla.net/images/a15c0403863847aef5943a6272cd992335f330f9.59611.png");"></span>
<span class="newtab-thumbnail enhanced-content" style="background-image: url("https://tiles-cloudfront.cdn.mozilla.net/images/ef8c1bab9b54c37fddbd8eeb15faf733571fc9f9.64436.png");"></span>
<span class="newtab-title">Get Firefox for Android</span>
</a>
<input title="Unpin this site" class="newtab-control newtab-control-pin" type="button" />
<input title="Remove this site" class="newtab-control newtab-control-block" type="button" />
<span class="newtab-suggested"></span>
</div>
</div>
を "通常" のエントリは、より次のようになります
<a xmlns="http://www.w3.org/1999/xhtml" class="newtab-link" title="Twilio Console https://www.twilio.com/console" href="https://www.twilio.com/console">
<span class="newtab-thumbnail placeholder"></span>
<span class="newtab-thumbnail thumbnail" style="background-image: url("moz-page-thumb://thumbnail/?url=https%3A%2F%2Fwww.twilio.com%2Fconsole&revision=4346");"></span>
<span class="newtab-thumbnail enhanced-content"></span>
<span class="newtab-title">twilio.com</span>
</a>
newtab-thumbnail thumbnail
スパンは、オンホバーが動作しているように見え、newtab-thumbnail enhanced-content
スパンは、表示される非ホバーイメージです。