Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen
Archiviert

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

cor-el beantwortet
Mandy101

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

Alle Antworten (1)

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.