Pin favorite models to the top of the model selection dropdown with persistent memory
See screenshots at the bottom
Upgrades LMArena’s model picker so you can pin favorite models to the top, drag-reorder pinned models, and automatically re-select your last used model (persistently), with separate memory per Chat / Search / Image / Code modes.
Switching models in LMArena gets annoying fast:
This script makes the model picker feel like it has “favorites + a real default.”
| Action | Result |
|---|---|
| Open the model dropdown | You’ll see pin + (for pinned) reorder controls on items |
| Click the pin icon | Pin/unpin a model |
| Hover a pinned model, drag the grip | Reorder pinned models |
| Toggle Auto-select last chosen model checkbox | Enable/disable auto-restore for the current modality |
| Select a model normally | Saves it as the “last selected” for this modality |
MutationObserver + small debouncing.