Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.36 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.36 KB

lazyreader

Bookmarkable JS script that loads a fast read overlay when the user selects text and press the space bar.

Instead of moving your eyes around when reading, just focus on the red letter and let the script do the rest for you. You can configure the speed, pause and navigate through the text.

Compatibility:

Tested on Chrome and Firefox, might (even) run on other browsers!

Installation:

To add it as a bookmark for easy access just create a bookmark in your browser and in the URL box type:

javascript:

and afterwards paste the content of lazyreader.js.

To just test it, paste the contents of lazyreader.js into the console.

Use:

After clicking the bookmark, just select some text and press the space bar. You'll get some extra options on the screen.

Alternatively you can open this link and test it directly: this link

Demo:

Sorry:

I know, it should be a browser extension, the CSS/HTML/JS should be in different files, this "me" object is weird, etc. I'm too lazy and I just wanted to make it bookmarkable. This is just a Sunday hack.

Known bugs:

Some sites will override the css and capture keystrokes before the script does :(.