Skip to content

Add facebook.com/messages support to MessengerA11yFixes#32

Merged
jcsteh merged 1 commit intojcsteh:masterfrom
serrebi:add-facebook-messages-support
Mar 15, 2026
Merged

Add facebook.com/messages support to MessengerA11yFixes#32
jcsteh merged 1 commit intojcsteh:masterfrom
serrebi:add-facebook-messages-support

Conversation

@serrebi
Copy link
Copy Markdown
Contributor

@serrebi serrebi commented Mar 12, 2026

Summary

  • Adds @include https://www.facebook.com/messages/* to MessengerA11yFixes so the script also runs on Facebook's integrated Messenger at facebook.com/messages
  • The existing ARIA-based selectors ([role=navigation], [role=main], [role=gridcell], [role=textbox]) and keyboard shortcuts (Alt+1/2/3) work on both messenger.com and facebook.com/messages since they share the same UI

Test plan

  • Verified the script loads on https://www.facebook.com/messages/
  • Alt+1 focuses the first chat in the list
  • Alt+2 focuses the last message
  • Alt+3 focuses the composer
  • Existing messenger.com functionality is unaffected

🤖 Generated with Claude Code

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 <noreply@anthropic.com>
Copy link
Copy Markdown
Owner

@jcsteh jcsteh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@jcsteh jcsteh merged commit 306df1c into jcsteh:master Mar 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants