Twitch.tv chat only on right side

Useful if you are watching stream in a mediaplayer. Works on twitch.tv/your_channel/chat.

  1. // ==UserScript==
  2. // @name Twitch.tv chat only on right side
  3. // @version 0.1
  4. // @description Useful if you are watching stream in a mediaplayer. Works on twitch.tv/your_channel/chat.
  5. // @author nyaa11
  6. // @match http://www.twitch.tv/*/chat*
  7. // @grant none
  8. // @namespace https://gf.qytechs.cn/users/6507
  9. // ==/UserScript==
  10.  
  11.  
  12. var el = document.querySelector('.ember-chat');
  13. el.style.width = '340px';
  14. el.style.float = 'right';

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址