File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 10
10
< link rel ="stylesheet " href ="style.css " type ="text/css ">
11
11
< link href ='http://fonts.googleapis.com/css?family=Alegreya:400 ' rel ='stylesheet ' type ='text/css '>
12
12
13
- < title > wordcount.it :: Word count and reading time bookmarklet</ title >
13
+ < title > readlength.org :: Word count and reading time bookmarklet</ title >
14
14
15
15
</ head >
16
16
17
17
< body >
18
18
19
- < h1 > wordcount.it </ h1 >
19
+ < h1 > readlength.org </ h1 >
20
20
21
21
< article >
22
22
< p > Get the word count and estimated reading time of an article on the web.< br > No text selection required.</ p >
23
23
< p > Drag this link to your bookmarks toolbar:< br >
24
- < a href ="javascript:(function(){_wordcount_script=document.createElement('SCRIPT');_wordcount_script.type='text/javascript';_wordcount_script.src='http://wordcount.it /wordcount.js?x='+(Math.random());document.getElementsByTagName('head')[0].appendChild(_wordcount_script);;})(); "> wordcount.it </ a > </ p >
24
+ < a href ="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);;})(); "> readlength.org </ a > </ p >
25
25
< p > Or paste this text into an existing bookmark:< br >
26
- < input value ="javascript:(function(){_wordcount_script=document.createElement('SCRIPT');_wordcount_script.type='text/javascript';_wordcount_script.src='http://wordcount.it /wordcount.js?x='+(Math.random());document.getElementsByTagName('head')[0].appendChild(_wordcount_script);;})(); " onkeydown ="event.preventDefault();event.stopPropagation();return false; " oncut ="event.preventDefault();event.stopPropagation();return false; " onClick ="this.select(); "> </ p >
26
+ < input value ="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);;})(); " onkeydown ="event.preventDefault();event.stopPropagation();return false; " oncut ="event.preventDefault();event.stopPropagation();return false; " onClick ="this.select(); "> </ p >
27
27
</ article >
28
28
29
29
< footer >
30
30
< p > Based on work by < a href ="http://code.google.com/p/arc90labs-readability/ "> Arc90</ a > and < a href ="https://gist.github.com/darkliquid/5244870 "> Andrew Montgomery-Hurrell</ a >
31
- < p > < a href ="
https://github.com/jsit/wordcount.it "
> GitHub
</ a > ·
< a href ="
mailto:[email protected] "
> Contact
</ a > </ p >
31
+ < p > < a href ="
https://github.com/jsit/readlength.org "
> GitHub
</ a > ·
< a href ="
mailto:[email protected] "
> Contact
</ a > </ p >
32
32
</ footer >
33
33
34
34
</ body >
Original file line number Diff line number Diff line change 1
- # wordcount.it
1
+ # readlength.org
2
2
3
3
Get the word count and estimated reading time of an article on the web. No text selection required.
4
4
5
5
Pull requests welcome.
6
6
7
7
## Bookmarklet URI
8
8
9
- javascript:(function(){_wordcount_script=document.createElement('SCRIPT');_wordcount_script.type='text/javascript';_wordcount_script.src='http://wordcount.it /wordcount.js?x='+(Math.random());document.getElementsByTagName('head')[0].appendChild(_wordcount_script);;})();
9
+ 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);;})();
10
10
11
11
## Sources
12
12
13
- wordcount.it uses code from [ Readability] ( http://code.google.com/p/arc90labs-readability/ ) by Arc90, and from a Gist by [ Andrew Montgomery-Hurrell] ( https://gist.github.com/darkliquid/5244870 ) .
13
+ readlength.org uses code from [ Readability] ( http://code.google.com/p/arc90labs-readability/ ) by Arc90, and from a Gist by [ Andrew Montgomery-Hurrell] ( https://gist.github.com/darkliquid/5244870 ) .
14
14
15
15
## Alternatives
16
16
You can’t perform that action at this time.
0 commit comments