Sort Hacker News

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

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

יוצר
Krewecherl
התקנות יומיות
0
סה"כ התקנות
54
דירוגים
0 0 0
גרסה
1.0
נוצר
07-02-2016
עודכן
07-02-2016
Size
4.2 קילו-בייט
רישיון
לא זמין
חל על

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.