Hacker News NoScroll

By Pratham Kumar Last update Apr 1, 2009 — Installed 37 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0
Script Summary:
Fixes Hacker News code comment overflow.

This script has no discussions.

start the discussion

This script has no reviews.

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.