Firefox Browser Add-ons
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Log in
Add-on icon

Auto Advance for Proton Mail version history - 3 versions

Auto Advance for Proton Mail by Byron Carceller

There are no ratings yet
0 Stars out of 5
5
0
4
0
3
0
2
0
1
0
Auto Advance for Proton Mail version history - 3 versions
  • Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.

  • Latest version

    Version 1.1.3

    Released Apr 11, 2026 - 15.31 KB
    Works with firefox 109.0a1 and later
    Proton Mail replaced anchor-based list rows with click-handled divs, which broke every row-matching path in the extension. This rewrites row detection to use Proton's current DOM markers.

    Changes
    • getMessageRows() → selects [data-shortcut-target="item-container"] (no more anchor/class heuristics)
    • getSelectedRow() → finds the row with the item-is-selected class (fallback: data-shortcut-target-selected="true")
    • isViewingEmail() → checks for a visible [data-shortcut-target="message-container"]
    • Row identity is now tracked via data-element-id instead of URL matching (Proton no longer uses <a href> for list rows)
    • clickRow() dispatches events directly on the row div
    • Removed isVisible filter from row lookup — Proton's virtualized list reports zero-size bounding rects for rows that are still user-visible and clickable
    • Bumped version to 1.1.3

    Source code released under MIT License

    Download Firefox and get the extension
    Download file
  • Older versions

    Version 1.1.2

    Released Apr 11, 2026 - 18.25 KB
    Works with firefox 109.0a1 and later
    Fix false auto-advance triggers during email selection
    - Narrow button detection selector from '[aria-label], [title]' to only button, [role="button"]' to avoid false positives on generic elements
    - Remove 'remove' from delete regex — too broad, matched checkbox labels like "Remove from selection", now uses word-bounded delete/trash/bin
    - Add isViewingEmail() guard to armAdvance so it only fires when a specific email is open (URL matches a row); prevents triggering in list view during multi-select or checkbox interactions
    - Cancel pending advance if URL changes to a URL already in the row list, distinguishing user-initiated navigation from post-delete navigation
    - Timeout fallback now only advances if the previous email row is actually gone from the list, not just because 900ms elapsed

    Source code released under MIT License

    Download file
  • Version 1.1.0

    Released Mar 25, 2026 - 16.32 KB
    Works with firefox 109.0a1 and later

    Source code released under MIT License

    Download file
Go to Mozilla’s homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Browsers

  • Desktop
  • Mobile
  • Enterprise

Products

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike License v3.0 or any later version.