This script corrects fonts
目前為
// ==UserScript==
// @name correct fonts
// @namespace https://cryptowat.ch/
// @version 0.03
// @source https://greasyfork.org/
// @description This script corrects fonts
// @include https://cryptowat.ch/*
// ==/UserScript==
document.body.style.fontFamily = "Consolas, Monospace";
var exchange_lnk_style = document.getElementById("exchange-link").style;
exchange_lnk_style.color="#6BF";
exchange_lnk_style.fontSize="12px";
exchange_lnk_style.getElementsByTagName("a").color="#6BF";