A browser extension that enhances GitHub Pull Requests, designed for stacks managed by ghstack and Sapling.
- Detects stacks from ghstack and Sapling.
- Adds a fixed bottom navbar with:
- Prev/Next navigation across the stack.
- One-click "Open in ReviewStack".
- Lightweight and private: does not collect or transmit user data.
- Clone the repo and install dependencies:
npm install
- Build the extension:
This generates the extension in the
npm run build
dist/directory.
- Open
chrome://extensions/. - Enable Developer mode (top right).
- Click Load unpacked.
- Select the
distdirectory from this project.
- Open
about:debugging. - Click This Firefox (sidebar).
- Click Load Temporary Add-on....
- Select
dist/manifest.json.
Open any GitHub Pull Request. If it’s part of a stack, you will see a bottom navbar with Prev/Next navigation and a button to open the PR in ReviewStack.
