How to modify tooltips to appear as images, video and audio?
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)
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.
- view-source:resource:///chrome/en-US/locale/browser/browser.dtd
- http://mxr.mozilla.org/mozilla-release/source/browser/locales/en-US/chrome/browser/browser.dtd
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.