for Kharus Chatting
当前为
// ==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.002
// @description for Kharus Chatting
// ==/UserScript==
function ChatPatch() {
$('p').css({'color': 'black'});
}
setTimeout(ChatPatch, 100);