/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

Primary LanguageTypeScriptMIT LicenseMIT

Hacker News Sorted

Extension for Google Chrome which gives the ability to sort the news on the Hacker News site!

Install

Install

Manual install

Step 1

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

Step 2

pnpm install

Step 3

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

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