jsit / readlength.org

Get the word count and estimated reading time of an article on the web. No text selection required.

Home Page:http://www.readlength.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

readlength.org

Get the word count and estimated reading time of an article on the web. No text selection required.

Pull requests welcome.

Bookmarklet URI

javascript:(function(){_wordcount_script=document.createElement('SCRIPT');_wordcount_script.type='text/javascript';_wordcount_script.src='http://readlength.org/wordcount.js?x='+(Math.random());document.getElementsByTagName('head')[0].appendChild(_wordcount_script);;})();

Sources

readlength.org uses code from Readability by Arc90, and from a Gist by Andrew Montgomery-Hurrell.

Alternatives

License

Distributed under the Apache License, version 2.0.

About

Get the word count and estimated reading time of an article on the web. No text selection required.

http://www.readlength.org


Languages

Language:JavaScript 65.9%Language:CSS 27.8%Language:HTML 6.2%