Releases: jpgohlke/twitch-chat-filter
Releases · jpgohlke/twitch-chat-filter
v3.7: Fixes for the new Twitch UI
Quite a lot of changes happened since v2. Here's a summary:
- Supports the new chat code and recent Twitch UI changes.
- TCF settings moved inside the chat settings menu.
- Popup chat works fine again.
- You can now filter long messages, more ASCII, military mode inputs and Pokemon Stadium betting commands.
- Chained commands are filtered too.
- And lots of bug fixes and rewriting.
You can see all the commits between v2 and this release here: v2...v3.7
Functionality / UI Update
As Twitch rolled out the new Chat UI, we now have successfully integrated the functionality of this script into the new Design.
Script now also allows to add Custom Filters.
Updated misty filtering and ALLCAPS conversion techniques
Updated console instructions Updated console instructions to use the same snippet as the bookmarklet. @jpgohlke, can you update the reddit instructions with these? It will always give the user the latest published version of our code. Tested on Chrome and Firefox. Doesn't work in IE though because github returns the wrong MIME type with the Javascript. The problem is described here: http://stackoverflow.com/questions/7180099/including-js-from-raw-github-com and can only be solved by publishing a github page or using rawgithub.com
v1.5: Merge pull request #56 from hugomg/popout
Make the script work on popout chat.