https://github.com/plainas/hn_debias
Removes the effect of voting on hacker news comments
https://github.com/plainas/hn_debias
Last synced: about 1 month ago
JSON representation
Removes the effect of voting on hacker news comments
- Host: GitHub
- URL: https://github.com/plainas/hn_debias
- Owner: plainas
- Created: 2017-02-19T13:44:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T13:45:33.000Z (over 9 years ago)
- Last Synced: 2025-03-22T11:49:05.268Z (about 1 year ago)
- Language: CoffeeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hn_debias
Removes, to some extent, the effect of voting in hacker news.
This is a chrome extension that will randomly scramble the order of sibling comments on hacker news.
Comment hierarchy is preserved..\
In adition, grayed out comments are restyled the same style as normal comments.
## Istallation
* Download or checkout this repository to a location of your preference
* In chrome, go to Preferences > extentions, enable developer mode and click "_load unpacked extension_"
* browse to the extension and install
## Notes
* **Why did you do this?**
[Read the motivation here](WHY.md).
* **Can you add this to the chrome app store?**\
No.
## TODO
* Add simple on/off switch GUI
* Build as Tampermonkey script