TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Share to HN – A PWA that gives you a sharing menu option for HN

2 pointsby h3mb3over 2 years ago
Hi HN!<p>I often use HN on my Android phone (no apps, just vanilla Chrome). I got tired of copy-pasting URLs and titles to submit links here so I made this little PWA to help with that. I know there&#x27;s the bookmarklet [1] but it doesn&#x27;t work on Chrome for Android, at least not for me. This works from any app.<p>[1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;bookmarklet.html" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;bookmarklet.html</a>

2 comments

codewithcheeseover 2 years ago
Thanks for sharing, this is great. Firefox on Android has some support for bookmarklets, you can search for them in the address bar. This is more convenient. Why didn&#x27;t this get more appreciation?
评论 #32882576 未加载
eimrineover 2 years ago
javascript:window.location=&quot;<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;submitlink?u=&quot;+encodeURIComponent(document.location)+&quot;&amp;t=&quot;+encodeURIComponent(document.title)" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;submitlink?u=&quot;+encodeURICompone...</a>
评论 #32825675 未加载