Releases: maxnikulin/alt-copy
Releases · maxnikulin/alt-copy
AltCopy-0.4 Release
- Walk through enclosing elements looking up for an element with text attributes. It should help if a link is put inside a text element with tooltip.
- Optional notifications of failures. Grant the relevant permission in the add-ons manager.
- A workaround for browser limitations when context menu opened from keyboard (
[Menu]
or[Shift+F10]
) instead of mouse right click. It may be handy when cursor keys navigation (caret browser) is enabled ([F7]
). Only text elements are currently supported. - Firefox-112 and newer versions allows to work without the clipboard permission. Hopefully in Firefox-102 ESR the add-on should work a bit more reliable as well.
- This version does not request access to all sites on demand. You may grant this permission in the add-on manager to more reliable extraction of text from frames.
- Promptly fail if extraction script is delayed due to page loading. Stop page loading may help to get text attribute.
AltCopy-0.3
Extract datetime
attribute value from <local-time>
, <relative-time>
, <time-ago>
, and <time-until>
elements that belong to a GitHub extension. It allows to obtain absolute date-time points for notes.
AltCopy-0.2.1
Initial public release.
Sources of alternative text:
- Attributes of HTML elements such as
title
,alt
,datetime
- Values of form input fields
- selected text, image source or link target as fallback