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

  • 相关阅读:
    set 用法、小结
    AC 自动机优化
    HDU 2222 Keywords Search 【ac自动机】
    组合数学 隔板法
    BZOJ1303_中位数图_KEY
    初识Trie_对Trie的一些认识
    网络流Edmonds-Karp算法入门
    Codevs1332_上白泽慧音_KEY
    Fliptil_KEY
    2017Noip普及组游记
  • 原文地址:https://www.cnblogs.com/chenhuzi/p/4155944.html
Copyright © 2011-2022 走看看