Skip to content

Commit 0be0810

Browse files
committed
Change name from wordcount.it to readlength.org
1 parent 3bfc777 commit 0be0810

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@
1010
<link rel="stylesheet" href="style.css" type="text/css">
1111
<link href='http://fonts.googleapis.com/css?family=Alegreya:400' rel='stylesheet' type='text/css'>
1212

13-
<title>wordcount.it :: Word count and reading time bookmarklet</title>
13+
<title>readlength.org :: Word count and reading time bookmarklet</title>
1414

1515
</head>
1616

1717
<body>
1818

19-
<h1>wordcount.it</h1>
19+
<h1>readlength.org</h1>
2020

2121
<article>
2222
<p>Get the word count and estimated reading time of an article on the web.<br>No text selection required.</p>
2323
<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>
2525
<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>
2727
</article>
2828

2929
<footer>
3030
<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> &middot; <a href="mailto:[email protected]">Contact</a></p>
31+
<p><a href="https://github.com/jsit/readlength.org">GitHub</a> &middot; <a href="mailto:[email protected]">Contact</a></p>
3232
</footer>
3333

3434
</body>

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# wordcount.it
1+
# readlength.org
22

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

55
Pull requests welcome.
66

77
## Bookmarklet URI
88

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);;})();
1010

1111
## Sources
1212

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).
1414

1515
## Alternatives
1616

0 commit comments

Comments
 (0)