extension/indexers: ensure less 'span' in visited marks #365
Labels
backend
Related to indexing/serving
enhancement
New feature or request
frontend
Related to browser extension
for @karlicoss a good example is this page https://github.com/settings/billing
One thing that would be nice is to make google takout visit 'boring' -- that can be achieved by removing contexts in promnesia indexer (for simple visits they only contain the domain name) https://github.com/karlicoss/promnesia/blob/master/src/promnesia/sources/takeout.py#L39
Another is perhaps adding an option to hide "boring" visits completely, or even better to hide certain sources. Maybe ideally with a javascript-based hook to start with
The text was updated successfully, but these errors were encountered: