Table of Contents

Privacy Policy

The JeremysNotes.com website does not collect any personal information about you as a visitor except standard traffic logs automatically generated by our web server and through our internal analytics service - Matomo1).

We will never sell or voluntarily disclose your personal information or email address. If you choose to leave a comment or sign-up for our email list, we will then have your email address. However, we won’t sell or voluntarily disclose your email address or personal information to anyone else.

Cookies

A cookie is a small amount of text generated by this website (and others) stored within your web browser. Their general purpose is to store information about your visit, including login details, personalization settings, and site usage characteristics.

Jeremy's Notes does not share the information stored within these cookies with third-parties.

For transparency's sake, here is a list and description of all cookies you may see stored in your browser while visiting this site:

To learn more about cookies and their usage across the internet, follow one of these links: AllAboutCookies.com and Wikipedia.org > HTTP Cookie.

Do Not Track

Our website and its underlying analytics platform honor the “Do Not Track” flag if the feature is enabled on your browser. If you choose to enable it, then we will not track you through our analytics service. Your visits will still be minimally tracked within our web server maintenance and security logs. If you would like to read more on the subject of “Do Not Track”, follow one of the links below:

Tracking Opt Out

<HTML>

<p>You may choose not to have a unique web analytics cookie identification number assigned to your computer to avoid the aggregation and analysis of data collected on this website.</p>
<p>To make that choice, please click below to receive an opt-out cookie.</p>
<p class="wrap_centeralign">
  <input type="checkbox" id="optout" />
  <label for="optout"><strong></strong></label>
</p>

<script> document.addEventListener(“DOMContentLoaded”, function(event) {

function setOptOutText(element) {
  _paq.push([function() {
    element.checked = !this.isUserOptedOut();
    document.querySelector('label[for=optout] strong').innerText = this.isUserOptedOut()
      ? 'You are currently opted out. Click here to opt in.'
      : 'You are currently opted in. Click here to opt out.';
  }]);
}
var optOut = document.getElementById("optout");
optOut.addEventListener("click", function() {
  if (this.checked) {
    _paq.push(['forgetUserOptOut']);
  } else {
    _paq.push(['optUserOut']);
  }
  setOptOutText(optOut);
});
setOptOutText(optOut);

}); </script> </HTML>

1)
hosted at anayltics.jeremysnotes.com