Author Topic: Writeup length checker.  (Read 1537 times)

Halbarad

  • Youkai of the Boundary
  • Denizen
  • *
  • Posts: 177
    • View Profile
Writeup length checker.
« on: January 11, 2010, 11:34:24 PM »
Very simple to use. In your browser, right-click on your bookmarks toolbar and choose the New Bookmark option (this was tested under Firefox 3.5, but should also work in Safari - not sure about IE). Name it whatever you'd like, then for the location paste in the following code:

Code: [Select]
javascript:window.alert("Selection size is "+document.getSelection().length+" characters.");
In Internet Explorer, use this code instead (same steps apply):

Code: [Select]
javascript:window.alert("Selection length is "+document.selection.createRange().text.length+" characters.");
Save the bookmark.

To use, simply highlight the entire writeup you're checking (note that this only applies to a posted writeup, not the text entry box for a new post), then click on the bookmark in the toolbar. A window will pop up giving the length of the highlighted area.

I leave it to you folks to determine how many characters is appropriate for a writeup.
« Last Edit: January 11, 2010, 11:50:52 PM by Halbarad »
- Have you ever contemplated suicide?
 - Frequently. But only for others.