https://github.com/dstein64/hn-duplicate-detector
Detects duplicate HN submissions.
https://github.com/dstein64/hn-duplicate-detector
chrome-extension hacker-news
Last synced: about 2 months ago
JSON representation
Detects duplicate HN submissions.
- Host: GitHub
- URL: https://github.com/dstein64/hn-duplicate-detector
- Owner: dstein64
- License: mit
- Created: 2016-12-26T03:19:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2026-01-15T05:20:35.000Z (5 months ago)
- Last Synced: 2026-01-15T11:54:02.490Z (5 months ago)
- Topics: chrome-extension, hacker-news
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/hacker-news-duplicate-det/ocagpmnfhgbgmbaaimpehpbnnplkmpkd
- Size: 819 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![build][badge_thumbnail]][badge_link]
Hacker News Duplicate Detector
==============================
*Hacker News Duplicate Detector* (HNDD) is a Google Chrome extension that automatically
detects duplicate Hacker News (HN) submissions.
It is available from the Google Chrome Web Store:
https://chrome.google.com/webstore/detail/hacker-news-duplicate-det/ocagpmnfhgbgmbaaimpehpbnnplkmpkd
To use HNDD, install the extension, and it will work automatically on relevant HN pages.
Screenshot
----------
The following image shows the links produced by HNDD on a duplicate HN submission page.

Development
-----------
A different `manifest.json` is used for Chrome and Firefox. For development, create a symbolic link
`manifest.json` that points to either `manifest_chrome.json` or `manifest_firefox.json`, depending
on the environment.
To generate zip archives, run `zip.sh`.
License
-------
See [LICENSE](LICENSE).
Acknowledgments
---------------
HNDD uses Algolia's [HN Search API](https://hn.algolia.com/api).
[badge_link]: https://github.com/dstein64/hn-duplicate-detector/actions/workflows/build.yml
[badge_thumbnail]: https://github.com/dstein64/hn-duplicate-detector/actions/workflows/build.yml/badge.svg