Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ylon/onetab-merge
Merge util for OneTab browser extension
https://github.com/ylon/onetab-merge
Last synced: 14 days ago
JSON representation
Merge util for OneTab browser extension
- Host: GitHub
- URL: https://github.com/ylon/onetab-merge
- Owner: ylon
- License: mit
- Created: 2017-06-23T18:41:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-12T21:53:21.000Z (almost 5 years ago)
- Last Synced: 2024-08-01T16:49:35.840Z (3 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OneTab Merge
Util for [OneTab browser extension](https://www.one-tab.com).
Merge different sources preserving time order.
## Install
in cloned folder, do `npm install`
## Usage
* Get the HTML of all your OneTab pages
* Merge them
* Close your browser and delete OneTab files
* Import the merge result into OneTab**Merge**
```sh
./merge-html html/*
./merge-html onetab-osx-chrome.html onetab-osx-firefox.html onetab-linux-chromium.html
```**OneTab files**
Chrome OSX
```
~/"Library/Application Support/Google/Chrome/Default/Local Storage/chrome-extension_chphlpgkkbolifaimnlloiipkdnihall_0.localstorage"
~/"Library/Application Support/Google/Chrome/Default/Local Storage/chrome-extension_chphlpgkkbolifaimnlloiipkdnihall_0.localstorage-journal"
```Chromium Linux
```
~/".config/chromium/Default/Local Storage/chrome-extension_chphlpgkkbolifaimnlloiipkdnihall_0.localstorage"
~/".config/chromium/Default/Local Storage/chrome-extension_chphlpgkkbolifaimnlloiipkdnihall_0.localstorage-journal"
```Firefox Linux
```
`find ~/.mozilla/firefox -maxdepth 1 -type d -name *.default`/storage/permanent/indexeddb+++extension-at-one-tab-dot-com/
```