Chrome side-panel extension that hooks into a local Warp 12 game at http://localhost:4200/local and runs admin commands in that page's JS context.
pnpm build- Open
chrome://extensions - Enable Developer mode
- Click Load unpacked
- Select the
dist/spafolder
- Start your Warp local sim at http://localhost:4200/local
- Click the Warp 12 DevTools extension icon — it opens a side panel docked beside the browser window
- Confirm the header shows a link to
localhost:4200/localand Page bridge live - Click Unlock console — this runs
await window.GABBAGABBAHEY()in the game tab, then use commands / sounds from the panel
If the bridge shows "Reload game tab…", refresh the game tab after installing or updating the extension so the content script can inject.
- A content script injects
bridge-page.jsinto localhost pages - The side panel finds the
/localgame tab and sends messages to it - Those messages call
window.GABBAGABBAHEY(),window.localGame.*, andwindow.warp12.previewSound(...)in the page