ADHDGoFly-DSH-Ext: A Markdown Part-of-Speech Highlighting Plugin for DeepSeek Harness Web
adhdgofly-dsh-ext is a pure client-side plugin for DeepSeek Harness (DSH) Web, licensed under the MIT License. The plugin leverages DOM post-processing techniques to perform part-of-speech highlighting on rendered Markdown content without modifying the DSH source code: nouns are highlighted in green, verbs in red, adjectives/adverbs in purple, and other words in gray. It supports both English (including lemmatization) and Chinese (using forward maximum matching), and adapts to DSH theme's light/dark mode switching. Core features include a part-of-speech filter toggle, customizable highlight styles (text color change or background box), debounce handling for streaming output, and automatic exemption of decorative areas such as code blocks and buttons. Configuration can be accessed via the ADHDGoFly section in Settings or through the plugin configuration card. Installation is available through DS
Read More