/content-scrollbar

Firefox extension to easily navigate through the long pages.

Primary LanguageJavaScript

Content Scrollbar

Content Scrollbar is an extension for Firefox. To know more, see extension's page on addons.mozilla.org.

Build xpi

First Time Setup

  1. Install NodeJS.

  2. Install GruntJS by typing the following command:

npm install -g grunt-cli
  1. Run the following command in the repository root directory to install all the required grunt plugins:
npm install

This setup is required only once.

Generating xpi

Once all the required grunt plugins are installed, type the following in the repository root directory:

grunt

A directory named dist would be created and would have the xpi file. The version of extension is obtained from package.json file.