NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
Boost your productivity on Google AI Studio by opening multiple log sessions in one click.
Navigating through history in Google AI Studio can be tedious when you need to review multiple prompts or error logs. By default, you have to click them one by one. This script adds a convenient "Open" button to the "Logs and Datasets" dashboard, allowing you to batch-open all visible logs in new background tabs instantly.
GM_openInTab to open links in the background, so you don't lose focus or your place in the list.@violentmonkey/url and VM.observe to ensure the button appears correctly even when navigating between different tabs (Prompts, Tuned Models, Logs) without refreshing the page.https://aistudio.google.com/).GM_openInTab to bypass browser popup blockers when opening multiple tabs simultaneously.@violentmonkey/dom for efficient element observation and @violentmonkey/url for single-page application (SPA) navigation detection.Note: This script is not affiliated with Google. It is a community-made tool to enhance user experience.
Rating: 0