您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Improves HN readability and streamlines functionality
当前为
// ==UserScript== // @name HN improvements // @namespace https://github.com/tekinosman/ // @version 1.3 // @license MIT // @description Improves HN readability and streamlines functionality // @author Osman Tekin // @match https://news.ycombinator.com/* // @match http://news.ycombinator.com/* // @icon https://www.google.com/s2/favicons?sz=64&domain=ycombinator.com // @require https://greatest.deepsurf.us/scripts/460783-hn-sans-vote-arrows/code/HN%20sans%20vote%20arrows.js?version=1154515 // @require https://greatest.deepsurf.us/scripts/460785-fix-hn-comment-length/code/Fix%20HN%20comment%20length.js?version=1154524 // @require https://greatest.deepsurf.us/scripts/460786-halve-hn-comment-s-indentation/code/Halve%20HN%20comment's%20indentation.js?version=1154528 // @grant GM_addStyle // ==/UserScript== (function(){})()