https://github.com/nisc/chatgpt-userscripts
Various user scripts to improve ChatGPT functionality
https://github.com/nisc/chatgpt-userscripts
chatgpt chrome firefox greasemonkey llm tampermonkey user-script userscript violentmonkey
Last synced: 4 months ago
JSON representation
Various user scripts to improve ChatGPT functionality
- Host: GitHub
- URL: https://github.com/nisc/chatgpt-userscripts
- Owner: nisc
- License: mit
- Created: 2025-05-19T02:53:52.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-09-26T04:13:17.000Z (4 months ago)
- Last Synced: 2025-09-26T05:43:31.436Z (4 months ago)
- Topics: chatgpt, chrome, firefox, greasemonkey, llm, tampermonkey, user-script, userscript, violentmonkey
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChatGPT Userscripts
- [Introduction](#introduction)
- [Installation Instructions](#installation-instructions)
- [Available Scripts](#available-scripts)
- [Contributing](#contributing)
- [License](#license)
- [Additional Notes](#additional-notes)
## Introduction
This collection includes various user scripts designed to enhance your experience with ChatGPT, the AI assistant developed by OpenAI. For more information on ChatGPT and its capabilities, visit the [official OpenAI website](https://openai.com). **Please note that I am in no way affiliated with OpenAI.**
## Installation Instructions
1. Install a userscript manager like [Violentmonkey](https://violentmonkey.github.io/)
2. Click on any script in the list below to install it, or manually add scripts using your userscript manager's "Install from URL" feature
These scripts have been tested with Firefox and Violentmonkey on macOS, but should work with other browsers and userscript managers as well.
## Available Scripts
| Script Name | Description |
|-------------|-------------|
| [`chatgpt-delete-chat-shortcut.user.js`](chatgpt-delete-chat-shortcut.user.js) | Enables quick deletion of chats on chatgpt.com using Cmd/Ctrl+Shift+Delete, with automatic confirmation of the deletion prompt. |
| [`chatgpt-private-chat-shortcut.user.js`](chatgpt-private-chat-shortcut.user.js) | Adds keyboard shortcut (Cmd+Shift+J on macOS, Ctrl+Shift+J on Windows/Linux) to quickly toggle temporary chat mode without using the mouse. |
| [`chatgpt-style-changes.user.js`](chatgpt-style-changes.user.js) | Modifies CSS custom properties to adjust the layout and styling of the ChatGPT interface. |
| [`chatgpt-temp-chat-by-default.user.js`](chatgpt-temp-chat-by-default.user.js) | Automatically redirects to the temporary chat mode on chatgpt.com when accessing the root path (`/`) or `/chat`. |
| [`chatgpt-think-shortcut.user.js`](chatgpt-think-shortcut.user.js) | Adds keyboard shortcut (Ctrl+Cmd+T on macOS, Ctrl+Alt+T on Windows/Linux) to quickly toggle ChatGPT's "Think for longer" mode without using the mouse. |