NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name halloween logo // @namespace torn // @version 0.1 // @description try to take over the world! // @author You // @include *torn.com* // @license MIT // @grant GM_getValue // ==/UserScript== GM_addStyle(` div.logo { background-image: url(https://i.imgur.com/HNHCQtk.png) !important; } `)