Wraps long lines in plain text files to desired width
This script will attach a stylesheet to plain text files wrapping lines to the desired width (in pixels).
The default settings should be suitable for an 80-character line width using the Consolas font with a size of 13px. The "ruler size" setting defines how many blocks of ten characters the ruler will contain; therefore a size of 9 will display ninety characters.
This script scans plain text files and pre-formatted text blocks in HTML for text which looks like URLs and transforms them into hyperlinks. The script attempts to be intelligent about where a link begins and ends, omitting ending periods, commas, parentheses and so forth if they appear not to be part of the URL.