Skip to content

Instantly share code, notes, and snippets.

// ==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');