Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jk
Created February 12, 2023 12:23
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jk/f40c119fb548eed622a2d344a1c70b7b to your computer and use it in GitHub Desktop.
Save jk/f40c119fb548eed622a2d344a1c70b7b to your computer and use it in GitHub Desktop.
Kagi Universal Summarizer Bookmarklet for every Browser that supports it
javascript:q=location.href;if(document.getSelection){d=document.getSelection();}else{d='';};p=document.title;void(open('https://labs.kagi.com/ai/sum?url='+encodeURIComponent(q),'Kagi Universal Summarizer','toolbar=no,width=710,height=685'));
@martinxyz
Copy link

Thanks, this helped me getting started.
But the URL has changed. Here is what I ended up with:

javascript:void(open('https://kagi.com/summarizer/index.html?url='+encodeURIComponent(location.href)+'#url','Kagi%20Universal%20Summarizer','toolbar=no,width=710,height=685'));

@shaunkoh
Copy link

@martinxyz works for me. Thanks for the fix!

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