1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-10 18:47:45 +02:00

firefox: added floccus addon

This commit is contained in:
TiynGER 2021-05-01 23:34:51 +02:00
parent 01ba1a238e
commit bd11e0f7e1
2 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,8 @@ browser.
an automatic dark mode for sites without native dark mode. 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) - [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. 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) - [hide-scrollbars](https://addons.mozilla.org/en-GB/firefox/addon/hide-scrollbars)
hides scrollbars. hides scrollbars.
- [Never-Consent](https://addons.mozilla.org/en-GB/firefox/addon/never-consent) - [Never-Consent](https://addons.mozilla.org/en-GB/firefox/addon/never-consent)

View File

@ -23,3 +23,8 @@ Afterwards enable locking again by removing the added line.
The reason I choose this process over editing the database file, is ease of use. The reason I choose this process over editing the database file, is ease of use.
The editing of the database is much more time consuming especially if run with docker. The editing of the database is much more time consuming especially if run with docker.
## WebDAV
You can access ownCloud via WebDAV with the link
`https://<owncloud instance>/remote.php/dav/files/<user>/<path to folder or file>`.