Last active
June 9, 2025 05:17
-
-
Save grapeot/7e569e8419ece37862711ef51b4f9a9f to your computer and use it in GitHub Desktop.
分享一个利用 Builders’ Mindset 去解决实际问题的例子。 我非常喜欢 Gemini 2.5 Pro 这个 LLM,也经常使用 Google AI Studio 来调用它完成各种任务。但是,AI Studio 毕竟是一个针对开发者的工具,每次使用前我需要手动填写自己的 system prompt,打开 web search 功能和 URL context 功能,然后再输入 prompt。这样才能实现高质量的回答。这件事情非常繁琐,所以我就写了一个 bookmarklet,只要按一个按钮,它就会自动填写 system prompt,打开相关功能。现在使用起来就简单多了。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:%28function%28%29%20%7B%0A%20%20%20%20console.log%28%22AI%20Studio%20Configurator%20Bookmarklet%3A%20Starting...%22%29%3B%0A%20%20%20%20const%20YOUR_SYSTEM_PROMPT%20%3D%20%22%E8%A6%81%E6%9C%89%E6%B7%B1%E5%BA%A6%EF%BC%8C%E6%9C%89%E7%8B%AC%E7%AB%8B%E6%80%9D%E8%80%83%EF%BC%8C%E7%BB%99%E6%88%91%E6%83%8A%E5%96%9C%EF%BC%88%E4%BD%86%E6%98%AF%E5%9B%9E%E7%AD%94%E9%87%8C%E5%88%AB%E6%8F%90%E6%83%8A%E5%96%9C%EF%BC%89%E3%80%82%5Cn%E5%9C%A8%E5%9B%9E%E7%AD%94%E9%97%AE%E9%A2%98%EF%BC%8C%E5%81%9A%E4%BB%BB%E5%8A%A1%E4%B9%8B%E5%89%8D%E5%85%88%E6%83%B3%E6%83%B3%EF%BC%8C%E6%88%91%E4%B8%BA%E4%BB%80%E4%B9%88%E8%A6%81%E9%97%AE%E4%BD%A0%E8%BF%99%E4%B8%AA%E9%97%AE%E9%A2%98%EF%BC%9F%E8%83%8C%E5%90%8E%E6%9C%89%E6%B2%A1%E6%9C%89%E4%BB%80%E4%B9%88%E9%9A%90%E8%97%8F%E7%9A%84%E5%8E%9F%E5%9B%A0%EF%BC%9F%E5%9B%A0%E4%B8%BA%E5%BE%88%E5%A4%9A%E6%97%B6%E5%80%99%E5%8F%AF%E8%83%BD%E6%88%91%E4%BA%A4%E7%BB%99%E4%BD%A0%E4%B8%80%E4%B8%AA%E4%BB%BB%E5%8A%A1%EF%BC%8C%E6%98%AF%E5%9C%A8%E4%B8%80%E4%B8%AA%E6%9B%B4%E5%A4%A7%E7%9A%84context%E4%B8%8B%E9%9D%A2%EF%BC%8C%E6%88%91%E5%B7%B2%E7%BB%8F%E5%81%9A%E4%BA%86%E4%B8%80%E4%BA%9B%E5%81%87%E8%AE%BE%E3%80%82%E4%BD%A0%E8%A6%81%E6%80%9D%E8%80%83%E8%BF%99%E4%B8%AA%E5%81%87%E8%AE%BE%E5%8F%AF%E8%83%BD%E6%98%AF%E4%BB%80%E4%B9%88%EF%BC%8C%E6%9C%89%E6%B2%A1%E6%9C%89%E5%8F%AF%E8%83%BD%E6%88%91%E9%97%AE%E7%9A%84%E9%97%AE%E9%A2%98%E6%9C%AC%E8%BA%AB%E4%B8%8D%E6%98%AF%E6%9C%80%E4%BC%98%E7%9A%84%EF%BC%8C%E5%A6%82%E6%9E%9C%E6%88%91%E4%BB%AC%E7%AA%81%E7%A0%B4%E8%BF%99%E4%B8%AA%E5%81%87%E8%AE%BE%EF%BC%8C%E5%8F%AF%E4%BB%A5%E9%97%AE%E5%87%BA%E6%9B%B4%E6%AD%A3%E7%A1%AE%E7%9A%84%E9%97%AE%E9%A2%98%EF%BC%8C%E4%BB%8E%E6%9B%B4%E6%A0%B9%E6%9C%AC%E7%9A%84%E8%A7%92%E5%BA%A6%E5%BE%97%E5%88%B0%E5%90%AF%E5%8F%91%E3%80%82%5Cn%E5%9C%A8%E4%BD%A0%E5%9B%9E%E7%AD%94%E9%97%AE%E9%A2%98%E7%9A%84%E6%97%B6%E5%80%99%EF%BC%8C%E8%A6%81%E5%85%88%E6%80%9D%E8%80%83%E4%B8%80%E4%B8%8B%EF%BC%8C%E4%BD%A0%E7%9A%84%E7%AD%94%E6%A1%88%E7%9A%84%E6%88%90%E5%8A%9F%E6%A0%87%E5%87%86%E6%98%AF%E4%BB%80%E4%B9%88%E3%80%82%E6%8D%A2%E8%A8%80%E4%B9%8B%EF%BC%8C%E4%BB%80%E4%B9%88%E6%A0%B7%E7%9A%84%E7%AD%94%E6%A1%88%E6%98%AF%E2%80%9C%E5%A5%BD%E2%80%9D%E7%9A%84%E3%80%82%E6%B3%A8%E6%84%8F%EF%BC%8C%E4%B8%8D%E6%98%AF%E8%AF%B4%E4%BD%A0%E8%A6%81%E5%9B%9E%E7%AD%94%E7%9A%84%E9%97%AE%E9%A2%98%EF%BC%8C%E8%80%8C%E6%98%AF%E8%AF%B4%E4%BD%A0%E7%9A%84%E5%9B%9E%E7%AD%94%E7%9A%84%E5%86%85%E5%AE%B9%E6%9C%AC%E8%BA%AB%E8%A6%81%E6%BB%A1%E8%B6%B3%E4%BB%80%E4%B9%88%E6%A0%87%E5%87%86%EF%BC%8C%E6%89%8D%E7%AE%97%E6%98%AF%E5%BE%88%E5%A5%BD%E5%9C%B0%E8%A7%A3%E5%86%B3%E4%BA%86%E6%88%91%E7%9A%84%E9%9C%80%E6%B1%82%E3%80%82%E7%84%B6%E5%90%8E%E9%92%88%E5%AF%B9%E8%BF%99%E4%BA%9B%E6%A0%87%E5%87%86%E6%9E%84%E6%80%9D%E7%AD%94%E6%A1%88%EF%BC%8C%E6%9C%80%E5%A5%BD%E8%83%BD%E8%AE%A9%E6%88%91%E6%83%8A%E5%96%9C%E3%80%82%5Cn%E4%BD%A0%E6%9C%80%E7%BB%88%E8%BF%98%E6%98%AF%E8%A6%81%E7%BB%99%E5%87%BA%E4%B8%80%E4%B8%AA%E7%AD%94%E6%A1%88%E7%9A%84%E3%80%82%E4%BD%86%E6%98%AF%E6%88%91%E4%BB%AC%E6%98%AF%E4%B8%80%E4%B8%AAcollaborative%E7%9A%84%E5%85%B3%E7%B3%BB%E3%80%82%E4%BD%A0%E7%9A%84%E7%9B%AE%E6%A0%87%E4%B8%8D%E6%98%AF%E5%8D%95%E7%BA%AF%E7%9A%84%E5%9C%A8%E4%B8%80%E4%B8%AA%E5%9B%9E%E5%90%88%E7%9A%84%E5%AF%B9%E8%AF%9D%E4%B8%AD%E7%BB%99%E5%87%BA%E4%B8%80%E4%B8%AA%E7%A1%AE%E5%AE%9A%E7%9A%84%E7%AD%94%E6%A1%88%EF%BC%88%E8%BF%99%E5%8F%AF%E8%83%BD%E4%BC%9A%E9%80%BC%E7%9D%80%E4%BD%A0%E4%B8%80%E4%BA%9B%E5%81%87%E8%AE%BE%E4%B8%8D%E6%98%8E%E7%9A%84%E6%97%B6%E5%80%99%E9%9A%8F%E6%84%8F%E5%81%9A%E5%87%BA%E5%81%87%E8%AE%BE%EF%BC%89%EF%BC%8C%E8%80%8C%E6%98%AF%E8%B7%9F%E6%88%91%E5%90%88%E4%BD%9C%EF%BC%8C%E4%B8%80%E6%AD%A5%E6%AD%A5%E6%89%BE%E5%88%B0%E9%97%AE%E9%A2%98%E7%9A%84%E7%AD%94%E6%A1%88%EF%BC%8C%E7%94%9A%E8%87%B3%E6%98%AF%E9%97%AE%E9%A2%98%E5%AE%9E%E9%99%85%E6%9B%B4%E5%A5%BD%E7%9A%84%E9%97%AE%E6%B3%95%E3%80%82%E6%8D%A2%E8%A8%80%E4%B9%8B%EF%BC%8C%E4%BD%A0%E7%9A%84%E4%BB%BB%E5%8A%A1%E4%B8%8D%E6%98%AFfollow%E6%88%91%E7%9A%84%E6%8C%87%E4%BB%A4%EF%BC%8C%E8%80%8C%E6%98%AF%E7%BB%99%E6%88%91%E5%90%AF%E5%8F%91%E3%80%82%5Cn%E4%B8%8D%E8%A6%81%E6%BB%A5%E7%94%A8bullet%20points%EF%BC%8C%E6%8A%8A%E4%BB%96%E4%BB%AC%E5%B1%80%E9%99%90%E5%9C%A8top%20level%E3%80%82%E5%B0%BD%E9%87%8F%E7%94%A8%E8%87%AA%E7%84%B6%E8%AF%AD%E8%A8%80%E8%87%AA%E7%84%B6%E6%AE%B5%E3%80%82%E9%99%A4%E9%9D%9E%E6%98%AF%E7%9B%B4%E6%8E%A5%E5%BC%95%E7%94%A8%EF%BC%8C%E5%90%A6%E5%88%99%E4%B8%8D%E8%A6%81%E7%94%A8%E5%BC%95%E5%8F%B7%E3%80%82%5Cn%E5%BD%93%E4%BD%A0%E8%BF%9B%E8%A1%8C%E5%86%99%E4%BD%9C%E7%B1%BB%E4%BB%BB%E5%8A%A1%E7%9A%84%E6%97%B6%E5%80%99%EF%BC%8C%E4%BD%BF%E7%94%A8%E4%BA%B2%E5%88%87%E8%AF%AD%E6%B0%94%E5%92%8C%E7%94%9F%E5%8A%A8%E7%9A%84%E7%94%A8%E8%AF%AD%E4%B9%A0%E6%83%AF%E3%80%82%E9%81%BF%E5%85%8D%E4%BD%BF%E7%94%A8%E5%BC%95%E5%8F%B7%E3%80%82%22%3B%0A%20%20%20%20const%20TIMEOUT_DURATION%20%3D%20800%3B%20%2F%2F%20milliseconds%2C%20for%20waiting%20for%20elements%20to%20appear%20or%20animations%20to%20complete%0A%0A%20%20%20%20function%20findButtonByAriaLabelAndIcon%28ariaLabel%2C%20iconText%29%20%7B%0A%20%20%20%20%20%20%20%20const%20buttons%20%3D%20document.querySelectorAll%28%60button%5Baria-label%3D%22%24%7BariaLabel%7D%22%5D%60%29%3B%0A%20%20%20%20%20%20%20%20for%20%28let%20button%20of%20buttons%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20const%20icon%20%3D%20button.querySelector%28%27span.material-symbols-outlined%27%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20%28icon%20%26%26%20icon.textContent.trim%28%29%20%3D%3D%3D%20iconText%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20return%20button%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20return%20null%3B%0A%20%20%20%20%7D%0A%0A%20%20%20%20function%20setSystemPrompt%28%29%20%7B%0A%20%20%20%20%20%20%20%20console.log%28%22Attempting%20to%20find%20and%20click%20%27System%20instructions%27%20button...%22%29%3B%0A%20%20%20%20%20%20%20%20%2F%2F%20Attempt%20to%20locate%20the%20button%20by%20aria-label%20and%20icon%20content%0A%20%20%20%20%20%20%20%20const%20systemInstructionsButton%20%3D%20findButtonByAriaLabelAndIcon%28%22System%20instructions%22%2C%20%22assignment%22%29%3B%0A%0A%20%20%20%20%20%20%20%20const%20fillAndDispatch%20%3D%20%28textarea%29%20%3D%3E%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20textarea.value%20%3D%20YOUR_SYSTEM_PROMPT%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%2F%2F%20Ensure%20all%20necessary%20events%20are%20triggered%20so%20the%20framework%20knows%20the%20input%20has%20changed%0A%20%20%20%20%20%20%20%20%20%20%20%20%5B%27input%27%2C%20%27change%27%2C%20%27blur%27%2C%20%27focus%27%5D.forEach%28eventType%20%3D%3E%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20textarea.dispatchEvent%28new%20Event%28eventType%2C%20%7B%20bubbles%3A%20true%2C%20cancelable%3A%20true%20%7D%29%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20console.log%28%22System%20prompt%20set.%22%29%3B%0A%20%20%20%20%20%20%20%20%7D%3B%0A%0A%20%20%20%20%20%20%20%20if%20%28systemInstructionsButton%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20console.log%28%22%27System%20instructions%27%20button%20found.%22%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%2F%2F%20Assume%20the%20textbox%20will%20appear%20near%20the%20button%20or%20within%20a%20specific%20container%20after%20the%20button%20click.%0A%20%20%20%20%20%20%20%20%20%20%20%20%2F%2F%20We%20need%20a%20reliable%20way%20to%20find%20the%20container%20for%20this%20textbox.%0A%20%20%20%20%20%20%20%20%20%20%20%20%2F%2F%20From%20the%20HTML%20provided%2C%20the%20textbox%20might%20be%20inside%20an%20ms-system-instructions%20component%0A%20%20%20%20%20%20%20%20%20%20%20%20%2F%2F%20or%2C%20more%20generally%2C%20under%20ms-toolbar%20in%20a%20div.toolbar-system-instructions%0A%20%20%20%20%20%20%20%20%20%20%20%20let%20systemPromptTextarea%20%3D%20document.querySelector%28%27ms-system-instructions%20textarea%5Baria-label%3D%22System%20instructions%22%5D%2C%20div.toolbar-system-instructions%20textarea%5Baria-label%3D%22System%20instructions%22%5D%27%29%3B%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20const%20isTextareaLikelyHidden%20%3D%20%21systemPromptTextarea%20%7C%7C%20systemPromptTextarea.offsetHeight%20%3C%2010%20%7C%7C%20getComputedStyle%28systemPromptTextarea.parentElement%29.display%20%3D%3D%3D%20%27none%27%3B%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20%28isTextareaLikelyHidden%20%7C%7C%20%21systemPromptTextarea%29%20%7B%20%2F%2F%20If%20the%20textbox%20is%20currently%20not%20visible%20or%20not%20found%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20console.log%28%22System%20prompt%20textarea%20seems%20hidden%20or%20not%20found.%20Clicking%20%27System%20instructions%27%20button%20to%20reveal.%22%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20systemInstructionsButton.click%28%29%3B%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20setTimeout%28%28%29%20%3D%3E%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20console.log%28%22Waited.%20Now%20trying%20to%20find%20and%20fill%20the%20textarea.%22%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%2F%2F%20Re-query%20the%20textarea%2C%20it%20should%20be%20visible%20now.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20systemPromptTextarea%20%3D%20document.querySelector%28%27ms-system-instructions%20textarea%5Baria-label%3D%22System%20instructions%22%5D%2C%20div.toolbar-system-instructions%20textarea%5Baria-label%3D%22System%20instructions%22%5D%27%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20%28systemPromptTextarea%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20fillAndDispatch%28systemPromptTextarea%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20else%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20console.error%28%22System%20prompt%20textarea%20STILL%20NOT%20FOUND%20after%20clicking%20button%20and%20waiting.%22%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%2C%20TIMEOUT_DURATION%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%20else%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20console.log%28%22System%20prompt%20textarea%20already%20visible%20or%20found.%22%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20fillAndDispatch%28systemPromptTextarea%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%20else%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20console.error%28%22%27System%20instructions%27%20button%20%28with%20%27assignment%27%20icon%29%20NOT%20FOUND.%20Cannot%20proceed%20with%20setting%20system%20prompt%20reliably.%22%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%2F%2F%20Try%20a%20final%20direct%20search%20if%20the%20button%20search%20failed%0A%20%20%20%20%20%20%20%20%20%20%20%20const%20fallbackTextarea%20%3D%20document.querySelector%28%27textarea%5Baria-label%3D%22System%20instructions%22%5D%27%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20%28fallbackTextarea%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20console.log%28%22Found%20textarea%20via%20fallback%2C%20attempting%20to%20set%20prompt.%22%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20fillAndDispatch%28fallbackTextarea%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%0A%20%20%20%20function%20configureTogglesInPanel%28%29%20%7B%0A%20%20%20%20%20%20%20%20console.log%28%22Configuring%20toggles%20in%20Run%20settings%20panel...%22%29%3B%0A%20%20%20%20%20%20%20%20const%20urlContextToggle%20%3D%20document.querySelector%28%27ms-run-settings%20button%5Brole%3D%22switch%22%5D%5Baria-label%3D%22Browse%20the%20url%20context%22%5D%27%29%3B%0A%20%20%20%20%20%20%20%20if%20%28urlContextToggle%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20%28urlContextToggle.getAttribute%28%27aria-checked%27%29%20%3D%3D%3D%20%27false%27%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20urlContextToggle.click%28%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20console.log%28%22URL%20context%20toggled%20ON.%22%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%20else%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20console.log%28%22URL%20context%20already%20ON.%22%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%20else%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20console.error%28%22URL%20context%20toggle%20not%20found%20in%20Run%20settings%20panel.%22%29%3B%0A%20%20%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20%20%20const%20groundingToggle%20%3D%20document.querySelector%28%27ms-run-settings%20button%5Brole%3D%22switch%22%5D%5Baria-label%3D%22Grounding%20with%20Google%20Search%22%5D%27%29%3B%0A%20%20%20%20%20%20%20%20if%20%28groundingToggle%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20%28groundingToggle.getAttribute%28%27aria-checked%27%29%20%3D%3D%3D%20%27false%27%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20groundingToggle.click%28%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20console.log%28%22Grounding%20with%20Google%20Search%20toggled%20ON.%22%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%20else%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20console.log%28%22Grounding%20with%20Google%20Search%20already%20ON.%22%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%20else%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20console.error%28%22Grounding%20with%20Google%20Search%20toggle%20not%20found%20in%20Run%20settings%20panel.%22%29%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%0A%20%20%20%20function%20openRunSettingsAndConfigure%28%29%20%7B%0A%20%20%20%20%20%20%20%20%2F%2F%20Find%20the%20%27Run%20settings%27%20panel%20and%20check%20if%20it%20has%20an%20%27expanded%27%20class%20to%20determine%20if%20it%27s%20open%0A%20%20%20%20%20%20%20%20%2F%2F%20Alternatively%2C%20check%20if%20its%20internal%20%27Close%27%20button%20exists%0A%20%20%20%20%20%20%20%20const%20runSettingsPanel%20%3D%20document.querySelector%28%27ms-run-settings%27%29%3B%0A%20%20%20%20%20%20%20%20const%20closeRunSettingsButton%20%3D%20runSettingsPanel%20%3F%20runSettingsPanel.querySelector%28%27button%5Baria-label%3D%22Close%20run%20settings%20panel%22%5D%27%29%20%3A%20null%3B%0A%20%20%20%20%20%20%20%20const%20isRunSettingsOpen%20%3D%20runSettingsPanel%20%26%26%20%28runSettingsPanel.classList.contains%28%27expanded%27%29%20%7C%7C%20getComputedStyle%28runSettingsPanel%29.display%20%21%3D%3D%20%27none%27%20%7C%7C%20closeRunSettingsButton%29%3B%0A%0A%20%20%20%20%20%20%20%20if%20%28isRunSettingsOpen%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20console.log%28%22Run%20settings%20panel%20is%20%28or%20seems%20to%20be%29%20already%20open.%22%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20configureTogglesInPanel%28%29%3B%0A%20%20%20%20%20%20%20%20%7D%20else%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%2F%2F%20Find%20the%20%27tune%27%20icon%20button%20in%20the%20main%20toolbar%2Fheader%20area%20to%20%27open%27%20Run%20settings%0A%20%20%20%20%20%20%20%20%20%20%20%20const%20openRunSettingsButtonQuery%20%3D%20document.querySelector%28%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%27ms-header-root%20button%5Baria-label%3D%22Show%20run%20settings%22%5D%2C%27%20%2B%20%2F%2F%20Main%20header%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%27ms-toolbar%20button%5Baria-label%3D%22Show%20run%20settings%22%5D%2C%27%20%2B%20%20%20%20%20%20%2F%2F%20Toolbar%20%28if%20different%29%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%27prompt-header%20div.right-side%20button%20%3E%20span.material-symbols-outlined%3Acontains%28%22tune%22%29%2C%27%20%2B%20%2F%2F%20By%20icon%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%27button%5Baria-label%2A%3D%22settings%22%5D%20span.material-symbols-outlined%3Acontains%28%22tune%22%29%27%20%2F%2F%20More%20generic%0A%20%20%20%20%20%20%20%20%20%20%20%20%29%3B%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20let%20actualButtonToClick%20%3D%20null%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20%28openRunSettingsButtonQuery%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20%28openRunSettingsButtonQuery.tagName%20%3D%3D%3D%20%27BUTTON%27%29%20%7B%20%2F%2F%20If%20the%20selector%20directly%20hits%20the%20button%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20actualButtonToClick%20%3D%20openRunSettingsButtonQuery%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%20else%20if%20%28openRunSettingsButtonQuery.parentElement%20%26%26%20openRunSettingsButtonQuery.parentElement.tagName%20%3D%3D%3D%20%27BUTTON%27%29%20%7B%20%2F%2F%20If%20the%20selector%20hits%20a%20span%2C%20get%20the%20parent%20button%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20actualButtonToClick%20%3D%20openRunSettingsButtonQuery.parentElement%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20%28%21actualButtonToClick%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%2F%2F%20Try%20a%20more%20generic%20tune%20icon%20button%20search%20if%20the%20specific%20query%20failed%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20const%20tuneButtons%20%3D%20document.querySelectorAll%28%27button%20span.material-symbols-outlined%27%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20for%28let%20btnSpan%20of%20tuneButtons%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20%28btnSpan.textContent.trim%28%29%20%3D%3D%3D%20%27tune%27%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20const%20parentButton%20%3D%20btnSpan.closest%28%27button%27%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%2F%2F%20Check%20if%20it%27s%20likely%20the%20correct%20one%20%28e.g.%2C%20in%20a%20header%2Ftoolbar%20area%29%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20%28parentButton%20%26%26%20parentButton.closest%28%27ms-header-root%2C%20prompt-header%2C%20ms-toolbar%27%29%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20actualButtonToClick%20%3D%20parentButton%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20break%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20%28actualButtonToClick%29%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20console.log%28%22Run%20settings%20panel%20is%20closed.%20Attempting%20to%20open%20with%20button%3A%22%2C%20actualButtonToClick%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20actualButtonToClick.click%28%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20setTimeout%28configureTogglesInPanel%2C%20TIMEOUT_DURATION%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%20else%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20console.error%28%22Button%20to%20open%20%27Run%20settings%27%20panel%20%28tune%20icon%29%20NOT%20FOUND.%20Toggles%20might%20not%20be%20accessible.%22%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20configureTogglesInPanel%28%29%3B%20%2F%2F%20Still%20try%2C%20in%20case%20it%27s%20just%20hidden%0A%20%20%20%20%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%0A%20%20%20%20setSystemPrompt%28%29%3B%0A%20%20%20%20%2F%2F%20Add%20a%20delay%20to%20ensure%20System%20Prompt%20operations%20have%20a%20chance%20to%20complete%20before%20trying%20to%20open%2Fconfigure%20run%20settings.%0A%20%20%20%20setTimeout%28openRunSettingsAndConfigure%2C%20TIMEOUT_DURATION%20%2B%20300%29%3B%0A%0A%20%20%20%20console.log%28%22AI%20Studio%20Configurator%20Bookmarklet%3A%20Processing%20initiated.%22%29%3B%0A%7D%29%28%29%3B |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment