NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Red Facebook: The Return // @namespace http://tampermonkey.net/ // @version 0.1 // @description Facebook, but Redder (tm) // @author Kai "Kai "Don't Call Me Kai Kahooner" Kahooner" Kuehner // @match https://www.facebook.com/ // @grant none // ==/UserScript== (function() { 'use strict'; document.body.style.backgroundColor="red"; })();