Privacy Policy

What information do you collect?

JavaScript collects the text of your content blocks only to pass it through an MD5 function to generate a key. The hash is stored in chrome storage if you click "Reviewed", and never goes to a server. This value will be referred to as your "code hash" in the rest of this policy.

Any changes to settings in the extensions popup (as seen when you click on the extension icon) are stored in chrome storage. Nothing leaves your web browser; nothing goes to a server.

How do you use the information?

We use the code hash to determine if a subsequent commit has a change to that file that you have not previously seen.

The process looks like this:

  • Get an MD5 of each code block.
  • Use that as a key into chrome storage to see if a file is reviewed.
  • If you click on "reviewed" that key is written to chrome storage.

What information do you share?

Your information doesn't leave the browser. We don't collect it, thus it can not be shared.

What 3rd party JavaScript libraries are in use?

jQuery-3.3.1 (https://jquery.com/)

md5 (https://github.com/blueimp/JavaScript-MD5)

highlight.js (https://highlightjs.org/)