Greasy Fork is available in English.
Useful if you are watching stream in a mediaplayer. Chat located right side.
当前为
// ==UserScript==
// @name Twitch.tv chat only
// @version 0.1
// @description Useful if you are watching stream in a mediaplayer. Chat located right side.
// @author nyaa11
// @match http://www.twitch.tv/*/chat*
// @grant none
// @namespace http://greasyfork.icu/users/6507
// ==/UserScript==
var el = document.querySelector('.ember-chat');
el.style.width = '340px';
el.style.float = 'right';