From 0d55d1257ddbc275b7a6c9f735f309586605433c Mon Sep 17 00:00:00 2001 From: Brandon Date: Thu, 12 Mar 2026 15:07:19 -0700 Subject: [PATCH] Add support for facebook.com/messages in MessengerA11yFixes Facebook Messenger is also accessible at facebook.com/messages, which uses the same UI and ARIA roles as messenger.com. This adds an @include so the accessibility fixes and keyboard shortcuts (Alt+1/2/3) also work on that URL. Co-Authored-By: Claude Opus 4.6 --- MessengerA11yFixes.user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/MessengerA11yFixes.user.js b/MessengerA11yFixes.user.js index c94339a..ec97d60 100644 --- a/MessengerA11yFixes.user.js +++ b/MessengerA11yFixes.user.js @@ -7,6 +7,7 @@ // @license Mozilla Public License version 2.0 // @version 2025.1 // @include https://www.messenger.com/* +// @include https://www.facebook.com/messages/* // ==/UserScript== /*** Functions for common tweaks. ***/