4.1.0 Major Release
This change control covers the push of version 4.1.0 of the userscript. The update includes significant user experience enhancements and improvements to the AI detection engine, based on user feedback and analysis of AI-text detection methodologies.
Summary of Changes:
New Feature: User Interface (UI) Enhancements
Configurable Thresholds: A settings panel was added to the script's popup, allowing users to set their own detection thresholds for AI and Bot scores. These settings are saved locally using GM_setValue.
Confidence-Based Highlighting: Flagged AI content is now outlined in different colors and styles based on the confidence score, providing immediate visual feedback on the detection strength.
On-Hover Score Breakdown: A tooltip now appears when hovering over flagged content, showing a detailed breakdown of the scores and the specific heuristics that were triggered.
New Feature: Enhanced Paraphrase Detection
The computeAIScore function was updated with a new heuristic designed to detect "AI-paraphrased" content. This works by identifying the anomalous use of overly formal or complex synonyms, a technique noted in research on bypassing AI detectors.
Fix: Reinstatement of Bot Detection Logic
The full bot-scoring logic (computeBotScore, computeUsernameBotScore, and related heuristics) was restored after being inadvertently omitted from a previous version.