调整 SDK编程API 字体大小
油猴脚本// ==UserScript==
// @require https://code.jquery.com/jquery-2.1.4.min.js
// @name fishc.com.cn 宽屏字体调整
// @namespace http://tampermonkey.net/
// @version 0.1
// @descriptiontry to take over the world!
// @author You
// @match https://fishc.com.cn/forum.php?mod=viewthread*
// @grant none
// ==/UserScript==
(function() {
'use strict';
$(".t_f").css("font-size","20px");
$(".pl .blockcode ol li").css("font-size","20px");
$(".pl table.t_table td").css("font-size","20px");
// Your code here...
})();
页:
[1]