A Chrome extension that completely transform your browsing experience with ChatGPT. Every text can be changed! Any way you like! All you have to do is give us a single prompt and we will customize everything real-time for you.
First clone this repo on your local machine
Then install dependencies
npm install
Copy .env-example
into a new file named .env
and add your ChatGPT API Key.
Run the server so the extension can communicate with ChatGPT.
node server.js
This will automate interaction with ChatGPT through OpenAI's API, thanks to the chatgpt-api library.
Add the extension
- Go to chrome://extensions in your Google Chrome browser
- Check the Developer mode checkbox in the top right-hand corner
- Click "Load Unpacked" to see a file-selection dialog
- Select your local
pine-penguin-change/extension
directory
-
Go to the option page by right click on the logo and click option
-
Input how you would like your website contents to be changed. example prompt could be
Make things more suitable to teenagers.
-
Start browsing regularly and enjoy the customized experience.
-
If you wish to stop, come back to the option page and clear the prompt.
There are tons of different options. The only limit is your imagenation!
Example prompt could be:
Make things more suitable to teenagers.
Rewrite in grade 10 level vocabulary.
Make everything funny.
Change everything to Chinese
We welcome contributions from the community! If you're interested in contributing to Pine Penguin Change, feel free to fork, develop, and then open a pull request.
For feature request and discussion on how to implement them, let's open a discussion
If you come across a bug, please open an issue on GitHub. We appreciate detailed bug reports that include steps to reproduce the issue.
If ChatGPT is taking a very long time to respond or not responding at all then it could mean that their servers are currently overloaded. You can confirm this by going to chat.openai.com/chat and seeing whether their website works directly.
Huge thanks to Gabe for creating chatgpt-chrome-extension
Huge thanks to Márcio Gabriel for creating text-changer-chrome-extension
Huge thanks to Travis Fischer for creating chatgpt-api