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');