Skip to content

GitHub remove diff signs

Rob Garrison edited this page Feb 17, 2019 · 29 revisions

Deprecated

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.

Screenshot

github-remove-diff-signs

Change Log

Version 1.3.2 (2019-02-16)

  • Update GitHub icon.

Version 1.3.1 (2018-08-02)

  • Fix alignment in expanded code blocks.

Version 1.3.0 (2018-07-31)

  • Modified the script to hide the content block. Removed non-essential code & meta data.

Version 1.2.4 (2018-05-17)

  • Update mutation script.

Version 1.2.3 (2018-05-10)

  • Update mutation script.

Version 1.2.2 (2018-04-09)

  • Update mutation script url.

Version 1.2.1 (2018-01-18)

  • Update assets.

Version 1.2.0 (2017-10-03)

  • Do not replace with a space. See issue #27.

Version 1.1.6 (2017-05-16)

  • Change license to MIT.

Version 1.1.5 (2017-04-21)

  • Update mutation url.

Version 1.1.2 - 1.1.4 (2017-04-13)

  • Switch to using mutations.js.

Version 1.1.0 - 1.1.1 (2017-03-25)

Version 1.0.2 (2016-12-28)

  • Clean up linting issues.

Version 1.0.1 (2016-04-05)

  • Add missing @grant parameter.

Version 1.0.0 (2016-04-05)

  • Initial commit
Clone this wiki locally