All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed a bug where the chat would pause when injected video/image appeared in the chat
- Fixed a bug where chat wouldn't be scrolled to the bottom initially when there were injected videos/images in the chat
- Changed youtube link regex to include
t=<number>s
parameter to allow embedding of videos with specific start time - Changed size of the video thumbnail to reduce black bars
- Added 'display videos' which gives basic info about linked video (from streamable/youtube) directly in the chat
- Added option to hide 'top gifters' from the chat
- Added option to hide 'quick emote holder' from the chat
- Added generic function for grabbing elements from the page
- Changed settings-manager to be more bullet proof
- Changed file structure and naming for a better DX
- Added modal with extension settings
- Added 'display images' and 'blur images' in chat options
- Added extension information in settings
- Added implemantations of both 'display images' and 'blur images' options
- Added saving of the settings in localStorage
- Added shadcn components