您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Adds a dropdown for sorting Hacker News (Y Combinator) by various criteria
当前为
This script adds a select
dropdown to the HN header bar, containing options for sorting
the stories posted on the main (index) page:
auto
: Sort by a combination of votes and comments (both can optionally be weighted).
This keeps the most active stories near the top; useful if you don't visit HN every
couple of hours or so.votes
: Sort by votes on posts (descending).comments
: Sort by number of comments (descending).newest
: Sort by age (descending).oldest
: Sort by age (ascending).rank
: Original HN sorting.The last selected sorting option is saved to localStorage
and recalled when the page
is loaded again.