Scripts
-
-
Imgur: add numbers to gallery images in the old design JS - Adds numbers to the images in posts, indicating their position in the album, so you can refer to them in comments.
-
Larger Twitch Emotes JS - Doubles both the height and the width of emotes in Twitch chat. Uses the high-resolution images, if available.
-
Discord: resizable, high quality emojis JS - Enlarges and loads higher resolution versions of emojis on Discord.
-
Imgur: fix HTML escape sequences in the old design JS - Imgur's "old design" sometimes includes HTML escape sequences in post descriptions, such as having """ and "'" instead of quotation marks. This replaces them with the appropriate characters.
-
Imgur: enable line breaks in comments in the old design JS - This script makes line breaks in comments visible. Normally, in the HTML, they are new line characters (\n), which aren't displayed as line breaks by a browser. This simply replaces them with <br/> elements, which are. You can enter line breaks, with or without this script, by pasting them from the clipboard.