Sends a browser notification when ChatGPT finishes generating a response. Notifications are only sent when the browser tab is not in focus.
- Install Tampermonkey.
- Click here to install.
The script monitors the ChatGPT page for the "Stop generating" button. When the button disappears (response complete) and the tab is not focused, a desktop notification is sent.
# Install dependencies
npm install
# Start dev server (with HMR)
npm run dev
# Build for production
npm run buildDistributed under the MIT License. See LICENSE for more information.