Kharus Chat Mono Patch

当前为 2016-12-14 提交的版本,查看 最新版本

// ==UserScript==
// @name        Kharus Chat Mono Patch
// @namespace   Kharus Chat Patch
// @match       https://kharus.com/pages/chat*
// @match       http://kharus.com/pages/chat*
// @description:en for Kharus Chatting
// @version     201612.001

// ==/UserScript==

function ChatPatch() {
$('p').css({'color': 'black'});

}
ChatPatch();