Browser extension that detects AI-generated posts on LinkedIn using local LLM via Ollama.
- Install Ollama
- Pull a model:
ollama pull ministral-3:14b-cloud - Build for your browser:
make chrome # or: make firefox - Load extension:
- Chrome:
chrome://extensions→ Developer mode → Load unpacked - Firefox:
about:debugging→ This Firefox → Load Temporary Add-on
- Chrome:
- Open LinkedIn and scroll
- 🟢 Human / Likely Human - Authentic content
- 🟡 Uncertain - Mixed signals
- 🔴 Likely AI / AI - Synthetic patterns detected
├── src/ # Shared source code
├── icons/ # Extension icons
├── manifest.chrome.json # Chrome manifest
├── manifest.firefox.json # Firefox manifest
├── Makefile # Build script
└── CLAUDE.md # Dev guide
MIT
