Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eryoneta/autoscroll
A Google Chrome / Firefox extension that improves the default autoscroll
https://github.com/eryoneta/autoscroll
chrome-extension css developing html javascript small-project
Last synced: 10 days ago
JSON representation
A Google Chrome / Firefox extension that improves the default autoscroll
- Host: GitHub
- URL: https://github.com/eryoneta/autoscroll
- Owner: Eryoneta
- Created: 2021-05-28T00:47:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T22:54:51.000Z (10 months ago)
- Last Synced: 2024-01-13T12:56:08.340Z (10 months ago)
- Topics: chrome-extension, css, developing, html, javascript, small-project
- Language: JavaScript
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AutoScroll
A *Google Chrome* extension that improves the default autoscroll.
Many times, when reading a particularly big text, the default autoscroll can be a tricky to adjust, easily picking up high speeds. This extension limits the speed and allow precise control over the autoscroll.## Usage
- It works normally with `Middle-click`, adjusted to limit itself to a maximum speed.
- Pressing `Ctrl-Shift-A` also works.
- You can pause and resume the autoscroll by `Right-click`.
- Another function is to scroll with precision:
- By pressing any `Arrow`, you can increment the autoscroll speed.
- `Ctrl-Arrow` allow bigger speed increments.
- `Enter` doubles the current speed.
- You can also use the `Right-press` & `ScrollWheel` to increment the vertical speeds.
- `Left-press` & `ScrollWheel` allow bigger speed increments.
- Horizontal scrolling can be achieved by `Right-press` & `ScrollWheel`, while not autoscrolling.
- If you desire, you can still use the default one by `Right-press` & `Middle-click`.## Instalation
Not avaliable in *Chrome Web Store*.Install it from source:
- Clone or download this repo.
- Open *Chrome* and go to `chrome://chrome/extensions/`.
- Enable *`Developer mode`*.
- Click *`Load unpacked extension`*.
- Select the extension folder in this repo.