Skip to content

jsit/readlength.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors