Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxlath/website-history-browser
a WebExtension to browse your history per website
https://github.com/maxlath/website-history-browser
bookmarks browser history
Last synced: 2 months ago
JSON representation
a WebExtension to browse your history per website
- Host: GitHub
- URL: https://github.com/maxlath/website-history-browser
- Owner: maxlath
- Created: 2021-03-17T16:23:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T18:24:18.000Z (about 1 year ago)
- Last Synced: 2024-08-02T18:43:45.253Z (6 months ago)
- Topics: bookmarks, browser, history
- Language: Svelte
- Homepage: https://addons.mozilla.org/firefox/addon/website-history-browser/
- Size: 729 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - maxlath/website-history-browser - a WebExtension to browse your history per website (others)
README
Website History Browser
A WebExtension to browse your history per website, with different kinds of filters not available in the native history browser
## Features
* text search through the history of a single website* browse through sub-parts of a website
* browse through a website's bookmarks only, and display [Time Capsules](https://addons.mozilla.org/firefox/addon/time-capsule/) as special bookmarks
## Default shortkeys
Default shortkeys
* `Ctrl+Alt+H`: display history browser in a popup
* `Ctrl+Alt+J`: display history browser in a new tab## Install
* [Firefox](https://addons.mozilla.org/firefox/addon/website-history-browser/)## Development setup
```sh
git clone https://github.com/maxlath/website-history-browser
cd website-history-browser
npm install# Rebuild extension files on source file changes
npm run watch
# In another terminal, run this command to open a firefox instance with the extension installed
# as a temporary extension, auto-reloading on file changes
npm run auto-reload-extension
```## Build
```sh
# Builds the extension zip file in ./web-ext-artifacts
npm run build
```## License
[GPL-3.0](https://www.gnu.org/licenses/gpl-3.0.html)