From 7e61f26558615c266935a57163f72c050cc98fba Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 27 Feb 2014 00:01:01 -0300 Subject: [PATCH] Make the script work on popout chat. Turns out the current version of the script was working perfectly in the popout chat! Only change I had to do was move the settings menu a bit to the left because it was being cropped in the narrow popout chat window. Fixes #24 --- chat_filter.user.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/chat_filter.user.js b/chat_filter.user.js index b81f91c..65d39b5 100644 --- a/chat_filter.user.js +++ b/chat_filter.user.js @@ -2,9 +2,12 @@ // @name Twitch Plays Pokemon Chat Filter // @namespace https://github.com/jpgohlke/twitch-chat-filter // @description Hide input commands from the chat. + // @include http://www.twitch.tv/twitchplayspokemon // @include http://www.twitch.tv/twitchplayspokemon/ -// @version 1.4 +// @include http://www.twitch.tv/chat/embed?channel=twitchplayspokemon&popout_chat=true + +// @version 1.5 // @updateURL https://raw.github.com/jpgohlke/twitch-chat-filter/master/chat_filter.user.js // @grant unsafeWindow // ==/UserScript== @@ -340,7 +343,7 @@ function initialize_ui(){ .css('position', 'relative'); $('#chat_speak').css('width', '149px'); - $('#controls').append(''); + $('#controls').append(''); var controlPanel = $('#chat_filter_dropmenu');