AutoScrolling for Firefox browser enables you auto-scrolling without using mouse wheel and works in even a non-active window. This plugin is available on newer version(from 53.0) of Firefox, because the plugin is not legacy one, but not is coded WebExtensions.
npm install
For script ...
npm start
For CSS and HTML ...
npm run start:gulp
Build scripts in production mode.
npm run build
lint
is for syntax of codes. lint:ext
is for packaing for addon.
npm run lint # eslint
npm run lint:ext # web-ext lint
If you have some questions, please tell me or issue, or send PRs. Thank you.