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. You can enter line breaks, with or without this script, by pasting them from the clipboard.

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

Autor
Corrodias
Calificaciones
0 0 0
Versión
1.0.0
Creado
30/1/2024
Actualizado
1/2/2024
Tamaño
4,36 KB
Licencia
MIT
Funciona en

Change log

1.0

  • Initial version. Replaces new line characters with BR elements.