An open API service indexing awesome lists of open source software.

https://github.com/emvaized/scrollbar_lens_extension

Firefox Addon for showing a minimap of the page when hovering the scrollbar
https://github.com/emvaized/scrollbar_lens_extension

firefox firefox-addon firefox-extension firefox-webextension lens minimap overview overview-article overview-page scroll scrollbar

Last synced: 4 months ago
JSON representation

Firefox Addon for showing a minimap of the page when hovering the scrollbar

Awesome Lists containing this project

README

          

# Scrollbar Lens

[![Firefox Users](https://img.shields.io/amo/users/scrollbar-lens?color=%23FF6611&label=users)](https://addons.mozilla.org/firefox/addon/scrollbar-lens/)
[![Firefox Rating](https://img.shields.io/amo/stars/scrollbar-lens?color=%23FF6611&label=stars)](https://addons.mozilla.org/firefox/addon/scrollbar-lens/)

Get for Firefox

This browser extension shows a minimap of the whole page when you hover the scrollbar, allowing to quckly jump to any part of page on click. The currently visible part of the page is highlighted on the minimap as well.

> [!NOTE]\
> The minimap will appear only if the page is 2.5 times taller than the screen. Some images on the page may not shown on the minimap until they were scrolled into the view.

| ![Screenshot 1](assets/screenshot.png) |
|-|

## Support ❤️
If you really enjoy this project, please consider supporting its further development by making a small donation using one of the ways below!

Support on Ko-fi   Donate using Liberapay   Donate Bitcoin

## Contributing
Any ideas, suggestions and pull requests are welcome! Here are some ideas:
- [ ] Load screenshots of page chunks asynchronously, for example 4 at a time
- [ ] Zoom magnifier on hovering over the minimap
- [ ] If scrolled dy is more than half of the page, load mini-map from the bottom instead of from the top

## Privacy
This tool doesn't collect any private data. It is fully open source, and you can see the code on Github. It requires access to all urls in order to function properly.