Ahab / Spoooky

// ==UserScript==
// @name         Spoooky
// @namespace    torn
// @version      0.1
// @description  try to take over the world!
// @author       You
// @include      *torn.com*
// @license      MIT
// @grant        GM_addStyle
// ==/UserScript==

GM_addStyle(`
.body{
    font-size: inherit !important;
    letter-spacing: 0.5px;
}

.point-block___xpMEi .value___1K0oi {
    font-size: large  !important;
    margin-left: 3px;
}

.d .date-time {
    font-size: 15px !important;
}
`)

$("head").prepend("<style>@font-face {font-family: 'Creepster';src: url('../fonts/Creepster/Creepster.woff');}</style>"); $(".body").css("font-family", "Creepster");