您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Switches word wrapping for 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.