A Chrome extension that adds useful modifications to the GitHub pull request interface.
https://chromewebstore.google.com/detail/github-ui-mods/fnmaeopgcjnpkimkknpeoimkdjaahfla
Adds a button next to the PR title that copies the PR title and link to your clipboard in the format: PR Title: https://link-to-pr
When viewing a draft PR, adds a "Request Review" button next to the Copilot reviewer link (/apps/copilot-pull-request-reviewer) to easily request a review while the PR is still in draft status.
-
Clone or download this repository:
git clone https://github.com/devm33/github-ui-mods.git cd github-ui-mods -
Open Chrome and navigate to
chrome://extensions/ -
Enable "Developer mode" by toggling the switch in the top-right corner
-
Click "Load unpacked" button
-
Select the
github-ui-modsdirectory (the one containingmanifest.json) -
The extension should now be installed and active!
Navigate to any GitHub pull request page. You should see:
- A "Copy PR Link" button next to the PR title
- (If it's a draft PR) A "Request Review" button next to the Copilot reviewer
- Navigate to any GitHub pull request
- Click the "Copy PR Link" button next to the PR title
- The PR title and URL will be copied to your clipboard
- The button will show "Copied!" briefly to confirm
- Navigate to a GitHub pull request that is in draft status
- Find the "Request Review" button next to the Copilot reviewer link
- Click the button to request a review from Copilot
- The button will show "Requested!" briefly to confirm
The extension consists of:
manifest.json- Extension configurationcontent.js- Content script that modifies GitHub PR pagesicon*.png- Extension icons in various sizes
To modify the extension:
- Edit the files as needed
- Go to
chrome://extensions/ - Click the refresh icon on the extension card
- Refresh any GitHub PR pages to see your changes
This extension is built for Chrome (Manifest V3) but should also work in:
- Microsoft Edge
- Brave
- Other Chromium-based browsers
See LICENSE file for details.
