  <script>

  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.");
  });

</script>
  