I just updated Firefox Nightly (2023-10-19) and it seems that about:config values are no longer detected by -moz-bool-pref().

Does anyone else have this issue. If so, is this just unintended behavior or is this permanent?

  • @Godie
    link
    11 year ago

    @[email protected] could you help me with the syntax with not, or when I want use “or” or “and”, for example this not work: @media ( not -moz-bool-pref:"firefoxgx.tab-shapes") {...}

    • @MrOtherGuyM
      link
      11 year ago

      The not keyword should be outside the parentheses. So like @media not (-moz-bool-pref: "firefoxgx.tab-shapes"){...}

      • @Godie
        link
        11 year ago

        deleted by creator