mirror of https://github.com/tiyn/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
3.9 KiB
86 lines
3.9 KiB
# Firefox
|
|
|
|
[Firefox](https://www.mozilla.org/en-US/Firefox) is a free and open-source web
|
|
browser.
|
|
|
|
## Telemetry
|
|
|
|
Telemetry is the remote measurement and transmission of data.
|
|
To change the telemetry of Firefox navigate to `about:telemetry` and click the
|
|
options to toggle between enabled and disabled.
|
|
|
|
## Configuration
|
|
|
|
Firefox has many possible settings and precerences.
|
|
This section addresses possible settings and preferences for specific use cases.
|
|
|
|
### Scrolling
|
|
|
|
On Linux distributions auto scroll is disabled by default.
|
|
This means that you cant click the middle mouse button to use it for scrolling.
|
|
To enable it go into the preferences and check `Use autoscrolling`.
|
|
|
|
### Sponsorings
|
|
|
|
Sponsorings are embedded ads in Firefox.
|
|
After navigating to `about:config` enabling and disabling of sponsorings can be done at
|
|
`browser.newtabpage.activity-stream.showSponsored`.
|
|
|
|
### Compact Mode
|
|
|
|
In Firefox compact mode is a configuration to make tabs and navigation elements
|
|
including bookmarks smaller.
|
|
After navigating to `about:config` the configuration can be done at
|
|
`browser.compactmode.show`.
|
|
|
|
## List of useful Firefox add-ons
|
|
|
|
Following is a list of useful Firefox add-ons.
|
|
They can be removed and configured under `about:config`.
|
|
|
|
- [ClearURLs](https://addons.mozilla.org/en-GB/Firefox/addon/clearurls) removes
|
|
tracking elements from URLs.
|
|
- [Dark Reader](https://addons.mozilla.org/en-GB/Firefox/addon/darkreader) creates
|
|
an automatic dark mode for sites without native dark mode.
|
|
- [Firefox Multi-Account Containers](https://addons.mozilla.org/en-GB/Firefox/addon/multi-account-containers)
|
|
lets you separate cookies in different containers on a per site base.
|
|
- [Floccus](https://addons.mozilla.org/en-US/Firefox/addon/floccus/) syncs your
|
|
bookmarks across devices (supports Nextcloud and WebDAV (ownCloud, etc)).
|
|
- [hide-scrollbars](https://addons.mozilla.org/en-GB/Firefox/addon/hide-scrollbars)
|
|
hides scrollbars.
|
|
- [Never-Consent](https://addons.mozilla.org/en-GB/Firefox/addon/never-consent)
|
|
automatically refuses GDPR consent to a bunch of platforms.
|
|
- [NoScript](https://addons.mozilla.org/en-GB/Firefox/addon/noscript) blocks all
|
|
javascript so that the parts you need can be reenabled and the rest is not used.
|
|
- [Privacy Badger](https://addons.mozilla.org/en-GB/Firefox/addon/privacy-badger17)
|
|
blocks unwanted invisible trackers.
|
|
- [Privacy Redirect](https://addons.mozilla.org/en-US/Firefox/addon/privacy-redirect/)
|
|
redirects youtube, instagram, twitter, etc to free alternatives or alternative
|
|
frontends.
|
|
- [SponsorBlock](https://addons.mozilla.org/en-US/firefox/addon/sponsorblock/)
|
|
skips YouTube video sponsors automatically, works with
|
|
[invidious](./invidious.md) too.
|
|
- [Temporary Containers](https://addons.mozilla.org/en-GB/Firefox/addon/temporary-containers)
|
|
opens tabs and websites, that are not already managed by
|
|
`Firefox Multi-Account Containers` in a new container.
|
|
- [uBlock Origin](https://addons.mozilla.org/en-GB/Firefox/addon/ublock-origin)
|
|
blocks unwanted content like ads.
|
|
- [User-Agent Switcher and Manager](https://addons.mozilla.org/en-GB/Firefox/addon/user-agent-string-switcher)
|
|
spoofs websites that try to gather information about your webbrowser.
|
|
- [Vim Vixen](https://addons.mozilla.org/en-GB/Firefox/addon/vim-vixen) enables
|
|
vim movement for Firefox.
|
|
- Plugins for Tabs, etc. in tree style:
|
|
- [Sidebery](https://addons.mozilla.org/en-GB/Firefox/addon/sidebery)
|
|
is a sidebar with treestyle tabs and bookmarks.
|
|
- [Tree Style Tab](https://addons.mozilla.org/en-GB/Firefox/addon/tree-style-tab)
|
|
shows tabs like a tree. This is especially useful if many tabs are used.
|
|
|
|
## Add a new search engine
|
|
|
|
You can add a new search engine with the add-on `Add custom search engine`.
|
|
Make sure to replace `<url to search engine>` with the according url.
|
|
|
|
It is possible to add it without an add-on.
|
|
Navigate to the search engine and click the `...` in the address bar.
|
|
Then click `Add Search Engine`
|