Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pinoceniccola/what-hn-says-webext
Web Extension: Easily find Hacker News discussions about the page you're currently browsing.
https://github.com/pinoceniccola/what-hn-says-webext
algolia browser-extension hacker-news hackernews web-extension webextension
Last synced: 3 months ago
JSON representation
Web Extension: Easily find Hacker News discussions about the page you're currently browsing.
- Host: GitHub
- URL: https://github.com/pinoceniccola/what-hn-says-webext
- Owner: pinoceniccola
- License: mit
- Created: 2020-08-03T13:10:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T18:03:53.000Z (over 3 years ago)
- Last Synced: 2024-01-23T08:34:32.682Z (10 months ago)
- Topics: algolia, browser-extension, hacker-news, hackernews, web-extension, webextension
- Language: HTML
- Homepage:
- Size: 375 KB
- Stars: 262
- Watchers: 5
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![What Hacker News says](assets/icon-256.png)
# What Hacker News says
Web Extension: Easily find Hacker News discussions about the page you're browsing.![Screenshot](assets/screenshot.png)
## About
Dead-simple yet very useful web extension that looks for threads on popular social news aggregator [Hacker News](https://news.ycombinator.com/news) via [HN Search API powered by Algolia](https://hn.algolia.com/api). I hacked this togheter in a few hours because I was unable to find something not bloated: For your privacy and general browser performance this extension fetches the API only when the popup is clicked and does not run any background script. It also requires minimum permissions (just `activeTab` actually).## Install
Get the extension for [Firefox](https://addons.mozilla.org/en-US/firefox/addon/what-hacker-news-says/) or [Chrome/Chromium](https://chrome.google.com/webstore/detail/what-hacker-news-says/khgegkjchclhgpglloficdmdannlpmoi) browsers.You can also clone this repo and manually run it as an unpacked extension (but losing automatic future updates).
## Changelog
See [CHANGELOG.md](CHANGELOG.md).## License
© Pino Ceniccola. MIT License.