在 Firefox 中显示密码提示
我正在编写一个 Firefox 扩展,并且想显示密码提示。我不仅仅想使用 JavaScript 提示功能,因为它不会隐藏正在输入的内容。相反,我希望有一个提示,其中键入的字符被星号或点替换。有什么方法可以在我的扩展中使用内置的 Firefox 密码对话框,还是我必须自己编写?
I'm writing a Firefox extension, and would like to display a password prompt. I don't just want to use the JavaScript prompt function, since it doesn't hide what's being typed. Instead, I'd like to have a prompt where the characters typed are replaced with asterisks or dots. Is there some way I can use a built in Firefox password dialog in my extension, or do I have to write my own?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
https://developer.mozilla.org/en/nsIPromptService#promptPassword_example,但请注意这会创建一个模式对话框,这通常很烦人。
https://developer.mozilla.org/en/nsIPromptService#promptPassword_example, but note that this creates a modal dialog, which are generally annoying.