correct fonts

This script corrects fonts

目前為 2016-01-23 提交的版本,檢視 最新版本

// ==UserScript== 
// @name correct fonts
// @namespace https://cryptowat.ch/
// @version 0.03
// @source https://gf.qytechs.cn/ 
// @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";

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址