mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-08-20 10:18:41 +02:00
change some words
@@ -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).
|
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. 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:
|
Firefox does not allow addons to replace the "homepage". However there is a workaround:
|
||||||
|
|
||||||
- Open a new Firefox window
|
- Open a new Firefox window
|
||||||
|
@@ -1,5 +1,3 @@
|
|||||||
# Browser support
|
nightTab as an extension officially supports Chrome and Firefox. Testing and development is only conducted on these browsers.
|
||||||
|
|
||||||
nightTab as an extension 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.
|
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
|
nightTab does not collect, store or send your data anywhere. All your data is saved locally to your browser.
|
||||||
|
|
||||||
No user data is sent anywhere, no remote database or central user management. All your data is saved to your browser.
|
|
||||||
|
|
||||||
This means if you clear your browser cache or cookies nightTab will reset to its default state.
|
This means if you clear your browser cache or cookies nightTab will reset to its default state.
|
||||||
|
|
4
data.md
4
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.
|
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  `Menu` > `Data`.
|
Data controls can be found in  `Menu` > `Data`.
|
||||||
@@ -20,7 +18,7 @@ After selecting which parts of the backup JSON file to restore click `Import` to
|
|||||||
|
|
||||||
# Backup data
|
# Backup data
|
||||||
|
|
||||||
You should frequently backup your settings. This can easily be done from the  `Menu` > `Data` > `Backup` > `Export Data`.
|
Backup your nightTab setup frequently. This can easily be done from the  `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`.
|
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_
|
_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.
|
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.
|
This project runs completely on the client side, in the browser. No user data is sent anywhere, no remote database or central user management.
|
||||||
|
Reference in New Issue
Block a user