All plugins
ClarityGDPRPrivacybeta · v2.1.20released Jul 19, 2026

Silent Consent Clarity

Automatically grants Microsoft Clarity consent on internal and corporate sites.

Overview

Silent Consent Clarity is a lightweight consent layer that sits on top of the official Microsoft Clarity plugin. It automatically applies Ad Storage and Analytics Storage consent without touching Clarity's own configuration — meant for protected, corporate sites where cookie acceptance isn't strictly required under GDPR. It is not a replacement for Microsoft Clarity: both plugins need to be installed and active.

Key features

  • Automatic consent management for Microsoft Clarity.
  • Works as a layer on top of the official Microsoft Clarity plugin.
  • Configurable Ad Storage and Analytics Storage consent.
  • Automatic Project ID detection from an existing Clarity installation.
  • Multi-language support (English and Italian included).
  • Zero interference with Microsoft Clarity's own functionality.
Quick install
1# Requires the official Microsoft Clarity plugin, installed and configured
2cd wp-content/plugins
3git clone https://github.com/gioxx/silent-consent-clarity
4# Activate 'Silent Consent Clarity' and set your consent preferences under Settings > Clarity Consent
WordPress min6.0+
PHP compat7.4+

You can install this plugin manually over SSH — connect to your server and run these commands inside your wp-content/plugins directory:

SSH
1wget -O silent-consent-clarity-2.1.2.zip "https://github.com/gioxx/silent-consent-clarity/releases/download/v2.1.2/silent-consent-clarity-2.1.2.zip"
2unzip silent-consent-clarity-2.1.2.zip
3rm -rf silent-consent-clarity/
4mv gioxx-silent-consent-clarity-*/ silent-consent-clarity/
5rm silent-consent-clarity-2.1.2.zip

Alternatively, download the ZIP above and upload it from Plugins → Add New → Upload Plugin in your WordPress dashboard, or via FTP/SFTP.

Changelog
  • Added the Release Asset: true plugin header so Git Updater installs the zip attached to the GitHub Release instead of the raw main branch zip.

For the full version history, see CHANGELOG.md.

Other plugins