-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b092b6d
commit b952354
Showing
1 changed file
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,29 @@ | ||
# ChatGPT-Color-Stripper | ||
Removes background colors from copied text on chat.openai.com | ||
# Chat Color Stripper | ||
|
||
Chat Color Stripper is a Chrome extension that removes background colors from copied text on chat.openai.com. It can handle both tables and simple text while preserving the formatting of any tables in the copied text. This extension is designed to make the pasting experience smoother and cleaner by removing unnecessary background colors. | ||
|
||
## Installation | ||
|
||
1. Download the extension files as a ZIP archive and extract it to a folder. | ||
2. Open the Chrome browser and navigate to `chrome://extensions`. | ||
3. Enable "Developer mode" by toggling the switch in the top right corner. | ||
4. Click "Load unpacked" and select the folder containing the extracted extension files. | ||
5. The Chat Color Stripper extension should now be visible in your Chrome extensions list and have its icon in the browser toolbar. | ||
|
||
## Usage | ||
|
||
The extension works automatically when you copy text from chat.openai.com. To use the extension, simply copy text from the website as you normally would. The background colors of the copied text will be removed before it is pasted. | ||
|
||
There is no need to enable or disable the extension manually, as it is designed to work seamlessly in the background. | ||
|
||
## Support | ||
|
||
If you encounter any issues or have any suggestions for improving the extension, please feel free to open an issue on the project's GitHub repository or contact the developer directly. | ||
|
||
## License | ||
|
||
The Chat Color Stripper extension is released under the MIT License. See the LICENSE file for more information. | ||
|
||
## Credits | ||
|
||
Created by Hamo. |