Skip to content

Instantly share code, notes, and snippets.

@pjhyett
Created March 10, 2009 07:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pjhyett/76803 to your computer and use it in GitHub Desktop.
Save pjhyett/76803 to your computer and use it in GitHub Desktop.
Install GreaseKit / GreaseMonkey and go to town
// ==UserScript==//
// @name Hacker News Top Bar Colorer
// @description Change the top bar color to whatever you want
// @include http://news.ycombinator.com/*
// ==/UserScript==
document.getElementsByTagName('td')[0]["bgColor"] = '#f6f6ef'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment