Show HN: Bookmarklet to Summarize Any Page Using ChatGPT

https://news.ycombinator.com/item?id=43452344
by shafkathullah • 1 year ago
8 0 1 year ago

I made a tiny bookmarklet that opens ChatGPT in a new tab and auto-fills the prompt to summarize the current page you're on.

Just drag this to your bookmarks bar:

javascript:(function(){ const url = encodeURIComponent(window.location.href); window.open(`https://chatgpt.com/?q=summarize this page ${url}`, '_blank'); })();

Use it while browsing articles or docs — click once and ChatGPT gives you a summary. Super handy for speeding through content!

Related Stories

Loading related stories...

Source preview

news.ycombinator.com