📜 ⬆️ ⬇️

Spritz speed reading on any site



More recently, the spritz speed reading technology was introduced ( 500 words per minute without preparation ). It allows you to read texts much faster, but unfortunately, the developer did not implement it then as an application to read your own texts.

Now, the Squirt project has appeared, which allows you to read any text using spritz fast-reading technology, setting only 1 bookmarklet.

The script itself which is proposed to add to bookmarks:
')
javascript:(function(){if(window.sq){window.sq.closed&&window.document.dispatchEvent(new Event('squirt.again'));}else{window.sq={};window.sq.userId='78410c39-0bc7-450f-99ac-8f65ece0a7ec';s=document.createElement('script');s.src='http://www.squirt.io/bm/squirt.js';ss=window.location.search;s.idx=ssindexOf('sq-dev');if(s.idx!=-1){s.ampIdx=ssindexOf('&');s.host=sssubstring(s.idx+7,s.ampIdx==-1?sslength:s.ampIdx);s.src='http://'+(s.host?s.host:'localhost')+':4000/bm/squirt.js';}document.body.appendChild(s);}})(); 

After adding it to bookmarks, you will need to go to any site with an abundance of text and click on the bookmark, the text will automatically be displayed in the speed-reading mode. In addition, you can select the desired text on the page and click on the bookmark, thus, only the text you have selected will be read in the speed-reading mode.

The project is open and available on Github. Github.com/cameron/squirt

The main site of the project www.squirt.io
Bookmarklet installation www.squirt.io/install.html

If you like the technology, it is better to download the repository yourself, as the patent on the technology is not yet confirmed, but it is likely that this will happen even then, the situation with repositories will repeat as with WhatsApp

Source: https://habr.com/ru/post/215603/


All Articles