-
-
Notifications
You must be signed in to change notification settings - Fork 169
GitHub remove diff signs
Rob Garrison edited this page Jan 18, 2018
·
29 revisions
A userscript that removes 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.
- 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