Blind Code Reviews, a browser extension to redact authors of review requests on Github
See Mozilla experiment aims to reduce bias in code reviews.
Visit the extension page on addons.mozilla.org to add the current version to Firefox.
Download the code and load it as a temporary extension from about:debugging
(or chrome:extensions
in Chrome).
Clone, install and run tests:
git clone https://github.com/zombie/blind-reviews
cd blind-reviews
npm install
npm test
MIT
-
Anonymous Github is a proxy server to support anonymous browsing of Github repositories for open-science code and data. You can use it to anonymize Github repositories before referring to them in a double-blind paper submission. (source repository)
-
Gitmask is a service that will strip out and replace embedded identification info from commits that you submit, including author names, email and timestamps. (source repository)