Index: src/views/pages/timeline.ejs
===================================================================
--- src/views/pages/timeline.ejs	(revision f5c3870ac3f184f2c36420726af8895b46458f19)
+++ src/views/pages/timeline.ejs	(revision 9cc0f9fdde4fa6ba8bb3f7024b858b9d11f832a0)
@@ -111,5 +111,5 @@
       var f = document.createElement('form'); f.className='fedi-remote-form'; f.dataset.uri = b.getAttribute('data-fedi-uri')||'';
       f.innerHTML = '<input type="text" autocomplete="off" spellcheck="false"><button type="submit" class="btn btn-primary fedi-remote-go" aria-label="ok">&rarr;</button><button type="button" class="fedi-remote-cancel" aria-label="x">&times;</button>';
-      f.querySelector('input').placeholder = b.getAttribute('data-fedi-ph') || '@name@server.social';
+      f.querySelector('input').placeholder = b.getAttribute('data-fedi-ph') || 'mastodon.social';
       document.body.appendChild(f); place(f, b); current=f; currentBtn=b; f.querySelector('input').focus();
       return;
