Warning: fopen(/www/sites/greasyfork.icu/index/store/forever/f3f693297783fd66f0cf275d93c1a10c.html): failed to open stream: No space left on device in /www/sites/greasyfork.icu/index/scriptsControl.php on line 132
Hide Chat Button - 源代码

Greasy Fork

Greasy Fork is available in English.

Hide Chat Button

Hides the chat button.

当前为 2016-07-06 提交的版本,查看 最新版本

// ==UserScript==
// @name         Hide Chat Button
// @namespace    PXgamer
// @version      0.1
// @description  Hides the chat button.
// @author       PXgamer
// @include      *kat.cr/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    $('.chatButton').hide();
})();