https://github.com/adeekshith/hn-dude
Browser extension to easily filter Hacker News articles by points and navigate pages by page number.
https://github.com/adeekshith/hn-dude
Last synced: 2 months ago
JSON representation
Browser extension to easily filter Hacker News articles by points and navigate pages by page number.
- Host: GitHub
- URL: https://github.com/adeekshith/hn-dude
- Owner: adeekshith
- Created: 2016-04-14T05:29:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-18T00:47:26.000Z (over 10 years ago)
- Last Synced: 2025-01-10T05:56:10.590Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 375 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HN-Dude
Browser extension to easily filter *Hacker News* articles by **points** and navigate pages by page number.
### Add to [Chrome](https://chrome.google.com/webstore/detail/hn-dude/nclnbjejcfilldajkophjpboocnijcdl) / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/hn-dude/)
[](https://chrome.google.com/webstore/detail/hn-dude/nclnbjejcfilldajkophjpboocnijcdl)
This inserts two input fields in the Hacker News top menu to enter points and page number as shown in the above screenshot.
## Features
- View articles with minimum number of points specified by you
- Directly go to any page by entering the page number
- Made for our friends
- Minimum size
- Minimum permissions
- Minimum performance impact
- Open source
## Instructions to Use
- Install the extension for your browser:
- [Chrome](https://chrome.google.com/webstore/detail/hn-dude/nclnbjejcfilldajkophjpboocnijcdl)
- [Firefox](https://addons.mozilla.org/en-US/firefox/addon/hn-dude/)
- Open HackerNews: https://news.ycombinator.com/
- Set Minimum value of Points Or Page Number
- Press "Enter ↲" on your keyboard
(You should see all posts with greater than or equal to the points you have entered.)
## How It Works?
HN accepts URL parameters **points** and **p** using which we can set minimum number of points for the posts and the page number to be shown.
This browser extension inserts two input fields to the HN nav bar making it easy to set those URL parameters.
We can also manually set those URL parameters by editing the URL but this extension makes it handy.
Also it only works for a few seconds when you load Hacker News and does not use up any system resources after that
so it does not add up to your browser bloat.