阻止Firefox显示“阻止FireFox显示其他对话框”消息

时间:2014-09-16 15:04:00

标签: firefox

我有一个员工门户网站。在某些时候,脚本可能会连续显示两条警报消息。发生这种情况时,FireFox为用户提供了阻止创建更多对话框的机会。当用户选中该框时,在该会话期间不会显示随后的警报。在大多数情况下,这不是期望的行为。

如果您可以控制用户的浏览器,就像内部程序一样,请参阅下面的答案,了解如何关闭该功能:

1 个答案:

答案 0 :(得分:10)

1. Copy this string to your clipboard: dom.successive_dialog_time_limit
2. In FireFox Address bar Enter: about:config and press enter.
3. Accept the warning dialog.
4. In the preferences area right-click.
5. Select New-> Integer
6. Paste the string you copied previous and click OK
7. Enter the interger 0 in the next dialog box and click OK.
8. Close the about:config page.
相关问题