A Firefox extension that adds a collapse/expand button to the input box on t3.chat.
- Toggle button in the input form to collapse/expand the chat input
- Floating button appears when collapsed for easy re-expansion
- Smooth animations
- Remembers collapsed state across page reloads
Since this isn't an officially signed extension (yet), it must be sideloaded by installing it as a "Temporary Add-on", and to be installed every time the browser restarts. But there are exceptions.
- Clone or download this repo
- Run
npm installto install web-ext - Run
npm run buildto create the extension package ZIP inweb-ext-artifacts/ - Open
about:debuggingand click "This Firefox" - Click "Load Temporary Add-on" and select the ZIP file
Now a collapse button will appear in the T3.chat input field.
Firefox Developer Edition, Nightly, and ESR allow disabling signature enforcement. Set xpinstall.signatures.required to false in about:config, then install the extension permanently via "Install Add-on From File". This preference does not exist on Release and Beta.
MIT