Chrome extension that helps you identify AI generated texts while browsing the web. It highlights words frequently used by large language models (LLMs) to give you quick (but not perfect) clues that the content might be AI generated.
The extension uses a customizable list of words, originally sourced from FareedKhan-dev/Detect-AI-text-Easily.
Disclaimer: Detection is not accurate! The name "BAD" in "Bad LLM Detector" reflects a LOTS of false-positive and false-negative results.
Use this extension as a fun and quick way to identify potential AI-written content, but always verify content sources manually.
- Automatically highlights commonly used LLM words on any webpage
- Default word list based on LLM-generated text analysis
- Modify the list of words to customize detection
- Download or clone this repository to your local machine
git clone https://github.com/artturik/Bad-LLM-Detector.git
- Open Chrome and navigate to
chrome://extensions/
- Enable Developer Mode
- Click Load unpacked
- Select the folder where you downloaded/cloned the extension
- The extension will now appear in your extensions list
MIT License
- Word list inspired by FareedKhan-dev/Detect-AI-text-Easily