A sophisticated browser extension that automatically detects and highlights AI-generated text on web pages using advanced heuristic analysis.
Installation • Features • Detection Rules • Customization • Known Issues • Contributing • Privacy
- 🎯 Real-time analysis of web content
- 🎨 Two-tier highlighting system:
- 🟡 Yellow: Moderate AI likelihood (30-50%)
- 🔴 Red: High AI likelihood (>50%)
- 🔄 Dynamic content analysis for social media
- 📊 Detailed scoring breakdown on hover
- 🚀 Platform-specific optimizations
- 🔒 100% private, runs entirely in your browser
- Common AI Phrases (Score Impact: +0.08 per match, max 0.3)
- First-person patterns: "I understand", "I believe", "I think"
- Transition phrases: "let's dive in", "it's worth noting"
- Technical terms: "enables", "facilitates", "leverages"
- Technical Structure (Score Impact: +0.35 max)
- Method descriptions
- Theoretical frameworks
- Research implications
- Bullet point structures
- Sentence Structure (Score Impact: +0.2)
- Uniform sentence lengths
- Consistent paragraph structure
- Formal language patterns
- Paragraph Analysis (Score Impact: +0.15)
- Uniform paragraph lengths
- Structured lists
- Systematic formatting
- 🟡 Moderate: ≥ 0.3 (30%)
- 🔴 High: ≥ 0.5 (50%)
- 🟡 Moderate: ≥ 0.25 (25%)
- 🔴 High: ≥ 0.4 (40%)
- Download or clone this repository
- Open Brave browser and navigate to
brave://extensions/ - Enable "Developer mode" in the top right
- Click "Load unpacked" and select the extension directory
const AI_DETECTION_CRITERIA = {
repetitionThreshold: 0.25, // Word repetition sensitivity
sentenceLengthVariation: 0.15, // Sentence structure uniformity
minTextLength: 40, // Minimum characters to analyze
// ... other customizable parameters
};- Detection thresholds
- Phrase matching patterns
- Technical term recognition
- Platform-specific settings
This extension:
- ✅ Runs entirely in your browser
- ✅ No external API calls
- ✅ No data collection or storage
- ✅ No tracking or analytics
- ✅ Open source and auditable
Contributions are welcome! Here's how you can help:
- 🐛 Report bugs
- 💡 Suggest features
- 🔍 Add detection patterns
- 📝 Improve documentation
- 🎨 Enhance UI/UX
MIT License - feel free to use, modify, and distribute!
The extension performs real-time analysis of text content, which may impact performance on certain pages:
- Complex Web Applications: Pages with extensive dynamic content (like social media feeds) may experience slower loading times
- Text-Heavy Pages: Documents or articles with large amounts of text might take longer to process
- Frequently Updating Content: Pages that constantly refresh or update content may experience performance degradation
If you experience issues on a particular website:
-
Temporary Disable:
- Click the extension icon in your browser toolbar
- Select "Pause on this site" or toggle the extension off temporarily
-
Permanent Disable for Specific Sites:
- Click the extension icon
- Select "Manage Extensions"
- Under "Site access", add the problematic site to the blocked list
-
Report Issues:
- If you consistently experience problems on specific sites, please report an issue
- Include the website URL and a description of the behavior
- May not detect AI text in embedded iframes
- Some dynamic content loading methods might be missed
- Performance impact varies based on page complexity and content length