Live data from Hacker News

A Chrome extension for bionic reading on any website

github.com

1–10 of 54 posts

Re: A Chrome extension for bionic reading on any website

#4
If you want to try it out on a PDF, I have implemented this in sioyek PDF reader:

https://github.com/ahrm/sioyek

You need to enable experimental features in `prefs_user.config` by adding `enable_experimental_features 1` and then enable this mode using `toggle_fastread` command within sioyek.

I also experimented with more sophisticated algorithms, you can read about the experiment here:

https://ahrm.github.io/jekyll/update/2022/04/14/using-langug...

Re: A Chrome extension for bionic reading on any website

#9
If someone would like to try this in Firefox (or other browsers), one could simply install a userscript manager browser extension such as Greasemonkey and use the code from convert.js.

Here's an example of how I added the functions to all websites in Firefox/Violentmonkey: https://pastebin.com/ZE75x0Uw

Here's a screenshot of what it looks like: https://imgur.com/a/bP3bUFP

Post reply on HN