JaLDesign / flip-twitch-chat

Instead of Twitch chat starting at the bottom and scrolling to the top. This allows chat to scroll from the Top to Bottom.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reverse Scrolling Twitch Chat (or Top to Bottom Scrolling chat) Simply put this allows twitch chat to scroll from the top to the bottom. Ideal for streamers with cameras so they do not have to look down to see a message.

I built this because most of the workarounds I have seen online are either out dated or use flex-direction: column-reverse; with ends up inverting the full chat window cutting off the emote, bits menu and sends the top bits to the bottom too.

This simple just flips the chat window without needing to flip the message bar or top bits.


Example of in use


How to Install

Personally I use the following plugin/addon's;

This will work on any chromium based browser too. Brave, Vivaldi, Opera etc

Note: Outside of Firefox and Chrome I can not guarantee that this will work


This is in no way shape or form affiliated with Twitch and its partners.

About

Instead of Twitch chat starting at the bottom and scrolling to the top. This allows chat to scroll from the Top to Bottom.

License:MIT License


Languages

Language:CSS 100.0%