Attention aux anciennes versions ! Elles sont affichées seulement à des fins de test et de référence.Vous devriez toujours utiliser la dernière version d’un module complémentaire.
Dernière version
Version 1.2.8
Publié le 22 nov. 2023 - 12,99 KoFonctionne avec firefox 67.0 et versions supérieuressince the half-fix was back ported to ESR and thunderbird, assume that selectAllChildren() doesn't set the primary selection on *any* version of firefox anymore.Code source publié sous licence GNU General Public License v3.0 uniquement
Télécharger Firefox et obtenir l’extensionVous avez besoin de Firefox pour utiliser cette extensionAnciennes versions
Version 1.2.7
Publié le 27 oct. 2023 - 12,97 KoFonctionne avec firefox 67.0 et versions supérieuresDisable the deceptive text highlighting in newer versions of firefox on X11, since selectAllChildren() no longer sets the primary selection. The breakage is caused by the half-fix for the exploitable pastejack bug[1] that I have reported.
Use css to still allow users to copy the code to the primary selection with a single click.
Add a more direct explanation on why saving the keys may fail.
[1] https://github.com/turistu/odds-n-ends/blob/main/firefox/pastejack.mdCode source publié sous licence GNU General Public License v3.0 uniquement
Version 1.2.6
Publié le 27 sept. 2023 - 12,77 KoFonctionne avec firefox 63.0 et versions supérieuresadd the extension button to the navigation bar by default
select and highlight the generated text on all non-touchscreen devices
set minimum version to 63.0: the first which supports navigator.clipboard
get rid of the invisible iframe target kludgeCode source publié sous licence GNU General Public License v3.0 uniquement
Version 1.2.5
Publié le 17 sept. 2023 - 12,77 KoFonctionne avec firefox 52.0 et versions supérieuresallow for keys not multiple of 40 bits; for instance, mozilla's bugzilla is using a 128 bit key (130 bits / 26 chars with no padding in base32)
revert to using a checkbox for the show password toggle
cut a bit on css-for-functionality abuse
use <ouput> for parts of the page which are dynamically modified (the code and errror)Code source publié sous licence GNU General Public License v3.0 uniquement
Version 1.2.4
Publié le 4 sept. 2023 - 12,9 KoFonctionne avec firefox 48.0 et versions supérieuresSave an extra click on X11 by automatically copying to the primary selection upon generating the OTP.
Give some visual feedback on whether copying to the clipboard has succeeded or not.
Use a single file for both the popup and the tab page; use css to trim stuff out.
Various css tweaksCode source publié sous licence GNU General Public License v3.0 uniquement
Version 1.2.3
Publié le 4 août 2023 - 13,02 KoFonctionne avec firefox 48.0 et versions supérieuresuse an opaque icon (still not pretty, but at least visible in dark mode too)
in the popup: select the OTP code (and copy it to clipboard) when clicking on it
minor css fixesCode source publié sous licence GNU General Public License v3.0 uniquement
Version 1.2.2
Publié le 11 juil. 2023 - 12,5 KoFonctionne avec firefox 48.0 et versions supérieures, android 48.0 à 68.*simplify totp.js
also reset the input's validity when autocompleted
let the "show" text act as a label form the "show" checkbox
allow wrapping of text in buttons
other css fixes and tweaksCode source publié sous licence GNU General Public License v3.0 uniquement
Version 1.2.1
Publié le 29 mars 2023 - 12,53 KoFonctionne avec firefox 48.0 et versions supérieures, android 48.0 à 68.*handle invalid input
separate generating an OTP from triggering the password manager
other minor fixesCode source publié sous licence GNU General Public License v3.0 uniquement
Version 1.2
Publié le 17 mars 2023 - 12,11 KoFonctionne avec firefox 48.0 et versions supérieures, android 48.0 à 68.*disable the minlength attribute on the input for nowCode source publié sous licence GNU General Public License v3.0 uniquement