Skip to content

Firefox

Install via AUR helper.

pacman -S firefox

Download and install.

Disable AI

🗘 ➔ AI Controls

  • Block AI Enhancments: ✔

Only available on Firefox 148+

about:config

  • browser.ml.chat.enabled: false
  • sidebar.revamp: false
  • browser.ml.enable: false
  • browser.ml.chat.enabled: false
  • extensions.ml.enabled: false
  • browser.ml.linkPreview.enabled: false
  • browser.tabs.groups.smart.enabled: false
  • browser.tabs.groups.smart.userEnabled: false

Disable Speech Dispatcher

Only use for accessibility screen readers. Will produce an error if enabled and not setup. Create as needed.

about:config

  • media.webspeech.synth.dont_notify_on_error: true
  • media.webspeech.recognition.enable: false
  • media.webspeech.synth.enabled: false

Enable Async Clipboard

Enable sites to read/write to clipboard.

Use Chrome

Chrome uses the Permissions API which will prompt when a website requests access to read/write the clipboard. Firefox has not implemented the Permissions API and enabling this option will enable it for ALL sites regardless of intent.

This is almost certainly not what you want to do.

about:config

  • dom.events.testing.asyncClipboard: true
  • dom.events.asyncClipboard.readText: true