pjhyett (owner)

Revisions

gist: 76803 Download_button fork
public
Description:
Install GreaseKit / GreaseMonkey and go to town
Public Clone URL: git://gist.github.com/76803.git
Embed All Files: show embed
yc_top.user.js #
1
2
3
4
5
6
7
8
// ==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'