Skip to content

Instantly share code, notes, and snippets.

@Julioevm
Last active August 24, 2024 20:05
Show Gist options
  • Save Julioevm/68275ea1324046caedfdfb2ba0e9b710 to your computer and use it in GitHub Desktop.
Save Julioevm/68275ea1324046caedfdfb2ba0e9b710 to your computer and use it in GitHub Desktop.
Kagi summarize bookmarklet
javascript:(
function() {
let currentUrl = encodeURIComponent(window.location.href);
window.open('https://kagi.com/summarizer/index.html?url=' + currentUrl + '&target_language=&summary=takeaway');
})();
@CADawg
Copy link

CADawg commented Jun 29, 2023

Awesome, thanks for fixing it 👍

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