{% extends "template.html" %} {% block heading %} Add the Count bookmarklet {% endblock %} {% block content %}

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.

Try it! - come on, click me and select some text on the page!

{% endblock %} {% block about %}

ABOUT

This bookmarklet was created by @rantav to help me count charactes when I was Twinterviewed by Ouriel.

All code is open-sourced in Google code here

{% endblock %}