correct fonts

This script corrects fonts

目前为 2016-01-23 提交的版本。查看 最新版本

// ==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";