如何在Firefox中重新启用“无响应脚本”警告?


9

我已禁用“不再询问”复选框的警告,现在我想再次获得警告。如何重新启用它?


1
等待,所以当我单击“不再询问我”,然后按“停止插件”时,它是否会不问我就自动停止插件?Grr模棱两可的对话框。
Endlith 2013年

Answers:



4

“不再询问我”复选框仅适用于当前正在运行的脚本。

如果您未选中它,dom.max_script_run_time则脚本仍在运行时,警告大约每秒钟弹出一次。

只需刷新页面(或运行其他脚本),如果脚本花费的时间太长,您应该再次得到警告。


2

转到about:config页面。

在我的Firefox中,现在有三个脚本变量,在选中复选框时可能会更改:

dom.max_child_script_run_time
dom.max_chrome_script_run_time
dom.max_script_run_time

只需script_run在搜索框中输入,它就会显示这三个。右键单击每个粗体,然后选择“重置”。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.