// ── CV Matcher banner injection ──────────────────────────────────────────── (function() { var banner = document.createElement('div'); banner.id = 'cv-matcher-banner'; banner.style = 'position:fixed;bottom:20px;right:20px;z-index:9999;'; banner.innerHTML = '📋 Try CV Matcher — Free AI Resume Analysis'; document.body.appendChild(banner); })();