TOTP 版本历史 - 9 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 1.2.8
发布于 2023年11月22日 - 12.99 KB适用于 firefox 67.0 及更高版本since 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.源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
下载 Firefox 并安装扩展您需要 Firefox 来使用此扩展较早版本
版本 1.2.7
发布于 2023年10月27日 - 12.97 KB适用于 firefox 67.0 及更高版本Disable 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.md源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 1.2.6
发布于 2023年9月27日 - 12.77 KB适用于 firefox 63.0 及更高版本add 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 kludge源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 1.2.5
发布于 2023年9月17日 - 12.77 KB适用于 firefox 52.0 及更高版本allow 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)源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 1.2.4
发布于 2023年9月4日 - 12.9 KB适用于 firefox 48.0 及更高版本Save 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 tweaks源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 1.2.3
发布于 2023年8月4日 - 13.02 KB适用于 firefox 48.0 及更高版本use 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 fixes源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 1.2.2
发布于 2023年7月11日 - 12.5 KB适用于 firefox 48.0 及更高版本, 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 tweaks源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 1.2.1
发布于 2023年3月29日 - 12.53 KB适用于 firefox 48.0 及更高版本, android 48.0 至 68.*handle invalid input
separate generating an OTP from triggering the password manager
other minor fixes源代码遵循 仅 GNU 通用公共许可证 v3.0 发布
版本 1.2
发布于 2023年3月17日 - 12.11 KB适用于 firefox 48.0 及更高版本, android 48.0 至 68.*disable the minlength attribute on the input for now源代码遵循 仅 GNU 通用公共许可证 v3.0 发布