<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  &lt;script&gt;

  document.addEventListener("DOMContentLoaded", function () {
    // Delete the cookie
    console.log("Deleting the 'has_js' cookie...");
    document.cookie = "has_js=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/; domain=cstt.education.gov.in";
    console.log("'has_js' cookie deletion attempted.");
  });

&lt;/script&gt;
  </pre></body></html>