Skip to content

Instantly share code, notes, and snippets.

@sychou
Created October 23, 2023 17:58
Show Gist options
  • Save sychou/2d7cdc3cffa0819eba1249685bc97ac7 to your computer and use it in GitHub Desktop.
Save sychou/2d7cdc3cffa0819eba1249685bc97ac7 to your computer and use it in GitHub Desktop.
Kagi Summarize Current URL
javascript:(function(){
var url = window.location.href;
var newUrl = "https://kagi.com/summarizer/?url=" + url;
window.open(newUrl, "_blank");
})();
@fpigeonjr
Copy link

Could this be made into a programmable button?

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