Skip to content

Instantly share code, notes, and snippets.

@donatj
Created May 31, 2011 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donatj/1000800 to your computer and use it in GitHub Desktop.
Save donatj/1000800 to your computer and use it in GitHub Desktop.
Penny Arcade Line-Height User Script
// ==UserScript==
// @name Penny Arcade Line-Height Correction
// @author Jesse G. Donat
// @namespace http://donatstudios.com/
// @match http://www.penny-arcade.com/*
// @description Fixes Penny-Arcades stupid unreadable lineheight
// ==/UserScript==
document.getElementsByClassName('body')[0].style.lineHeight='1.6em';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment