github-pre

Switches word wrapping for comments on github.com

2015-06-06 기준 버전입니다. 최신 버전을 확인하세요.

작성자
S-ed
평점
0 0 0
버전
0.150606.2
생성일
2015-06-06
갱신일
2015-06-06
크기
2.56KB
라이선스
MIT
적용 사이트

Userscript for github that adds a button to switch word wrapping for code in comments.

example

Script uses Local Storage to store a default setting of word wrapping for whole site. It will use hardcoded value

var wrapDefault = false;

if no Local Storage available.

There is no also menu to reset default value stored in Local Storage.

localStorage.removeItem("wrapDefault");

command may be used to reset the value.

长期地址
遇到问题?请前往 GitHub 提 Issues。