This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Claude.ai Accessibility Enhancer | |
| // @namespace https://claude.ai/ | |
| // @version 1.7.0 | |
| // @description Improves screen reader navigation across Claude.ai chat and code views. Adds ARIA landmarks, article roles, heading hierarchy, live region announcements, and input focus shortcuts for NVDA + Firefox. | |
| // @author Googhga | |
| // @match https://claude.ai/* | |
| // @grant none | |
| // @run-at document-idle | |
| // ==/UserScript== |