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.