zoukankan      html  css  js  c++  java
  • FireFox Prevent this page from creating addtional dialogs 火狐浏览器 设置 阻止此页面创建更多对话框

    FireFox英文版本老弹出“Prevent this page from creating addtional dialogs”的确认框

    FireFox english version alert “Prevent this page from creating addtional dialogs”  to avoid the alert method:
    Copy the preference name= dom.successive_dialog_time_limit
    Open Firefox  input the  about:config in address bar
    Right-click in the preferences area and choose New > Integer
    Paste the preference name and click OK
    Then enter 0 and click OK

    FireFox中文版本老弹出“阻止此页面创建更多对话框”的确认框

    复制此字段串= dom.successive_dialog_time_limit 
    打开FireFox浏览器在地址栏输入  about:config
    右击->新建 -> 整数
    输入名称,右击粘贴刚复制的字符串 点击确认
    再输入 0 点击确认

    另你可以设置弹出次数,只需要将0将修改成你想要的弹出次数即可,因为FireFox对这个默认不限制的

  • 相关阅读:
    财富平台项目日记1:spring boot + mybatis 实现分页查询
    Spring boot 跨域
    Mysql索引
    Java中list多对多拆分
    Redis持久化
    Windows下安装Redis
    idea 常用快捷键
    数据库事务
    Linux开启防火墙端口号
    nginx相关
  • 原文地址:https://www.cnblogs.com/chenhuzi/p/4155944.html
Copyright © 2011-2022 走看看