Skip to content

Commit 306df1c

Browse files
authored
Add support for facebook.com/messages in MessengerA11yFixes (#32)
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.
1 parent ac05b45 commit 306df1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MessengerA11yFixes.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// @license Mozilla Public License version 2.0
88
// @version 2025.1
99
// @include https://www.messenger.com/*
10+
// @include https://www.facebook.com/messages/*
1011
// ==/UserScript==
1112

1213
/*** Functions for common tweaks. ***/

0 commit comments

Comments
 (0)