Install
insilications / Google AI Studio - Bulk Log Opener

Published:

Version: 1.2+c4849dd

Summary: This creates an `Open` button in the "Logs and Datasets" dashboard allowing it to open multiple logs at once

Groups:

License: MIT

Antifeature: unspecified

Google AI Studio - Bulk Log Opener

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.

🚀 Key Features

  • Batch Processing: Scans the current list of logs and opens them all at once.
  • Background Tabs: Uses GM_openInTab to open links in the background, so you don't lose focus or your place in the list.
  • Native Design: Dynamically copies the CSS and Angular attributes from existing buttons on the page, ensuring the new button looks and feels exactly like the official Google UI.
  • SPA Support: Built with @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.
  • Performance Optimized: The script disconnects its DOM observers immediately after injecting the button to ensure zero impact on page performance.

🛠️ How to Use

  1. Install the script.
  2. Navigate to Google AI Studio (https://aistudio.google.com/).
  3. Click on the "Logs and Datasets" dashboard tab on the left sidebar.
  4. You will see a new "Open" button.
  5. Click it to open all checked logs in new tabs.

⚙️ Technical Info

  • Compatibility: Tested with Violentmonkey.
  • Permissions: Requires GM_openInTab to bypass browser popup blockers when opening multiple tabs simultaneously.
  • Frameworks: Utilizes @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