Skip to content

EuCaue/scrolled

Repository files navigation

Scrolled

Get it on Firefox Add-ons Ko-fi

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.


✨ Features

  • 📊 Clean and elegant scroll progress bar
  • 🧠 Automatically works on any webpage
  • ⚡ Fast and lightweight
  • 🧩 No setup required – just install and go

📦 Installation

🦊 Install from Firefox Add-ons Store (Recommended)

You can install Scrolled directly from the official Mozilla Add-ons store:

➡️ Install Scrolled on Firefox


🧑‍💻 Manual Installation (Development)

Requires Node.js and npm

  1. Clone the repository:
git clone https://github.com/EuCaue/scrolled.git
cd scrolled
  1. Install dependencies:
npm install
  1. Build the extension:
npm run build:prod

This will generate a .zip file in the root directory, ready for installation in Firefox.

  1. Load it in Firefox manually:
    • Go to about:debugging
    • Click "This Firefox""Load Temporary Add-on..."
    • Select the manifest.json file inside the dist folder

🛠️ Tech Stack

  • TypeScript
  • WebExtension APIs
  • TailwindCSS
  • Rollup
  • PostCSS

🚀 Todo

  • Customizable scroll bar colors
  • Enable/disable per site
  • Dark mode compatibility

📃 License

GPLv3 © EuCaue