Skip to content

Instantly share code, notes, and snippets.

@MarekBodinger
Created August 6, 2024 11:59
Show Gist options
  • Save MarekBodinger/8c19ab3d92325cb0d090b110de9752a0 to your computer and use it in GitHub Desktop.
Save MarekBodinger/8c19ab3d92325cb0d090b110de9752a0 to your computer and use it in GitHub Desktop.
Open current URL in jina.ai
window.open(`https://r.jina.ai/${window.location.href}`, '_blank');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment