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对这个默认不限制的

  • 相关阅读:
    自己常用的数据库操作语句
    我被SQL注入撞了一下腰
    分页
    reset.css
    创建对象的多种方式
    js 数组去重
    学习JS防抖【节流】
    localStorage.js
    vue 项目移动端使用淘宝自适应插件 环境配置
    Vue项目搭建
  • 原文地址:https://www.cnblogs.com/chenhuzi/p/4155944.html
Copyright © 2011-2022 走看看