Skip to content

Instantly share code, notes, and snippets.

@daurnimator
Created August 2, 2014 03:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daurnimator/0d52d5ac899f07b1063a to your computer and use it in GitHub Desktop.
Save daurnimator/0d52d5ac899f07b1063a to your computer and use it in GitHub Desktop.
Tampermonkey script: Reverse colours in twitch chat
// ==UserScript==
// @name Reverse colours in twitch chat
// @namespace http://daurnimator.com
// @version 0.1
// @description Reverse colours in twitch chat
// @match http://www.twitch.tv/daurnimator/chat?popout=
// @copyright 2014+, Daurnimator
// ==/UserScript==
GM_addStyle('.ember-chat .chat-messages .chat-line { color: #fff }')
GM_addStyle('.tse-scroll-content { background-color: #000000; }')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment