Discrypt 版本历史 - 3 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 1.0.7
发布于 2020年6月15日 - 29.63 KB适用于 firefox 48.0 及更高版本* Use MutationObserver to detect when new messages are scrolled into view or new messages are received.
* Add decrypt buttons to all elements at once, instead of using a mouseover event.
* Fix decrypt buttons not being added to some messages (images, styled text, emojis), even though they couldn't be decrypted anyways.
* Press the decrypt button to "re-encrypt" the message if it's decrypted. This sets the text back to its original state instead of modifying it!
* Replace `String.match` with `String.search` in some cases due to bad performance in Firefox (JSPERF: 50% slower -> 3% slower compared to indexOf).
* Better method of getting the current channel ID.
* Remove "clearing" the box after sending a message since it didn't work.
* Fingerprints stored in localStorage don't need to be parsed, and would throw an error if they were.源代码遵循 MIT 许可证 发布
下载 Firefox 并安装扩展您需要 Firefox 来使用此扩展较早版本
版本 1.0.6
发布于 2020年6月11日 - 29.45 KB适用于 firefox 48.0 及更高版本* Fix a bug where the encrypt button could be added multiple times to messages that the user doesn't have access to react/edit.
* Better detection for adding the decrypt button, removes all false positives (false positives never caused issues because they were detected later).源代码遵循 MIT 许可证 发布