Ahab / halloween logo

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