Count Bookmarklet

Count is a bookmarklet for counting characters (and words and lines) on a web page. Simply select some text on the page, click the bookmarklet and watch the count.

Why whould I want to use Count?
Many services such as Twitter limit their input to 140 characters. When using one of the twitter front-ends there's a built-in counter to help you count characters but sometimes you want to send twits, or simply count characters when not in twitter. This bookmarlet will do that for you. For example, when sending DM (direct messages) in Topify.

Source (charcount.appspot.com)


Download Bookmarklet:


View Bookmarklet Code:

Bookmarklet Source Code:

javascript%3A%28function%28%29%7Bif%28document.getElementById%28%27__wc_display%27%29%29%7B__wc_refresh%28%29%3Breturn%7D%3Bwindow.__wc_base%3D%27http%3A//charcount.appspot.com/%27%3Bvar%2520d%3Ddocument%3Bvar%2520s%3Dd.createElement%28%27script%27%29%3Bs.setAttribute%28%27src%27%2C__wc_base+%27s/jquery.js%27%29%3Bs.setAttribute%28%27type%27%2C%27text/javascript%27%29%3Bd.body.appendChild%28s%29%3Bs%3Dd.createElement%28%27script%27%29%3Bs.setAttribute%28%27src%27%2C__wc_base+%27s/wc.js%27%29%3Bs.setAttribute%28%27type%27%2C%27text/javascript%27%29%3Bd.body.appendChild%28s%29%3B%7D%29%28%29


Rate it:


Tags:

Comments

Comments so far. Add yours.

Tom

Very nice interface! Simple and clean.


subrosa

this is way cooler than it sounds. you watch it counting, sort of like a digital scale. it keeps counting AS you make selections repeatedly on the same page - and it works in text fields too!


Josh Carpenter

Love it but for one problem, it only pops up at the the top of the page. If I'm selecting anything below the fold I have to scroll up to see the results. Wish the position was dynamic relative to the screen, or better yet, the selection itself. (This is on my iPad, so not sure if same thing happens on a non-mobile.)