GET IT in the Chrome App Store
When reviewing pull requests on enterprise or commercial github, there is an option to hide whitespace changes. This option is not persisted and has to be toggled each time a user reviews a pull request. The option can be toggled by adding a query parameter to the url.
This extension knows when it is on a github pull request page and adds the query parameter to the url, effectively persisting the setting 'Hide whitespace changes'.
- Using the
Hide whitespace
checkbox within Github will be honored for the current pull request view.
Issue: soon.