如何阻止 Firefox 阻止来自特定网站的弹出窗口(即使我已将该网站添加为例外)?

如何阻止 Firefox 阻止来自特定网站的弹出窗口(即使我已将该网站添加为例外)?

在我的 Firefox 设置中,我选中了“阻止弹出窗口”,但我也允许访问网站“https://urltimer.com”:

在此处输入图片描述

在此处输入图片描述

尽管如此,Firefox 仍然会阻止该网站的弹出窗口:

在此处输入图片描述

我正在使用 Firefox 版本 108.0.1(64 位)和 Microsoft Windows 11 Home 版本 10.0.22621 Build 22621。


可能相关:如何防止 Firefox 阻止弹出页面?


补充:我认为当我尝试通过该网站打开大量链接时,就会出现问题。例如,当我尝试打开以下 30 个 URL 列表时https://urltimer.com,1 到 21 可以正常打开,但 Firefox 会阻止其他所有内容。

https://www.google.com/search?q=1 https://www.google.com/search?q=2 https://www.google.com/search?q=3 https://www.google.com/search?q=4 https://www.google.com/search?q=5 https://www.google.com/search?q=6 https://www.google.com/search?q=7 https://www.google.com/search?q=8 https://www.google.com/search?q=9 https://www.google.com/search?q=10 https://www.google.com/search?q=11 https://www.google.com/search?q=12 https://www.google.com/search?q=13 https://www.google.com/search?q=14 https://www.google.com/search?q=15 https://www.google.com/search?q=16 https://www.google.com/search?q=17 https://www.google.com/search?q=18 https://www.google.com/search?q=19 https://www.google.com/search?q=20 https://www.google.com/search?q=21 https://www.google.com/search?q=22 https://www.google.com/search?q=23 https://www.google.com/search?q=24 https://www.google.com/search?q=25 https://www.google.com/search?q=26 https://www.google.com/search?q=27 https://www.google.com/search?q=28 https://www.google.com/search?q=29 https://www.google.com/search?q=30

答案1

这里的问题是,就 Firefox 而言,网址定时器正在打开这些弹出窗口(而不是目标网站)。默认情况下,一次最多弹出 20 个(通常情况下会很多)。要增加此限制

  • about:config网址框
  • 接受关于它的警告有风险
  • pop搜索框
  • 寻找dom.popup_maximum
  • 将其增加至更大的数字。

注意此设置是全局设置,因此所有允许弹出的 URL 都将使用此限制。

相关内容