Skip to content

Instantly share code, notes, and snippets.

@nucliweb
Last active February 27, 2025 19:10
Show Gist options
  • Save nucliweb/0a6129cacce1edf2f586c8c93e129d32 to your computer and use it in GitHub Desktop.
Save nucliweb/0a6129cacce1edf2f586c8c93e129d32 to your computer and use it in GitHub Desktop.
Web to LLM Context

Create a new bookmark and add this script to open a new tab with all the content of the current web to plain text.

javascript:(function(){var currentUrl=window.location.href;var jinaUrl='https://r.jina.ai/'+currentUrl;window.open(jinaUrl,'_blank');})();

Copy and paste to your agent as context.

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