搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

How to modify tooltips to appear as images, video and audio?

  • 1 回覆
  • 1 有這個問題
  • 5 次檢視
  • 最近回覆由 cor-el

more options

I am trying to modify tooltips for a project to appear as video and audio? for example the "bookmark this page " to appear as audio & video but I cannot seem to find exactly where this code could be modified. I have been able to change the text to print something else but I cannot find where I can change the actual format from text to audio & video. I know that tooltiptext is already assigned as text but how and where could this be modified in the code to change the format?

Thanks

I am trying to modify tooltips for a project to appear as video and audio? for example the "bookmark this page " to appear as audio & video but I cannot seem to find exactly where this code could be modified. I have been able to change the text to print something else but I cannot find where I can change the actual format from text to audio & video. I know that tooltiptext is already assigned as text but how and where could this be modified in the code to change the format? Thanks

所有回覆 (1)

more options

Tooltips that are part of the Firefox user interface are part of the Firefox program code and can't be modified without recompiling the source code.

In principle you could overlay this file via an extension and modify the ENTITY code, but such modification are outside the scope of this forum.