change some words

zombieFox
2021-08-20 23:14:46 +01:00
parent 43974e7d99
commit 536ea7a7bf
7 changed files with 3 additions and 17 deletions

@@ -1,5 +1,3 @@
# Recovering user settings and bookmarks
In the event of a bug or loading issue, user settings and bookmarks saved when using nightTab can be recovered from the browser [local storage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage).
1. Open nightTab

@@ -1,5 +1,3 @@
# Setting nightTab as your Firefox homepage
Firefox does not allow addons to replace the "homepage". However there is a workaround:
- Open a new Firefox window

@@ -1,5 +1,3 @@
# Browser support
nightTab as an extension supports Chrome and Firefox. Testing and development is only conducted on these browsers.
nightTab as an extension officially supports Chrome and Firefox. Testing and development is only conducted on these browsers.
Opera [does not support extensions](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/chrome_url_overrides) to change the new tab page so can not be supported in this project.

@@ -1,6 +1,4 @@
# Clearing cookies and cache
No user data is sent anywhere, no remote database or central user management. All your data is saved to your browser.
nightTab does not collect, store or send your data anywhere. All your data is saved locally to your browser.
This means if you clear your browser cache or cookies nightTab will reset to its default state.

@@ -1,5 +1,3 @@
# No database
nightTab is privacy first extension and does not save any user data on a remote database. All data is saved locally in the browser.
Data controls can be found in ![Settings](image/icon/settings.svg) `Menu` > `Data`.
@@ -20,7 +18,7 @@ After selecting which parts of the backup JSON file to restore click `Import` to
# Backup data
You should frequently backup your settings. This can easily be done from the ![Settings](image/icon/settings.svg) `Menu` > `Data` > `Backup` > `Export Data`.
Backup your nightTab setup frequently. This can easily be done from the ![Settings](image/icon/settings.svg) `Menu` > `Data` > `Backup` > `Export Data`.
A backup [JSON](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON#no_really_what_is_json) file will be saved to your device. This backup file will be named with a data and timestamp for easy reference, e.g. `nightTab backup - 2021.08.16 - 09 10 29.json`.

@@ -1,5 +1,3 @@
# Local background image upload is no longer supported
_This change was made in nightTab 7.0.0_
Allowing a user to upload local images has its benefits but also many drawbacks and issues.

@@ -1,3 +1 @@
# nightTab respects your privacy
This project runs completely on the client side, in the browser. No user data is sent anywhere, no remote database or central user management.