Show HN: Bookmarklet to Summarize Any Page Using ChatGPT
8 points| shafkathullah | 11 months ago
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!
No comments yet.