-
-
Notifications
You must be signed in to change notification settings - Fork 165
GitHub remove diff signs
Rob Garrison edited this page Feb 17, 2019
·
29 revisions
GitHub stopped adding the diff signs inline some time before July 2018; this userscript is no longer required!
A userscript that hides the "+" and "-" from code diffs
- This userscript modifies the "+" and "-" signs, and the first space from the diff code.
- Click this link to install from GitHub; or, install from GreasyFork or OpenUserJS.
- Update GitHub icon.
- Fix alignment in expanded code blocks.
- Modified the script to hide the content block. Removed non-essential code & meta data.
- Update mutation script.
- Update mutation script.
- Update mutation script url.
- Update assets.
- Do not replace with a space. See issue #27.
- Change license to MIT.
- Update mutation url.
- Switch to using mutations.js.
- Clean up linting issues.
- Add missing
@grant
parameter.
- Initial commit