This is a Google Chrome extension that modifies the contents of webpages by injecting Javascript with GPT-3.5.
This extension runs code generated by a large language model in your browser with no safety measures. Use it carefully, as it could harm your device. This extension never reads the pages you view or any metadata about your usage, but injected Javascript code has access to all of this data and could do anything with it. The creator of this project is not responsible for any harmful results of using this extension.
git clone https://github.com/GabeG888/openai-js-injector.gitor download ZIP and extract- Go to chrome://extensions
- Enable developer mode
- Click Load Unpacked and choose this folder
Click Ctrl+Q or the button in the extensions menu to open the interface. You will be asked for your OpenAI API key the first time. You can get an OpenAI API key at https://platform.openai.com/api-keys. This extension costs about $0.01 per 50-100 requests. After entering your OpenAI API key, click Ctrl+Q again and enter what you want to happen.
light blue backgroundMake this page black and whiteRotate 5 degreesUpside downReplace 4 with 5alert(123)Open 3 google search tabsOpen 50 google search tabsOpen a google search tab every 5 secondsShow Norway in google mapsRefreshGo backClick the first linkShow Nvidia stock priceReplace all links with archive.org onesLog the page HTML to the consoleLog every link on this page in the console as a list
The latest version of Chrome extensions (v3) does not allow injecting arbitrary Javascript code. This extension uses v2, which Google plans to disable around June 2024.