View 10C_LightDark_Toggle.user.js
// ==UserScript== | |
// @name 10C Light/Dark Toggle | |
// @namespace http://mikedeep.com | |
// @description Adds back the light/dark toggle switch on the Pearl Jam Forum. | |
// @include http://community.pearljam.com/* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
var brightness = readCookie('dark'); |