Kharus Chat Mono Patch

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

  1. // ==UserScript==
  2. // @name Kharus Chat Mono Patch
  3. // @namespace Kharus Chat Patch
  4. // @match https://kharus.com/pages/chat*
  5. // @match http://kharus.com/pages/chat*
  6. // @description:en for Kharus Chatting
  7. // @version 201612.001
  8.  
  9. // ==/UserScript==
  10.  
  11. function ChatPatch() {
  12. $('p').css({'color': 'black'});
  13.  
  14. }
  15. ChatPatch();