This Chrome extension makes your life easier when looking at GitHub pull requests. It automatically opens all the file changes for you, so you don't have to click each "Load diff" button yourself.
- Clicks all "Load diff" buttons on GitHub pull request pages automatically
- Works on pages that look like this:
https://github.com/*/*/pull/*/files
- Keeps working even as the page updates
- Go to the Releases page of this project.
- Download the latest
.crx
file. - Open Google Chrome and type
chrome://extensions
in the address bar. - Drag and drop the
.crx
file onto the extensions page. - Click "Add extension" when Chrome asks you.
- Download this project as a ZIP file and unzip it, or clone it if you know how to use Git.
- Open Google Chrome and type
chrome://extensions
in the address bar. - Turn on "Developer mode" by clicking the switch in the top right corner.
- Click "Load unpacked" and choose the folder that has the extension files.
- Install the extension using one of the methods above.
- Go to any GitHub pull request page that shows file changes.
- The extension will automatically open all the file diffs for you.
If you want to change how this extension works:
- The important files are
manifest.json
andcontent.js
. - After making changes, go back to
chrome://extensions
and click the refresh button for this extension.