F9 Flow transforms chaotic AI chats into a clean, navigable timeline. One key. Total control.
Press F9 anywhere on a supported AI platform. No mouse required, no context switching.
A minimal panel slides in — your entire conversation mapped as a clean timeline.
Click any node or use arrow keys to jump directly to that moment in the conversation.
Every feature is deliberate. Nothing is there by accident.
Jump to any point in a 200-message conversation in under 100ms. No scrolling. No hunting.
Sits on top of any AI platform as a transparent control layer — non-destructive, always accessible.
Automatically inherits light or dark mode from the host platform. Zero configuration.
Remap F9 to anything. Configure shortcuts for open, close, navigate, and jump.
Click any node in the sidebar to instantly jump to that message. Just like the real extension.
class TransformerBlock(nn.Module):
def __init__(self, d_model, n_heads):
super().__init__()
self.attn = MultiHeadAttention(d_model, n_heads)
self.ff = FeedForward(d_model)
self.ln1 = nn.LayerNorm(d_model)
self.ln2 = nn.LayerNorm(d_model)
def forward(self, x, mask=None):
x = x + self.attn(self.ln1(x))
x = x + self.ff(self.ln2(x))
return x
No account. No telemetry. No nonsense.
Clone or download from GitHub. No build step required — it's pure JS.
Open chrome://extensions, enable Developer Mode, click Load Unpacked.
ChatGPT, Claude, Gemini — any supported URL is detected automatically.
The timeline sidebar opens. Click any node to jump instantly.