diff --git a/Recovering-user-settings-and-bookmarks.md b/Recovering-user-settings-and-bookmarks.md index 958b944..67b601e 100644 --- a/Recovering-user-settings-and-bookmarks.md +++ b/Recovering-user-settings-and-bookmarks.md @@ -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 diff --git a/Setting-nightTab-as-your-Firefox-homepage.md b/Setting-nightTab-as-your-Firefox-homepage.md index 6046791..75ab151 100644 --- a/Setting-nightTab-as-your-Firefox-homepage.md +++ b/Setting-nightTab-as-your-Firefox-homepage.md @@ -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 diff --git a/browser-support.md b/browser-support.md index 696fc3e..295ee27 100644 --- a/browser-support.md +++ b/browser-support.md @@ -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. diff --git a/clearing-cookies-and-cache.md b/cookies-and-cache.md similarity index 67% rename from clearing-cookies-and-cache.md rename to cookies-and-cache.md index f2117d8..3fed2af 100644 --- a/clearing-cookies-and-cache.md +++ b/cookies-and-cache.md @@ -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. diff --git a/data.md b/data.md index b218277..deebe81 100644 --- a/data.md +++ b/data.md @@ -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`. diff --git a/local-background-image-upload-is-no-longer-supported.md b/local-background-image-upload-is-no-longer-supported.md index d806cd5..79e8ad3 100644 --- a/local-background-image-upload-is-no-longer-supported.md +++ b/local-background-image-upload-is-no-longer-supported.md @@ -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. diff --git a/nighttab-respects-your-privacy.md b/nighttab-respects-your-privacy.md index c16afd6..77bb6ff 100644 --- a/nighttab-respects-your-privacy.md +++ b/nighttab-respects-your-privacy.md @@ -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.