<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Axl</title>
    <description>The latest articles on Forem by Axl (@axl_43df979e16ffa14c).</description>
    <link>https://forem.com/axl_43df979e16ffa14c</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3659216%2F89032a45-f1d4-443b-a200-c2a686322736.png</url>
      <title>Forem: Axl</title>
      <link>https://forem.com/axl_43df979e16ffa14c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/axl_43df979e16ffa14c"/>
    <language>en</language>
    <item>
      <title>Improving navigation in long Google AI Studio chats with a userscript</title>
      <dc:creator>Axl</dc:creator>
      <pubDate>Sat, 13 Dec 2025 00:43:11 +0000</pubDate>
      <link>https://forem.com/axl_43df979e16ffa14c/improving-navigation-in-long-google-ai-studio-chats-with-a-userscript-3pbl</link>
      <guid>https://forem.com/axl_43df979e16ffa14c/improving-navigation-in-long-google-ai-studio-chats-with-a-userscript-3pbl</guid>
      <description>&lt;p&gt;Working with long chat sessions in Google AI Studio exposes several usability issues, including inefficient navigation, loss of context, and limited keyboard control.&lt;/p&gt;

&lt;p&gt;To address this, I wrote a userscript that adds navigation and keyboard-focused controls on top of the existing interface. The goal was to improve day-to-day usability by layering additional controls on top of the existing interface.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2xblqh2ipkio6u5x22z4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2xblqh2ipkio6u5x22z4.png" alt="QuickNav interface showing the Message Index, Navigation Controls, and Layout Settings." width="800" height="476"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The script provides:&lt;br&gt;
– a navigation bar in the chat footer with buttons to jump to the Previous, Next, First, and Last message&lt;br&gt;
– a message index menu listing all conversation turns with text previews, toggled via the counter button or Alt + M&lt;br&gt;
– dropdown controls to adjust font size and increase chat container width&lt;br&gt;
– injected buttons in code headers to jump to the top or bottom of code snippets&lt;br&gt;
– a floating scroll indicator showing the current message number and percentage while scrolling&lt;br&gt;
– keyboard shortcuts for chat interaction without a mouse, including:&lt;br&gt;
   • Alt + PgUp/PgDn (navigate)&lt;br&gt;
   • Shift + Alt + PgUp/PgDn (jump to start/end)&lt;br&gt;
   • Alt + M (menu)&lt;br&gt;
   • Alt + P (focus prompt input)&lt;br&gt;
   • Alt + -/= (font size)&lt;br&gt;
   • Shift + Alt + -/= (chat width)&lt;/p&gt;

&lt;p&gt;All logic runs locally in the browser. The script does not send or collect any data.&lt;/p&gt;

&lt;p&gt;The script is available on GreasyFork:&lt;br&gt;
&lt;a href="https://greasyfork.org/en/scripts/548346-quicknav-for-google-ai-studio" rel="noopener noreferrer"&gt;https://greasyfork.org/en/scripts/548346-quicknav-for-google-ai-studio&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback and suggestions are welcome.&lt;/p&gt;

</description>
      <category>ux</category>
      <category>ai</category>
      <category>javascript</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
