WeSearch

No-Login Online Clipboard Sync: QR Pairing, Burn Mode, <100ms—Built by a 3rd-Sem CS Student

·2 min read · 0 reactions · 0 comments · 0 views
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...

Original article
DEV.to (Top)
Read full at DEV.to (Top) →
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).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)