Skip to content

v1.0.6 — reverse commits on the Commits tab

Choose a tag to compare

@ShiosOS ShiosOS released this 19 May 19:20

Adds support for the Commits tab and quiets down the developer console.

What's new

  • Commits tab is now reversed too. The newest day's commits move to the top of the page, and within each day the latest commit floats to the top of its group. The same toggle button you use on the Conversation tab controls both pages.
  • Toolbar icon goes blue on the Commits tab. Previously only the Conversation page lit it up; Commits stayed gray. Files Changed and Checks still gray (no comment/commit timeline to reverse).
  • Removed diagnostic console logs. Earlier versions logged [PRRC] … messages on every page load. With both supported pages working against current GitHub, the logs were noise.

Under the hood

The content script now supports multiple targets per page. Conversation is one target (the timeline). Commits is N+1 targets (the day-group container plus one inner <ul> per day). The selector strategy uses unhashed class/data-testid attributes so it should survive incidental React rebuilds.

Install

  • Chrome / Edge / Brave: download github-pr-reverse-comments.zip below, unzip, chrome://extensionsLoad unpacked. If you already loaded this folder, click the reload icon on the extension card.
  • Firefox: the signed .xpi for v1.0.6 isn't attached yet — re-upload the zip to addons.mozilla.org for a fresh signed build, then attach it back here with gh release upload v1.0.6 <path-to-xpi>. The v1.0.5 .xpi is gone with that release; only Chromium gets a downloadable artifact for now.