Created
March 10, 2009 07:48
-
-
Save pjhyett/76803 to your computer and use it in GitHub Desktop.
Install GreaseKit / GreaseMonkey and go to town
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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