https://github.com/lroolle/chatgpt-degraded
🔍 Monitor ChatGPT service quality & PoW difficulty ⚡
https://github.com/lroolle/chatgpt-degraded
chatgpt
Last synced: 27 days ago
JSON representation
🔍 Monitor ChatGPT service quality & PoW difficulty ⚡
- Host: GitHub
- URL: https://github.com/lroolle/chatgpt-degraded
- Owner: lroolle
- License: agpl-3.0
- Created: 2024-12-30T16:35:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-05-23T10:39:56.000Z (5 months ago)
- Last Synced: 2025-09-10T21:06:13.068Z (29 days ago)
- Topics: chatgpt
- Language: JavaScript
- Homepage:
- Size: 189 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ChatGPT Degraded
Monitor ChatGPT service quality, IP status, and PoW difficulty in real-time. Lightweight userscript that helps track performance, IP quality, and Proof of Work challenges.
![]()
## ✨ Features
- 🔍 **Service**: OpenAI status, account type, degradation alerts;
- 🌐 **IP**: Risk assessment, VPN detection, history tracking(via [Scamalytics](https://scamalytics.com/));
- ⚡ **PoW**: Difficulty tracking, performance metrics, alerts;## 📦 Quick Start
1. Install [Tampermonkey](https://www.tampermonkey.net/) (or [Violentmonkey](https://violentmonkey.github.io/)/[Greasemonkey](https://www.greasespot.net/))
2. Install script: [Greasy Fork](https://greasyfork.org/en/scripts/522323-chatgpt-degraded) or [GitHub](https://github.com/lroolle/chatgpt-degraded/raw/main/src/index.js)
3. Visit [ChatGPT](https://chatgpt.com) - look for indicator dot in bottom-right## 🔒 Privacy
- Local monitoring only;
- Masked IPs (e.g., 192.*.*.1);
- No external API calls;
- Open source code;## 📋 Latest Changes
[Full Changelog](CHANGELOG.md) | [License](LICENSE) | Based on [chatgpt-degrade-checker](https://github.com/KoriIku/chatgpt-degrade-checker)