https://github.com/devidw/gptab
https://github.com/devidw/gptab
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devidw/gptab
- Owner: devidw
- Created: 2025-01-25T06:46:30.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-25T06:46:31.000Z (4 months ago)
- Last Synced: 2025-03-09T23:38:16.237Z (3 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ChatGPT Code Tab
run chatgpt chat edited docs in an extra browser tab
## how it works
- the content script
- gets injected into chatgpt.com
- adds a button to the website
- when button is clicked sends open editor content to sw
- the service worker
- receives code from content script
- sets up code_tab (get or add)
- replaces tab doc with gpt's doc
- the code_tab sandbox
- manipulated by sw