你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/10284-github-word-wrapping-for-code-blocks,源站連結 點此以跳轉。
Switches word wrapping for CODE blocks in comments on github.com
Userscript for github that adds a button to switch word wrapping for code in comments.

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.