No-Login Online Clipboard Sync: QR Pairing, Burn Mode, <100ms—Built by a 3rd-Sem CS Student
You've Been Using WhatsApp as Your Clipboard. Here's the Fix I Built. Copy code on your...
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 1888628) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Dhairya Darji Posted on Apr 29 No-Login Online Clipboard Sync: QR Pairing, Burn Mode, <100ms—Built by a 3rd-Sem CS Student #buildinpublic #productivity #devtools #clipboard You've Been Using WhatsApp as Your Clipboard. Here's the Fix I Built. Copy code on your laptop. Need it on phone? WhatsApp "Saved Messages" becomes your clipboard. I did this for months as a 3rd-semester Computer Engineering student in Ahmedabad. Emailing myself API keys. Screenshotting terminal commands.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).