I want to create a bookmarklete that counts up all the text on a webpage and then displays the results from most to least it in a absolutely positioned div.
Every google search i've done talks about counting the total number of words in a form or text area or known div id. That's not what i want. I want the number of times each /w appears on the entire webpage.
I know enough javascript to know that i don't know how to do this.