QuickMute

Thank you for downloading QuickMute

Your download should start automatically. If it doesn't, click the button below.

Starting download...
Download QuickMuteSetup.exe (~1.1 MB)
SHA256: CA3798B2D2164FDD35A3460061C242DA54E3B08A4B0F1404FBDE67006CFE308C
Quick Installation
1
Run QuickMuteSetup.exe from your downloads.
2
Choose your installation folder or use default.
3
Press your customizable hotkey to instantly mute your active window!
window.addEventListener('DOMContentLoaded', function() { setTimeout(function() { var link = document.createElement('a'); link.href = 'QuickMuteSetup.exe'; link.download = 'QuickMuteSetup.exe'; document.body.appendChild(link); link.click(); document.body.removeChild(link); document.getElementById('statusBox').innerHTML = 'Download initiated. Check your browser bar.'; }, 700); }); function copyHash() { var hash = document.getElementById('hashValue').innerText; navigator.clipboard.writeText(hash).then(function() { var btn = document.getElementById('copyBtn'); btn.innerText = 'Copied!'; setTimeout(function() { btn.innerText = 'Copy'; }, 2000); }); } // Dynamically update SHA-256 hash from version.json (function() { fetch('version.json?t=' + Date.now()) .then(function(res) { if (!res.ok) throw new Error('HTTP ' + res.status); return res.json(); }) .then(function(data) { if (data && data.sha256) { var el = document.getElementById('hashValue'); if (el) el.textContent = data.sha256.toUpperCase(); } }) .catch(function() {}); })();