Our extension makes it simple to find GPT-generated text on any web page. Just install it and let it scan the page for you.
Website → ScanGPT
Extension → Install
Instagram → @ScanGPT
- NextJs
- TailwindCSS
- Framer Motion
- HTML
- Vanilla Js
- Vanilla CSS
- SEO on website
- Loading state for extension.
- Extension debug on more websites
- Publish on Chrome store
- Fix scroll overflow
- Add XSS prevention on the backend
- Add star on GitHub button
- Add "Introducing ScanGPT" instagram thingy
- Resolve single paragraph issue
- Improve README
- Update permissions on manifest
- Support page
- Content on support page
- Lighter Option on support page
- Motion for Option component
- Buttons have a ugly flickr on mobile
- Dashboard page
- Mobile version for Dashboard
- Fix border radius
- Fix the extension/api
- Add loading components
- Add error components
Vercel functions can only execute for 10 seconds.
Api/scan was taking too much to execute with all the paragraphs (164 seconds). Extension fix is now fetching individual paragraphs instead of all in the same request.