Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/svyatov/hacker_news_sorted
- Owner: svyatov
- License: mit
- Created: 2014-04-28T04:48:38.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T16:31:23.000Z (3 months ago)
- Last Synced: 2024-10-03T09:44:42.162Z (3 months ago)
- Topics: chrome-extensions, hacker-news, userscript, ycombinator, ycombinator-hacker-news
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/hacker-news-sorted/djkcnbncofmjekhlhemlkinfpkamlkaj
- Size: 1.32 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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