Scrolled is a lightweight Firefox extension that adds a subtle scroll indicator to show how much of a page you've read. Perfect for readers, researchers, or anyone who wants better visual feedback while browsing long content.
- 📊 Clean and elegant scroll progress bar
- 🧠 Automatically works on any webpage
- ⚡ Fast and lightweight
- 🧩 No setup required – just install and go
You can install Scrolled directly from the official Mozilla Add-ons store:
➡️ Install Scrolled on Firefox
- Clone the repository:
git clone https://github.com/EuCaue/scrolled.git
cd scrolled- Install dependencies:
npm install- Build the extension:
npm run build:prodThis will generate a .zip file in the root directory, ready for installation in Firefox.
- Load it in Firefox manually:
- Go to
about:debugging - Click "This Firefox" → "Load Temporary Add-on..."
- Select the
manifest.jsonfile inside thedistfolder
- Go to
- TypeScript
- WebExtension APIs
- TailwindCSS
- Rollup
- PostCSS
- Customizable scroll bar colors
- Enable/disable per site
- Dark mode compatibility
GPLv3 © EuCaue