correct fonts

This script corrects fonts

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

// ==UserScript== 
// @name correct fonts
// @namespace https://cryptowat.ch/
// @version 0.06
// @source https://gf.qytechs.cn/ 
// @description This script corrects fonts
// @include https://cryptowat.ch/* 
// ==/UserScript==

document.body.style.fontFamily = "Arial, 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";

function setProps(mname){
var elements = document.getElementsByClassName(mname);
    while(elements.length > 0){
        elements[0].style.color="#CCC";
        elements[0].style.fontSize="12px";
    }
}
setProps("header-market-link");

QingJ © 2025

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