Generate 5 powerful LinkedIn headline options tailored to your role, skills, and career goals. Click any headline to copy it instantly.
Click any headline above to preview it here.
`; document.getElementById('lh-output').innerHTML = html; document.getElementById('lh-ghost').style.display = 'none'; consumeLimit(TOOL); renderLimitBadge(TOOL, 'rl-badge'); } catch(err) { renderAIError(err, 'lh-output', 'worker-notice'); } finally { btn.disabled = false; document.getElementById('lh-btn-text').textContent = '๐ผ Generate Headlines'; document.getElementById('lh-spinner').style.display = 'none'; } } function copyHeadline(card, text) { navigator.clipboard.writeText(text).then(() => { document.querySelectorAll('.headline-card').forEach(c => c.classList.remove('copied')); card.classList.add('copied'); const prev = document.getElementById('lp-preview-text'); if (prev) prev.textContent = text; }); } function escHtml(s) { return String(s).replace(/&/g,'&').replace(//g,'>'); }