Skip to content

Releases: jpgohlke/twitch-chat-filter

v3.7: Fixes for the new Twitch UI

12 Sep 18:46
Compare
Choose a tag to compare

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

06 Mar 02:12
Compare
Choose a tag to compare

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

27 Feb 21:25
Compare
Choose a tag to compare
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

27 Feb 17:51
Compare
Choose a tag to compare
Make the script work on popout chat.