Skip to content

Instantly share code, notes, and snippets.

@gasull
Created August 10, 2023 08:35
Show Gist options
  • Save gasull/bd558af6dcd83554677782da39c21a3a to your computer and use it in GitHub Desktop.
Save gasull/bd558af6dcd83554677782da39c21a3a to your computer and use it in GitHub Desktop.
Bookmarklet to summarize YouTube videos with summarize.tech (ChatGPT)
  1. Make your bookmarks toolbar visible (on Firefox with Alt > View > Toolbars > Bookmarks Toolbar > Always Show).
  2. Right click on the toolbar > Add Bookmark...
  3. On the "Name" field enter Summarize YT.
  4. On the "URL" field enter the code below.
javascript:location.href='https://summarize.tech/'+document.location.href;

Whenever you are on YouTube watching a video you want to summarize, click on the bookmarklet on your bookmarks toolbar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment