Sort Hacker News

Adds a dropdown for sorting Hacker News (Y Combinator) by various criteria

Versão de: 07/02/2016. Veja: a última versão.

Autor
Krewecherl
Avaliações
0 0 0
Versão
1.0
Criado
07/02/2016
Atualizado
07/02/2016
Tamanho
4,2 KB
Licença
N/A
Aplicável a

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.

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