This extension improves your Bitbucket experience by letting you navigate commit by commit in pull requests β using keyboard shortcuts or on-screen buttons.
To enable this functionality, follow these simple steps:
-
Install the Chrome Extension
π User JavaScript and CSS -
Activate Developer Mode
Openchrome://extensions/in your browser and toggle on Developer mode (works on Chromium-based browsers). -
Create Two New Rules
In the "User JavaScript and CSS" extension:- Create two new rules.
- Name them as you wish.
- Use the following URL pattern to target Bitbucket:
https://bitbucket.org/*
-
Rule 1
Add the contents of the following files:styles.cssβ CSS tabadd-commits-nav.jsβ JavaScript tab
- Reload your browser.
- Open a Bitbucket PR β you should now be able to:
- Navigate commit by commit using the
n(next) andp(previous) keys - Use newly added navigation buttons at the top of the screen
- Navigate commit by commit using the
Additionally, comments made on individual commits will be copied to the PR (still a work in progress β¨).
Make code reviews smoother and more granular, one commit at a time.
License: MIT