Skip to content

Instantly share code, notes, and snippets.

@gfrmin
Created November 9, 2024 14:10
Show Gist options
  • Save gfrmin/33f0084bedf7afc7d4d9441d11805eab to your computer and use it in GitHub Desktop.
Save gfrmin/33f0084bedf7afc7d4d9441d11805eab to your computer and use it in GitHub Desktop.
javascript:(function(){
const currentUrl = encodeURIComponent(window.location.href);
const perplexityUrl = `https://www.perplexity.ai/search?q=Please summarize this page: ${currentUrl}`;
window.open(perplexityUrl, '_blank');
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment