I tried using the add-on 'Popup ALT Attributes' to display the alt attributes inserted in images in Firefox

The Firefox extension 'Popup ALT Attributes' displays the alt attributes of images



If a web browser cannot display an image, alternative text called an '

alt attribute ' may be displayed instead of the image. Basically, the alt attribute embedded in an image cannot be viewed unless the source code is displayed, but by using the Firefox extension ' Popup ALT Attributes ' created by engineer Piro , it is possible to check the alt attribute of an image without opening the source code of the page.

Popup ALT Attributes – Get this Extension for 🦊 Firefox (en-US)
https://addons.mozilla.org/ja/firefox/addon/popup-alt-attribute/

XUL Apps > Popup ALT Attributes - outsider reflex
https://piro.sakura.ne.jp/xul/_popupalt.html

To install 'Popup ALT Attributes' on Firefox, first go to the distribution page and click 'Add to Firefox'.
Firefox extension 'Popup ALT Attributes' download page



When the following pop-up appears, click 'Add'.

Have the Firefox extension installed



Then click 'OK' to complete the installation.

Firefox extension installation complete



Now, when you hover over an image that contains alt attributes, the alt attributes will automatically pop up.

How alt attributes are displayed using the Firefox extension 'Popup ALT Attributes'



'Popup ALT Attributes' also has the ability to wrap long tooltips.
The Firefox extension 'Popup ALT Attributes' wraps long alt attributes and displays them in their entirety



In addition, as a hidden feature, if you add the following command to user.js or about:config, all the attributes described in the list will be displayed in a popup. Also, even if the element you hover over does not have the attribute, if there is an ancestor element with the attribute, it will be displayed.
[code]user_pref('browser.chrome.tooltips.attrlist.enabled', true);
user_pref('browser.chrome.tooltips.attrlist',
'alt|src|data|title|href|cite|action|onclick|onmouseover|onsubmit');[/code]



In addition, the following settings allow you to display attribute values for all ancestor elements. 'Using these features may help prevent phishing scams,' says Piro.
[code]user_pref('browser.chrome.tooltips.attrlist.recursively', true);[/code]



'Popup ALT Attributes' is being developed as open source, and the source code can be viewed and used on GitHub.

GitHub - piroor/popupalt: Popup ALT Attribute, Popups alternate texts of images or others like NetscapeCommunicator(Navigator) 4.x, and show long descriptions in the multi-row tooltip.

https://github.com/piroor/popupalt
GitHub page for the Firefox extension 'Popup ALT Attributes'



◆ Forum is currently open
A forum related to this article has been set up on the official GIGAZINE Discord server . Anyone can post freely, so please feel free to comment! If you do not have a Discord account, please refer to the account creation procedure article to create an account!

• Discord | 'Do you read the alt attribute of images?' | GIGAZINE
https://discord.com/channels/1037961069903216680/1277560229151768679

in Review,   Software, Posted by log1r_ut