Remove dimension tokens from emote IMG URLs and visually cap them to 250x80. No other elements are touched.
_250x80, -250x80, and /250x80/ from Chaturbate chat emote URLs and limits their visible size to 250×80px.Chaturbate emotes (especially animated GIFs) often include hard-coded size suffixes in their image URLs, such as _250x80.
These prevent larger or animated versions from loading and playing correctly in chat.
This userscript automatically detects new emotes in the chat window and cleans their URLs by removing the unwanted dimension tokens.
It also ensures that displayed emotes never exceed 250px wide or 80px high, keeping the chat layout tidy.
The script operates only inside the chat window and touches no other images or parts of the site.
.msg-list-fvm.message-list)<img data-testid="emoticonImg"> elements as they appear_WxH, -WxH, /WxH/) from their src URLsmax-width: 250px; max-height: 80px)No additional network requests, no visual restyling, and no interference with other scripts.
CC BY-NC-SA 4.0
You are free to share and adapt this work for non-commercial use, provided attribution and the same license are preserved.