Script Summary: Fixes Hacker News code comment overflow.
Comments which have a code section on Hacker News do not wrap and stretch the entire page horizontally. To fix this annoyance, this script adds this CSS styling to each pre tag.
pre {
overflow:auto
width:800px
}
See this comment for an example.



