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 30/01/2024. See the latest version.

Autor
Corrodias
Ocene
0 0 0
Verzija
1.0.0
Napravljeno
30/01/2024
Ažurirano
30/01/2024
Size
4,27 КБ
Licenca
MIT
Važi za

Change log
===

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