correct fonts

This script corrects fonts

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

// ==UserScript== 
// @name correct fonts
// @namespace https://cryptowat.ch/
// @version 0.04
// @source https://greasyfork.org/ 
// @description This script corrects fonts
// @include https://cryptowat.ch/* 
// ==/UserScript==

document.body.style.fontFamily = "Consolas, Monospace";
var exchange_lnk = document.getElementById("exchange-link");
exchange_lnk.style.color="#6BF";
exchange_lnk.style.fontSize="12px";
exchange_lnk.getElementsByTagName("a")[0].style.color="#6BF";