Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/svyatov/hacker_news_sorted

Google Chrome extension that gives the ability to sort posts on the news.ycombinator.com site by the number of points, time, or comments
https://github.com/svyatov/hacker_news_sorted

chrome-extensions hacker-news userscript ycombinator ycombinator-hacker-news

Last synced: 2 months ago
JSON representation

Google Chrome extension that gives the ability to sort posts on the news.ycombinator.com site by the number of points, time, or comments

Awesome Lists containing this project

README

        

# Hacker News Sorted

Extension for [Google Chrome](https://www.google.com/chrome/) which gives the ability to sort the news on the [Hacker News](https://news.ycombinator.com) site!

## Install

[![Install](images/webstore-badge.png)](https://chrome.google.com/webstore/detail/hacker-news-sorted/djkcnbncofmjekhlhemlkinfpkamlkaj)

## Manual install

### Step 1

```bash
git clone git://github.com/svyatov/hacker_news_sorted.git
```

### Step 2

```bash
pnpm install
```

### Step 3

```bash
pnpm dev
```

### Step 4

Open your browser and load the appropriate development build. For example, if
you are developing for the Chrome browser, using manifest v3, use:
`build/chrome-mv3-dev`.

## Questions, suggestions and bugs

* https://github.com/svyatov/hacker_news_sorted/issues

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request