Extension for Google Chrome which gives the ability to sort the news on the Hacker News site!
git clone git://github.com/svyatov/hacker_news_sorted.git
pnpm install
pnpm dev
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
.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request