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: iPad/iPhone bookmarklet to submit to HN quickly

1 pointsby aab1dover 13 years ago
Using an iPad and submitting to HN is kind of cumbersome especially if you are reading using good 'ol Safari. so I decided to get myself an HN bookmarklet to submit quicker from the iPad.<p>You can add a bookmark and edit it to add the following:<p>javascript:location.href='http://news.ycombinator.com/submitlink?u='+encodeURIComponent(document.location)+'&#38;t='+encodeURIComponent(document.title);<p>This is not very different from the existing HN bookmarklet. Just that it works for on the iPad.<p>Thanks to Chris for making several other bookmarks for the iPad. They are awesome.<p>Good day ;)

1 comment

aab1dover 13 years ago
I did not test it on an iPhone yet. So someone else can do that.<p>If you want more bookmarklets - checkout Chris's bookmarklet collection - <a href="http://static.chrisbray.com/bookmarklets/" rel="nofollow">http://static.chrisbray.com/bookmarklets/</a>