IronWill79 / AutoScrolling

🐁 Firefox add-on which scrolling automacically w/o using mouse wheel.

Home Page:https://addons.mozilla.org/ja/firefox/addon/autoscrolling/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build status dev dependencies Greenkeeper badge

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.

Install

npm install

Development

For script ...

npm start

For CSS and HTML ...

npm run start:gulp

Build and lint check

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

Contributes and Pull requests.

If you have some questions, please tell me or issue, or send PRs. Thank you.

About

🐁 Firefox add-on which scrolling automacically w/o using mouse wheel.

https://addons.mozilla.org/ja/firefox/addon/autoscrolling/

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 90.6%Language:HTML 7.6%Language:CSS 1.8%