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.

2024-01-30 기준 버전입니다. 최신 버전을 확인하세요.

작성자
Corrodias
평점
0 0 0
버전
1.0.0
생성일
2024-01-30
갱신일
2024-01-30
크기
4.27KB
라이선스
MIT
적용 사이트

Change log
===

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