Created
February 12, 2023 12:23
-
-
Save jk/f40c119fb548eed622a2d344a1c70b7b to your computer and use it in GitHub Desktop.
Kagi Universal Summarizer Bookmarklet for every Browser that supports it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, this helped me getting started.
But the URL has changed. Here is what I ended up with: