The No-Help Extension is a Chrome extension designed to prevent you from (over)seeking help from ChatGPT whenever you encounter code problems. It redirects to a custom page when visiting specific URLs.
- Redirects to an internal page when accessing
https://chat.openai.com
.
- Download or clone this repository.
- Open Chrome and navigate to
chrome://extensions/
. - Enable "Developer mode" using the toggle in the top-right corner.
- Click "Load unpacked" and select the directory where this extension is located.
When you visit https://chatgpt.com
, the extension will automatically redirect you to the internal page specified in the extension's code.
Feel free to modify the extension:
- You can edit the
content.js
file for redirect logic. - Modify
hey.html
for the internal page content. - OR update
manifest.json
for extension metadata and permissions.
This project is licensed under the MIT License - see the LICENSE file for details.