Skip to content

Instantly share code, notes, and snippets.

@Googhga
Googhga / script.js
Last active April 9, 2026 16:30
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.
// ==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==