Imgur: enable line breaks in comments in the old design

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.

As of 2024-01-30. See the latest version.

Author
Corrodias
Ratings
0 0 0
Version
1.0.0
Created
2024-01-30
Updated
2024-01-30
Size
4.27 KB
License
MIT
Applies to

Change log
===

### 1.0
- Initial version. Replaces new line characters with BR elements.