Cliche Detector
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Cliche Detector is a browser extension that scans any webpage for common clichés, overused phrases, and tired buzzwords in English and highlights them with a colored background and underline. It identifies business clichés like "think outside the box," "at the end of the day," "win-win situation," "low-hanging fruit," "synergy," and "game changer," as well as overused expressions like "in a nutshell," "the bottom line," and "paradigm shift." The tool displays a running count of cliché instances found on the page, helping writers, editors, students, and content creators identify tired language that may be undermining their message. Replacing clichés with fresh, original language can make writing more engaging, memorable, and professional. The tool is ideal for editing blog posts, articles, business communications, academic papers, marketing copy, and any other text-based content.
WHERE IT RUNS
Cliche Detector works on any webpage that contains English text. It runs locally in your browser as a lightweight userscript, scanning text nodes across the entire page while avoiding script tags, style blocks, and form inputs. It works on blog posts, news articles, documentation pages, email drafts, social media posts, academic papers, creative writing, marketing materials, and any other text-based content. The tool handles static pages, dynamically loaded content via AJAX, and single-page applications where content updates without page reloads. All processing occurs entirely in your browser—no text is ever sent to any server.
HOW TO USE
After installation, open the floating panel by clicking the extension icon. The panel displays the current count of clichés found on the page. Toggle highlighting on or off using the checkbox—when enabled, clichés appear with a purple background and purple underline, making them instantly visible. Click the Scan Page button to manually trigger a fresh scan, useful after content updates. Click Clear Highlights to remove all highlighting without disabling the feature permanently. The tool automatically scans the page when it loads if highlighting is enabled, and continues to detect new content as it appears. The count updates in real time as you scroll and interact with the page. Each cliché is highlighted as a complete phrase, making it easy to review and revise.
REAL MECHANISM — WHY THIS WORKS
Most cliché detectors rely on simple keyword matching or cloud-based language models, which can be inaccurate, slow, or privacy-invasive. Cliche Detector uses a different approach: a curated, deterministic lexical detection engine that combines phrase-level pattern matching with boundary-aware detection. The engine maintains a comprehensive dictionary of over 80 common clichés and overused phrases, organized into categories such as business jargon, sport clichés, life platitudes, and overused adjectives. Each cliché is matched using word boundary regex patterns that ensure complete phrase matching without partial overlaps (e.g., "game changer" matches the full phrase, not just "game"). The engine uses case-insensitive matching to catch clichés regardless of capitalization. For multi-word phrases, the engine uses lookahead pattern construction that preserves phrase integrity while allowing natural variations in punctuation and spacing. This approach ensures high detection accuracy with minimal false positives, processing text in batches to avoid blocking the main thread. The engine preserves the original DOM structure by replacing text nodes with document fragments containing highlighted spans, maintaining page functionality while providing visual feedback. This approach ensures accurate, fast, and fully private cliché detection without sending any data off-device.
THE PANEL
The floating panel is fully draggable and remembers its position per site, snapping to the edges of the viewport when dragged near them. You can collapse the panel to a small icon to minimize screen distraction and expand it back with a single click. The panel is resizable from the bottom-right corner, giving you more space to view statistics and controls. Press the Escape key to close the panel instantly. The panel remains open across page navigation within the same domain, maintaining your current toggle state. All preferences—panel position and highlight toggle state—are saved per domain for a seamless experience.
PLEASE NOTE
Cliche Detector requires the free BotGentz extension to be installed and enabled, as it relies on the cross-extension messaging API provided by BotGentz for DOM access permissions. Because websites frequently update their structure, scanning and highlighting may require periodic script updates to maintain compatibility. If the tool does not highlight text as expected, please check for updates or report the issue. All text processing occurs entirely in your browser. No page content, text samples, or analysis results are ever sent to any server. The extension does not read, store, or transmit any personal information. It only reads the DOM of the pages you choose to interact with and applies visual highlights at your request.