cameron / squirt

Speed read the web.
http://www.squirt.io
Apache License 2.0
1.22k stars 205 forks source link

Bookmark setting to specify delays depending on word length #85

Closed vakimov closed 10 years ago

vakimov commented 10 years ago

My small improvement, that help me to read without stumble.

With this I can specify my own delays in bookmark script: window.sq.wordDelays = [[3, 1], [5, 1.2], [7, 1.4], [9, 1.6], [10, 2], [11, 2.4], [12, 2.8], 3.2]

Explanation: [[max-word-length, delay], ... max-delay]

sudomakesandwich commented 10 years ago

+1

cameron commented 10 years ago

Hey @vakimov,

Thanks for the contrib, and sorry about the PR getting closed. I've separated the squirt bookmarklet source from the squirt.io source, and crossed a few wires in the process.

Feel free to resubmit your PR against the new files, or I may do some git foo to fix things up this weekend.

Thanks, Cameron