diff --git a/content/about/cookie-policy/contents.lr b/content/about/cookie-policy/contents.lr
index e929c70..6a8c763 100644
--- a/content/about/cookie-policy/contents.lr
+++ b/content/about/cookie-policy/contents.lr
@@ -66,7 +66,14 @@ See [aboutcookies.org](https://www.aboutcookies.org/how-to-manage-and-delete-coo
#### Managing our analytics cookies
-Analytics cookies on Zenodo can be managed like described above. In addition, Zenodo supports a technology called "Do Not Track". The "Do Not Track" technology enables visitors to opt-out from being tracked by analytics cookies on websites for whatever purpose, including the use of analytics services.
+
+You can change your preferences using the following buttons:
+
+
+
+
+
+In addition, Zenodo supports a technology called "Do Not Track". The "Do Not Track" technology enables visitors to opt-out from being tracked by analytics cookies on websites for whatever purpose, including the use of analytics services.
To enable the “do not track” option in your browser follow the respective link below:
@@ -84,3 +91,61 @@ If your preferred browser is not in the above list of browsers, visit the vendor
See also our [privacy policy](../privacy-policy/)
*Last revision: 2024-03-20*
+
+
diff --git a/templates/macros/cookie-banner.html b/templates/macros/cookie-banner.html
index d40854c..00973cd 100644
--- a/templates/macros/cookie-banner.html
+++ b/templates/macros/cookie-banner.html
@@ -43,14 +43,14 @@
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
-const cookieConsent = document.cookie
+var cookieConsent = document.cookie
.split("; ")
.find((row) => row.startsWith("cookie_consent="))
?.split("=")[1];
if (cookieConsent) {
if (cookieConsent === "all") {
- matomo();
+ matomo();
}
} else {
document.querySelector(".cookie-banner").classList.remove("hidden")