Since the Dark Theme in Firefox 68.0.2 still has a flashing white page when opening a new tab, it’s no useable dark theme in my opinion.
That’s why I prefer ShadowFox (Github) instead of the native dark theme. Easy to install and many ways to do further customizing.
Firefox Add-ons I use:
- Bitwarden
- ClearURLs
- Cookie AutoDelete
- DarkReader
- Decentralyes
- Firefox Multi-Account Containers
- Facebook Container
- Google Container
- First Party Isolation
- Flagfox
- MyJDownloader Brower Extension
- OneTab
- SondCloud MP3 Downloader
- Startpage.com — Private Search Engine
- Swift Selection Search
- uBlock Origin
- I don’t care about cookies (also add the Annoyances List to uBlock from here)
- Switch for PiHole
- Wallabagger
- User-Agent Switcher and Manager
- LASER CAT ( ͡° ͜ʖ ͡°)
- Update Scanner
- YouTube for TV
Also I like bookmarks in the toolbar centralized. Just append the following lines to the userChrome.css.
The file is placed in your Firefox Profile: ~/.mozilla/firefox/profile_name/chrome/userChrome.css
#PersonalToolbar {
display: flex !important;
justify-content: center !important;
}