Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SaschaCowley/axSGrease
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jcsteh/axSGrease
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 4 files changed
  • 3 contributors

Commits on Aug 9, 2025

  1. GitHub: Make the add line comment buttons always visible.

    Recently, GitHub changed these so that they only appear on hover, which is nasty for screen reader users.
    Fixes jcsteh#30.
    jcsteh committed Aug 9, 2025
    Configuration menu
    Copy the full SHA
    a8af92d View commit details
    Browse the repository at this point in the history
  2. Make PR filenames headings and label the file contents (jcsteh#29)

    - Makes the filenames in diff viewers level 2 headings.
    - Moves the filename first, rather than after a bunch of controls for that file.
    - Makes the file contents a region labelled by the filename. Useful when navigating by table rather than by heading.
    SaschaCowley authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    2b9a3c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. Phabricator: Make reviewer status icons accessible (remove aria-hidde…

    …n, set role, set label).
    jcsteh committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    fd19216 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2025

  1. Add WhatsApp.

    1. Pressing alt+1 focuses the first chat in the Chats list.
    2. Pressing alt+2 focuses the last message in the active chat.
    3. Pressing the context menu key opens the context menu for the current chat or message.
    4. With NVDA, the reaction picker no longer switches to browse mode and starts reading all the reactions.
    jcsteh committed Nov 2, 2025
    Configuration menu
    Copy the full SHA
    9d21ed0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    973022e View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. Add Messenger.

    1. Pressing alt+1 focuses the first chat in the Chats list.
    2. Pressing alt+2 focuses the last message in the active chat.
    3. Pressing alt+3 focuses the message composer text box.
    jcsteh committed Nov 3, 2025
    Configuration menu
    Copy the full SHA
    a12c22d View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2025

  1. Configuration menu
    Copy the full SHA
    5e6f779 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. WhatsApp: Stop WhatsApp from forcing focus into the message list when…

    … switching away from the browser tab.
    jcsteh committed Dec 19, 2025
    Configuration menu
    Copy the full SHA
    7bc0551 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2026

  1. Configuration menu
    Copy the full SHA
    7e537e7 View commit details
    Browse the repository at this point in the history
  2. WhatsApp: Fix unknown number stripping for country codes with 3 digit…

    …s and non-English text.
    jcsteh committed Mar 7, 2026
    Configuration menu
    Copy the full SHA
    ac05b45 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2026

  1. Add support for facebook.com/messages in MessengerA11yFixes (jcsteh#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.
    serrebi authored Mar 15, 2026
    Configuration menu
    Copy the full SHA
    306df1c View commit details
    Browse the repository at this point in the history
Loading