- Say “goodbye” to cookies and cookie banners with vanilla Firefox
- How do I disable middle mouse button click paste?
browser.bookmarks.showMobileBookmarks: false
browser.toolbars.bookmarks.showOtherBookmarks: false
# Auto-reject cookie banner prompts
cookiebanners.service.mode: 1
cookiebanners.service.mode.privateBrowsing: 1
# Don't paste on middle-click
middlemouse.paste false
about:config settings:
extensions.formautofill.available: true
extensions.formautofill.creditCards.available: true
extensions.formautofill.creditCards.enabled: true
extensions.formautofill.supportedCountries: 'US,CA'
Right-click automatically selects the option under the mouse when the mouse button is released. This makes it difficult to use the right-click context menu. This bug only occurs in certain window managers such as BSPWM or i3 when the firefox window is not fullscreen.
about:config workaround:
ui.context_menus.after_mouseup: true
- Expanded extension support in Firefox for Android Nightly
- Firefox add-ons
- Andornaut's add-on collection
In Firefox Nightly for Android:
- Settings -> About Firefox Nightly
- Tap the logo 5 times
- Back in Settings, click Custom Add-on collection
- Enter eg. Collection owner: 16021357, Collection name: android
- Quit Firefox
- Edit
~/.mozilla/firefox/${profileName}/SiteSecurityServiceState.txt
- Delete lines that begin with the domain in question
- Open Firefox and navigate to the site. You can now bypass the security warning by clicking a button.