Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Cuireadh an snáithe seo sa chartlann. Cuir ceist nua má tá cabhair uait.

In the "autoplay media with sound" popup, can the "Remember this decision" checkbox be unchecked by default?

  • 2 fhreagra
  • 2 leis an bhfadhb seo
  • 2 views
  • Freagra is déanaí ó icme.su

more options

I uncheck "Remember this decision" 99% of the time, and I would like a way to have it unchecked by default. Maybe someplace in Options, about:config, or elsewhere? The popup and the checkbox are in this screenshot: https://i.imgur.com/Ht4xB3r.png

Firefox Nightly 64.0a1 (2018-09-12) (64-bit) Windows_NT 10.0

I uncheck "Remember this decision" 99% of the time, and I would like a way to have it unchecked by default. Maybe someplace in Options, about:config, or elsewhere? The popup and the checkbox are in this screenshot: https://i.imgur.com/Ht4xB3r.png Firefox Nightly 64.0a1 (2018-09-12) (64-bit) Windows_NT 10.0

Réiteach roghnaithe

A search in the source code shows that this box is checked by default, so there is no way to have it unchecked.

    if (checkbox.show) {
      checkbox.checked = true;
      checkbox.label = gBrowserBundle.GetStringFromName("autoplay.remember");
    }

You can leave feedback and comments via "Help -> Submit Feedback..."

Read this answer in context 👍 1

All Replies (2)

more options

Réiteach Roghnaithe

A search in the source code shows that this box is checked by default, so there is no way to have it unchecked.

    if (checkbox.show) {
      checkbox.checked = true;
      checkbox.label = gBrowserBundle.GetStringFromName("autoplay.remember");
    }

You can leave feedback and comments via "Help -> Submit Feedback..."

more options

Thanks! I submitted feedback, and now I'm crossing my fingers.