---
title: Cookie Policy
date: 2026-02-18T21:32:03Z
modified: 2026-02-18T21:32:04Z
permalink: "https://www.venn.com/cookie-policy/"
type: page
status: publish
excerpt: ""
wpid: 5572
parent: ""
ancestors: []
children: []
---

document.addEventListener("DOMContentLoaded", function () {

    var checkExist = setInterval(function () {
        var container = document.getElementById("cky-policy-container");

        if (container) {
            container.classList.add("rich-text", "rich-text-longform");
            clearInterval(checkExist); // stop checking once found
        }
    }, 200); // check every 200ms

});