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.

Versión del día 30/01/2024. Echa un vistazo a la versión más reciente.

Autor
Corrodias
Calificaciones
0 0 0
Versión
1.0.0
Creado
30/01/2024
Actualizado
30/01/2024
Tamaño
4.27 KB
Licencia
MIT
Funciona en

Change log
===

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