Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.17 KB

README.md

File metadata and controls

56 lines (35 loc) · 1.17 KB

Speed Reader

A Firefox extension to help you read faster and more thoroughly.

in-action

Install it here: https://addons.mozilla.org/firefox/addon/speed-reader/

All aspects of how it looks are customisable in the options.

There are other extensions that do the same, but none for Firefox that doesn't require signing in.

Usage

Simply select the text you want to speed-read and click the extension button.

Hotkeys

Button Action
Spacebar Toggle pause
Escape Close it
Arrow Up Speed Up
Arrow Down Speed Down
Arrow Left Previous word (useful when paused)
Arrow Right Next word (useful when paused)

You can also click anywhere on the background to close it.

Development

yarn

yarn start

There is a sample html file so that it is not necessary to test it in the context of a Firefox extension.

Run tests with:

yarn test

Building

yarn build

Creates a build/speed-reader.js file that's ready to be executed.

It is possible to simply add that file as a bookmarklet to achieve the same result as installing the extension.