Skip to content

History

10 changes: 5 additions & 5 deletions Gist-raw-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@ Add a button that contains a list of gist raw file links

## Change Log

### Version 0.1.6 (12/30/2017)
### Version 0.1.6 (2017-12-30)

* Show error message if request fails.

### Version 0.1.5 (12/14/2017)
### Version 0.1.5 (2017-12-14)

* Add GM4 polyfill & update assets.
* Switch to select menu. Now using a modifier + click works as expected

### Version 0.1.4 (6/3/2017)
### Version 0.1.4 (2017-06-03)

* Fix linting issues.

### Version 0.1.3 (5/20/2017)
### Version 0.1.3 (2017-05-20)

* Always provide newest version url. Fixes [issue #18](https://github.com/Mottie/GitHub-userscripts/issues/18).

### Version 0.1.0 - 0.1.2 (5/19/2017)
### Version 0.1.0 - 0.1.2 (2017-05-19)

* Initial commit.
* Fix clicking on raw urls. See [issue #17](https://github.com/Mottie/GitHub-userscripts/issues/17).
Expand Down
28 changes: 14 additions & 14 deletions Gist-to-dabblet.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,60 +16,60 @@ A userscript that adds link buttons to a gist to open it on [dabblet.com](http:/

## Change Log

### Version 2.1.4 (12/14/2017)
### Version 2.1.4 (2017-12-14)

* Update assets.

### Version 2.1.3 (5/16/2017)
### Version 2.1.3 (2017-05-16)

* Change license to MIT.

### Version 2.1.2 (3/25/2017)
### Version 2.1.2 (2017-03-25)

* Use pjax event & fix linting.

### Version 2.1.1 (1/11/2017)
### Version 2.1.1 (2017-01-11)

* Clean up "closest" function.

### Version 2.1.0 (9/12/2016)
### Version 2.1.0 (2016-09-12)

* Convert ES6 & clean up.

### Version 2.0.1 (4/7/2016)
### Version 2.0.1 (2016-04-07)

* Fix alphanumeric match of Gist Id.

### Version 2.0.0 (3/24/2016)
### Version 2.0.0 (2016-03-24)

* Updated & rewritten in plain javascript.

### Version 1.4.1 (5/30/2013)
### Version 1.4.1 (2013-05-30)

* Style tweaks to get the Dabblet icon back.

### Version 1.4 (5/30/2013)
### Version 1.4 (2013-05-30)

* Added gh-pages for images because github now blocks images from raw files.

### Version 1.3 (3/3/2012)
### Version 1.3 (2012-03-03)

* Fixed Dabblet link url to not include the user name, since Github started namespacing gists.

### Version 1.2 (12/19/2012)
### Version 1.2 (2012-12-19)

* Chrome seems to inject the script into every page, so a check was added.

### Version 1.1 (12/17/2012)
### Version 1.1 (2012-12-17)

* Updated to work with new gists pages.
* New icons created.

### Version 1.0.1 (1/26/2012)
### Version 1.0.1 (2012-01-26)

* Fixed subdomain to make the script work in Firefox.
* Added an icon.

### Version 1.0 (1/26/2012)
### Version 1.0 (2012-01-26)

* Initial post.
20 changes: 10 additions & 10 deletions GitHub-code-folding.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,44 +14,44 @@ A userscript that adds code folding to GitHub files

## Change Log

### Version 1.0.9 (12/14/2017)
### Version 1.0.9 (2017-12-14)

* Add GM4 polyfill & update assets.

### Version 1.0.8 (10/8/2017)
### Version 1.0.8 (2017-10-08)

* Remove incorrect code padding.

### Version 1.0.7 (10/8/2017)
### Version 1.0.7 (2017-10-08)

* Update mutation script url.

### Version 1.0.6 (9/2/2017)
### Version 1.0.6 (2017-09-02)

* Position ellipsis above code guides.
* Append collapse arrow (prevent interference with whitespace userscript).

### Version 1.0.5 (5/16/2017)
### Version 1.0.5 (2017-05-16)

* Change license to MIT.

### Version 1.0.4 (4/21/2017)
### Version 1.0.4 (2017-04-21)

* Update mutation url.

### Version 1.0.1 - 1.0.3 (4/13/2017)
### Version 1.0.1 - 1.0.3 (2017-04-13)

* Switch to using mutations.js.

### Version 1.0.0 (3/25/2017)
### Version 1.0.0 (2017-03-25)

* Use pjax event & fix linting.

### Version 0.1.1 (1/11/2017)
### Version 0.1.1 (2017-01-11)

* Clean up "closest" function.
* Use `classList` toggle.

### Version 0.1.0 (12/28/2016)
### Version 0.1.0 (2016-12-28)

* Initial commit
20 changes: 10 additions & 10 deletions GitHub-code-guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,46 +159,46 @@ Resulting CSS (see the Guidelines section above to see why these values are used

## Change Log

### Version 1.1.9 (12/1/2017)
### Version 1.1.9 (2017-12-01)

* Guides no longer prevent text selection. Fixes [issue #32](https://github.com/Mottie/GitHub-userscripts/issues/32).

### Version 1.1.7 – 1.1.8 (9/2/2017)
### Version 1.1.7 – 1.1.8 (2017-09-02)

* Fix alignment issues.
* Set guide after indicated character.

### Version 1.1.6 (5/16/2017)
### Version 1.1.6 (2017-05-16)

* Change license to MIT.

### Version 1.1.5 (4/13/2017)
### Version 1.1.5 (2017-04-13)

* Clarify option name in menu.
* Meta: update screenshots.

### Version 1.1.3 - 1.1.4 (4/11/2017)
### Version 1.1.3 - 1.1.4 (2017-04-11)

* Fix position accuracy; alignment is still slightly off. See [issue #10](https://github.com/Mottie/GitHub-userscripts/issues/10).
* Add tab size option & fix paddings.

### Version 1.1.2 (3/25/2017)
### Version 1.1.2 (2017-03-25)

* Fix linting.

### Version 1.1.1 (1/31/2017)
### Version 1.1.1 (2017-01-31)

* Fix overflow of content on blame pages.

### Version 1.1.0 (9/29/2016)
### Version 1.1.0 (2016-09-29)

* Remove guides & monospace font from textarea. Fixes [issue #9](https://github.com/Mottie/GitHub-userscripts/issues/9).
* No guides on non-code lines. Fixes [issue #10](https://github.com/Mottie/GitHub-userscripts/issues/10).

### Version 1.0.1 (9/12/2016)
### Version 1.0.1 (2016-09-12)

* Beautify.

### Version 1.0.0 (8/27/2016)
### Version 1.0.0 (2016-08-27)

* Initial commit
26 changes: 13 additions & 13 deletions GitHub-code-show-whitespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,58 +22,58 @@ A userscript that shows whitespace (space, tabs and carriage returns) in code bl

## Change Log

### Version 1.1.6 (12/17/2017)
### Version 1.1.6 (2017-12-17)

* Tooltips show below sticky header.

### Version 1.1.5 (12/14/2017)
### Version 1.1.5 (2017-12-14)

* Add GM4 polyfill & update assets.

### Version 1.1.3 – 1.1.4 (12/05/2017)
### Version 1.1.3 – 1.1.4 (2017-12-05)

* Use updated mutations script. Fixes [issue #33](https://github.com/Mottie/GitHub-userscripts/issues/33).
* Use smaller icon.

### Version 1.1.1 – 1.1.2 (10/11/2017)
### Version 1.1.1 – 1.1.2 (2017-10-11)

* Hide leading space in diff. See [issue #27](https://github.com/Mottie/GitHub-userscripts/issues/27).
* Fix expanded & diff rows.

### Version 1.1.0 (10/03/2017)
### Version 1.1.0 (2017-10-03)

* Fix weird alignment issues in markdown files. See [issue #27](https://github.com/Mottie/GitHub-userscripts/issues/27).
* Fix alignment for no-extension files. See [issue #27](https://github.com/Mottie/GitHub-userscripts/issues/27).
* Remove all tab-size adjustments.

### Version 1.0.0 (10/01/2017)
### Version 1.0.0 (2017-10-01)

* Show all whitespace. Fixes [issue #27](https://github.com/Mottie/GitHub-userscripts/issues/27).

### Version 0.1.8 (9/22/2017)
### Version 0.1.8 (2017-09-22)

* Include trailing whitespace.

### Version 0.1.7 (9/2/2017)
### Version 0.1.7 (2017-09-02)

* Properly add whitespace to all lines.

### Version 0.1.6 (5/16/2017)
### Version 0.1.6 (2017-05-16)

* Change license to MIT.

### Version 0.1.5 (4/21/2017)
### Version 0.1.5 (2017-04-21)

* Update mutation url.

### Version 0.1.2 - 0.1.4 (4/13/2017)
### Version 0.1.2 - 0.1.4 (2017-04-13)

* Switch to using mutations.js.

### Version 0.1.1 (3/27/2017)
### Version 0.1.1 (2017-03-27)

* Add to gist pages.

### Version 0.1.0 (3/26/2017)
### Version 0.1.0 (2017-03-26)

* Initial commit
22 changes: 11 additions & 11 deletions GitHub-collapse-in-comment.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,48 +20,48 @@ A userscript that adds a header that can toggle long code and quote blocks in co

## Change Log

### Version 1.0.12 (10/8/2017)
### Version 1.0.12 (2017-10-08)

* Update mutation script url.

### Version 1.0.11 (5/16/2017)
### Version 1.0.11 (2017-05-16)

* Change license to MIT.

### Version 1.0.10 (4/21/2017)
### Version 1.0.10 (2017-04-21)

* Update mutation url.

### Version 1.0.7 - 1.0.9 (4/13/2017)
### Version 1.0.7 - 1.0.9 (2017-04-13)

* Switch to using mutations.js.

### Version 1.0.6 (3/25/2017)
### Version 1.0.6 (2017-03-25)

* Use pjax & preview events.

### Version 1.0.5 (1/11/2017)
### Version 1.0.5 (2017-01-11)

* Clean up "closest" function.
* Use `classList` toggle.

### Version 1.0.4 (10/3/2016)
### Version 1.0.4 (2016-10-03)

* Show current state when changing option. See [issue #12](https://github.com/Mottie/GitHub-userscripts/issues/12).

### Version 1.0.3 (10/2/2016)
### Version 1.0.3 (2016-10-02)

* Change initial state choices to "collapsed" or "expanded". See [issue #12](https://github.com/Mottie/GitHub-userscripts/issues/12).

### Version 1.0.2 (9/12/2016)
### Version 1.0.2 (2016-09-12)

* Beautify.

### Version 1.0.1 (7/30/2016)
### Version 1.0.1 (2016-07-30)

* Improve accessibility of header.
* Fix squished collapsed arrow.

### Version 1.0.0 (6/27/2016)
### Version 1.0.0 (2016-06-27)

* Initial commit.
26 changes: 13 additions & 13 deletions GitHub-collapse-markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,58 +92,58 @@ A userscript that collapses markdown headers

## Change Log

### Version 1.1.11 (10/03/2017)
### Version 1.1.11 (2017-10-03)

* Fix undefined variable.

### Version 1.1.10 (10/01/2017)
### Version 1.1.10 (2017-10-01)

* Code cleanup. Update to match Octopatcher code.

### Version 1.1.9 (5/24/2017)
### Version 1.1.9 (2017-05-24)

* Fix javascript error.

### Version 1.1.8 (5/16/2017)
### Version 1.1.8 (2017-05-16)

* Change license to MIT.

### Version 1.1.7 (3/25/2017)
### Version 1.1.7 (2017-03-25)

* Fix linting.

### Version 1.1.6 (1/11/2017)
### Version 1.1.6 (2017-01-11)

* Clean up "closest" function.
* Use `classList` toggle.

### Version 1.1.5 (12/18/2016)
### Version 1.1.5 (2016-12-18)

* Make user set options case-insensitive

### Version 1.1.3 & 1.1.4 (10/3/2016)
### Version 1.1.3 & 1.1.4 (2016-10-03)

* Show current state when changing option.
* Make code work on Firefox. Fixes [issue #13](https://github.com/Mottie/GitHub-userscripts/issues/13).

### Version 1.1.2 (10/2/2016)
### Version 1.1.2 (2016-10-02)

* Change collapse markdown state choices to "collapsed" or "expanded".

### Version 1.1.1 (9/12/2016)
### Version 1.1.1 (2016-09-12)

* Beautify.

### Version 1.1.0 (7/30/2016)
### Version 1.1.0 (2016-07-30)

* Add support for [GitHub-FixedHeader](https://github.com/StylishThemes/GitHub-FixedHeader) style.
* Include GitHub help pages.
* Fix lint & a code tweak.

### Version 1.0.1 (7/5/2016)
### Version 1.0.1 (2016-07-05)

* Don't toggle on link & image clicks.

### Version 1.0.0 (6/27/2016)
### Version 1.0.0 (2016-06-27)

* Initial commit.
6 changes: 3 additions & 3 deletions GitHub-custom-hotkeys.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Here is a basic hotkey example (paste this JSON into the code window)

## Change Log

### Version 1.0.9 (9/22/2017)
### Version 1.0.9 (2017-09-22)

* Update reserved names
* Prevent reserved name partial matches. Fixes [issue #26](https://github.com/Mottie/GitHub-userscripts/issues/26).
Expand All @@ -206,11 +206,11 @@ Here is a basic hotkey example (paste this JSON into the code window)
* Pull requests are now treated as an issue.
* Extract `page=#` or `p=#` from query string.

### Version 1.0.8 (9/2/2017)
### Version 1.0.8 (2017-09-02)

* Include reserved names version.

### Version 1.0.7 (8/22/2017)
### Version 1.0.7 (2017-08-22)

* Update to use new header class.

Expand Down
6 changes: 3 additions & 3 deletions GitHub-custom-navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,15 +318,15 @@ Gist - After
## Change Log
### Version 1.0.17 (10/03/2017)
### Version 1.0.17 (2017-10-03)
* Fix linting issue.
### Version 1.0.16 (10/01/2017)
### Version 1.0.16 (2017-10-01)
* Set link minimum width.
### Version 1.0.15 (8/22/2017)
### Version 1.0.15 (2017-08-22)
* Update to use new header classes.
Expand Down
4 changes: 2 additions & 2 deletions GitHub-diff-filename.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ A userscript that highlights filename & permission alterations

## Change Log

### Version 0.1.1 (10/8/2017)
### Version 0.1.1 (2017-10-08)

* Update mutation script url.

### Version 0.1.0 (8/27/2017)
### Version 0.1.0 (2017-08-27)

* Initial commit
16 changes: 8 additions & 8 deletions GitHub-diff-files-filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,37 +19,37 @@ A userscript that adds filters that toggle diff & PR files by extension

## Change Log

### Version 0.1.9 (10/8/2017)
### Version 0.1.9 (2017-10-08)

* Update mutation script url.
* Fix linting issues.

### Version 0.1.8 (5/16/2017)
### Version 0.1.8 (2017-05-16)

* Change license to MIT.

### Version 0.1.7 (4/21/2017)
### Version 0.1.7 (2017-04-21)

* Update mutation url.

### Version 0.1.4 - 0.1.6 (4/13/2017)
### Version 0.1.4 - 0.1.6 (2017-04-13)

* Allow updating of filters.
* Switch to using mutations.js.
* Added tooltip showing the number of files for each filter.

### Version 0.1.3 (3/25/2017)
### Version 0.1.3 (2017-03-25)

* Use pjax event & fix linting.

### Version 0.1.2 (1/11/2017)
### Version 0.1.2 (2017-01-11)

* Clean up "closest" function.

### Version 0.1.1 (01/02/2016)
### Version 0.1.1 (2016-01-02)

* Check for empty arrays, then check type length.

### Version 0.1.0 (12/31/2016)
### Version 0.1.0 (2016-12-31)

* Initial commit.
18 changes: 9 additions & 9 deletions GitHub-diff-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,41 +11,41 @@ A userscript that adds links to diff and pull request headers to jump back & for

## Change Log

### Version 1.2.7 (10/8/2017)
### Version 1.2.7 (2017-10-08)

* Update mutation script url.

### Version 1.2.6 (5/16/2017)
### Version 1.2.6 (2017-05-16)

* Change license to MIT.

### Version 1.2.5 (4/21/2017)
### Version 1.2.5 (2017-04-21)

* Update mutation url.

### Version 1.2.4 (4/15/2017)
### Version 1.2.4 (2017-04-15)

* Adjust anchors under sticky diff header.

### Version 1.2.1 - 1.2.3 (4/13/2017)
### Version 1.2.1 - 1.2.3 (2017-04-13)

* Use mutations.js & fix links after progressive load.

### Version 1.2.0 (3/25/2017)
### Version 1.2.0 (2017-03-25)

* Optimize observers & fix linting.

### Version 1.1.2 (12/28/2016)
### Version 1.1.2 (2016-12-28)

* Clean up linting issues.

### Version 1.1.0 & 1.1.1 (9/14/2016)
### Version 1.1.0 & 1.1.1 (2016-09-14)

* Code cleanup (beautify).
* Add support to PR pages.
* Add disabled prev & next buttons to first & last files, respectively.
* Update userscript description.

### Version 1.0.0 (7/21/2016)
### Version 1.0.0 (2016-07-21)

* Initial commit
2 changes: 1 addition & 1 deletion GitHub-files-filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A userscript that adds filters that toggle the view of repo files by extension

## Change Log

### Version 0.1.2 (10/8/2017)
### Version 0.1.2 (2017-10-08)

* Update mutation script url.

Expand Down
26 changes: 13 additions & 13 deletions GitHub-font-preview.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,47 +20,47 @@ A userscript that adds a font file preview

## Change Log

### Version 1.0.14 (10/8/2017)
### Version 1.0.14 (2017-10-08)

* Update mutation script url.

### Version 1.0.13 (5/16/2017)
### Version 1.0.13 (2017-05-16)

* Change license to MIT.

### Version 1.0.12 (4/21/2017)
### Version 1.0.12 (2017-04-21)

* Update mutation url.

### Version 1.0.9 - 1.0.11 (4/13/2017)
### Version 1.0.9 - 1.0.11 (2017-04-13)

* Switch to using mutations.js.

### Version 1.0.8 (3/25/2017)
### Version 1.0.8 (2017-03-25)

* Use pjax event & fix linting.

### Version 1.0.7 (12/28/2016)
### Version 1.0.7 (2016-12-28)

* Clean up linting issues.

### Version 1.0.6 (12/27/2016)
### Version 1.0.6 (2016-12-27)

* Fix GitHub font preview mini glyph fill. See [pull #14](https://github.com/Mottie/GitHub-userscripts/pull/14); thanks [@emabrey](https://github.com/emabrey)!

### Version 1.0.5 (7/30/2016)
### Version 1.0.5 (2016-07-30)

* Fix HR css breaking page layouts.

### Version 1.0.4 (7/21/2016)
### Version 1.0.4 (2016-07-21)

* Catch javascript error on diff pages.

### Version 1.0.3 (6/20/2016)
### Version 1.0.3 (2016-06-20)

* Limit height of font data blocks.

### Version 1.0.2 (6/12/2016)
### Version 1.0.2 (2016-06-12)

* Add UI improvements
* Add loading indicator.
Expand All @@ -71,10 +71,10 @@ A userscript that adds a font file preview
* Increase size of glyph blocks.
* Prevent glyph data from displaying "undefined" values.

### Version 1.0.1 (6/11/2016)
### Version 1.0.1 (2016-06-11)

* Show "Undefined" for empty font tables; usually the Font Variations (`fvar`) table.

### Version 1.0.0 (6/11/2016)
### Version 1.0.0 (2016-06-11)

* Initial commit
36 changes: 18 additions & 18 deletions GitHub-image-preview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A userscript that allows the previewing of repository images.

## Change Log

### Version 1.1.11 (10/8/2017)
### Version 1.1.11 (2017-10-08)

* Update mutation script url.

Expand All @@ -21,75 +21,75 @@ A userscript that allows the previewing of repository images.
* Handle symlink directories.
* Add a class for folder tiles.

### Version 1.1.9 (5/16/2017)
### Version 1.1.9 (2017-05-16)

* Change license to MIT.

### Version 1.1.8 (4/21/2017)
### Version 1.1.8 (2017-04-21)

* Update mutation url.

### Version 1.1.5 - 1.1.7 (4/13/2017)
### Version 1.1.5 - 1.1.7 (2017-04-13)

* Switch to using mutations.js.

### Version 1.1.4 (3/25/2017)
### Version 1.1.4 (2017-03-25)

* Use pjax event & fix linting.

### Version 1.1.3 (12/21/2016)
### Version 1.1.3 (2016-12-21)

* Reduce image tile margin.

### Version 1.1.2 (9/24/2016)
### Version 1.1.2 (2016-09-24)

* Adjust preview card size after GitHub changes.

### Version 1.1.0 - 1.1.1 (9/16/2016)
### Version 1.1.0 - 1.1.1 (2016-09-16)

* Change "btn-group" to "BtnGroup" (GitHub update).
* Beautify.
* One more button class tweak.

### Version 1.0.9 (7/28/2016)
### Version 1.0.9 (2016-07-28)

* Fixed a selector, then went crazy (converted to ES6).

### Version 1.0.8 (7/28/2016)
### Version 1.0.8 (2016-07-28)

* Style tweaks.

### Version 1.0.7 (6/7/2016)
### Version 1.0.7 (2016-06-07)

* Ignore case on image types.

### Version 1.0.6 (5/22/2016)
### Version 1.0.6 (2016-05-22)

* Support submodules & non-links.
* Add link colors to non-image files.

### Version 1.0.5 (5/21/2016)
### Version 1.0.5 (2016-05-21)

* Move file extension text over the file icon.

### Version 1.0.4 (5/19/2016)
### Version 1.0.4 (2016-05-19)

* Fix file extension display:
* Ignore extensionless files (e.g. "LICENSE").
* Ignore files starting with a period (e.g. ".gitignore").

### Version 1.0.3 (5/18/2016)
### Version 1.0.3 (2016-05-18)

* Add `@connect` setting to prevent popup warnings.

### Version 1.0.2 (5/18/2016)
### Version 1.0.2 (2016-05-18)

* Show file extension for non-image files.

### Version 1.0.1 (5/18/2016)
### Version 1.0.1 (2016-05-18)

* Increase check display mode delay on init.

### Version 1.0.0 (5/17/2016)
### Version 1.0.0 (2016-05-17)

* Initial commit
12 changes: 6 additions & 6 deletions GitHub-indent-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,27 @@ A userscript that allows you to indent & outdent blocks in the comment editor

## Change Log

### Version 1.0.7 (10/8/2017)
### Version 1.0.7 (2017-10-08)

* Update mutation script url.

### Version 1.0.6 (5/16/2017)
### Version 1.0.6 (2017-05-16)

* Change license to MIT.

### Version 1.0.5 (4/21/2017)
### Version 1.0.5 (2017-04-21)

* Update mutation url.

### Version 1.0.2 - 1.0.4 (4/13/2017)
### Version 1.0.2 - 1.0.4 (2017-04-13)

* Switch to using mutations.js.

### Version 1.0.1 (3/25/2017)
### Version 1.0.1 (2017-03-25)

* Use pjax event & move caret code.
* Set textarea tab size.

### Version 1.0.0 (3/15/2017)
### Version 1.0.0 (2017-03-15)

* Initial commit
54 changes: 27 additions & 27 deletions GitHub-issue-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,124 +24,124 @@ Note: repeat +1s removed, so this number may not match the "Hide +1s" value.

## Change Log

### Version 1.1.3 (10/20/2017)
### Version 1.1.3 (2017-10-20)

* Update reference selector. Fixes [issue #28](https://github.com/Mottie/GitHub-userscripts/issues/28).

### Version 1.1.1 – 1.1.2 (10/10/2017)
### Version 1.1.1 – 1.1.2 (2017-10-10)

* Fix js error & replace header.
* Fix another js error.

### Version 1.1.0 (10/8/2017)
### Version 1.1.0 (2017-10-08)

* Add Reviews (all & outdated) toggle.
* Show active button while content is hidden.
* Update mutation script url.

### Version 1.0.27 (6/5/2017)
### Version 1.0.27 (2017-06-05)

* Update avatar logo class name. Fixes [issue #20](https://github.com/Mottie/GitHub-userscripts/issues/20).

### Version 1.0.26 (5/16/2017)
### Version 1.0.26 (2017-05-16)

* Change license to MIT.

### Version 1.0.25 (4/21/2017)
### Version 1.0.25 (2017-04-21)

* Update mutation url.

### Version 1.0.22 - 1.0.24 (4/13/2017)
### Version 1.0.22 - 1.0.24 (2017-04-13)

* Switch to using mutations.js.

### Version 1.0.21 (3/25/2017)
### Version 1.0.21 (2017-03-25)

* Use pjax event & optimize observers.

### Version 1.0.20 (1/11/2017)
### Version 1.0.20 (2017-01-11)

* Clean up "closest" function.

### Version 1.0.19 (12/28/2016)
### Version 1.0.19 (2016-12-28)

* Clean up linting issues.

### Version 1.0.18 (7/17/2016)
### Version 1.0.18 (2016-07-17)

* Add "cmon" & "come on" to list of words to ignore.

### Version 1.0.17 (7/11/2016)
### Version 1.0.17 (2016-07-11)

* Fix JS error when first comment doesn't have a reaction.

### Version 1.0.16 (7/9/2016)
### Version 1.0.16 (2016-07-09)

* Add unicode thumbs up which later get replaced by an image in Windows.
* Always show first comment reactions.

### Version 1.0.15 (6/28/2016)
### Version 1.0.15 (2016-06-28)

* Fix JS error that pops up when you toggle selections that have content.

### Version 1.0.13 & 1.0.14 (6/16/2016)
### Version 1.0.13 & 1.0.14 (2016-06-16)

* Prevent JS error when no items exist.
* Prevent JS error in closest function.

### Version 1.0.12 (6/14/2016)
### Version 1.0.12 (2016-06-14)

* Update menu UI.
* Show bold menu text only when an item is checked.
* Fade out menu items when no related elements are detected (except hide +1).
* Requested by darkred ([ref](https://greasyfork.org/en/forum/discussion/10021/)).
* Code clean up, using more ES6.

### Version 1.0.11 (6/13/2016)
### Version 1.0.11 (2016-06-13)

* Add check to prevent javascript errors.

### Version 1.0.10 (6/6/2016)
### Version 1.0.10 (2016-06-06)

* Use native element matches.

### Version 1.0.9 (5/25/2016)
### Version 1.0.9 (2016-05-25)

* Remove parentheses from reaction count.

### Version 1.0.8 (5/24/2016)
### Version 1.0.8 (2016-05-24)

* Hide more comments, but don't count authors twice.

### Version 1.0.7 (5/23/2016)
### Version 1.0.7 (2016-05-23)

* Do not remove link only comments (see [these comments](https://github.com/isaacs/github/issues/618#issuecomment-200869630)).
* Add hidden +1 count to top post. Requested [here](https://github.com/isaacs/github/issues/64).
* Auto update after "View more" comments is used (see [a link here](https://github.com/isaacs/github/issues/215#issuecomment-110343438)).

### Version 1.0.5 & 1.0.6 (5/22/2016)
### Version 1.0.5 & 1.0.6 (2016-05-22)

* Include a count of hidden items in the menu.
* Only run script on issue pages.

### Version 1.0.4 (5/19/2016)
### Version 1.0.4 (2016-05-19)

* Remove regex test, use replace instead. Hide plus 1 was including "Fixes gh-123" comments.

### Version 1.0.3 (5/17/2016)
### Version 1.0.3 (2016-05-17)

* Fix checkmark wrap in Firefox ([ref](https://greasyfork.org/en/forum/discussion/9166/x)).

### Version 1.0.2 (4/10/2016)
### Version 1.0.2 (2016-04-10)

* Include "pleeeassseee" comments when removing +1s.

### Version 1.0.1 (4/7/2016)
### Version 1.0.1 (2016-04-07)

* Consider any emoji as a +1 (e.g. cake, tada, etc)
* Update selections after (ajax) page change.
* Prevent JS error with a solitary empty comment.

### Version 1.0.0 (4/4/2016)
### Version 1.0.0 (2016-04-04)

* Initial commit
2 changes: 1 addition & 1 deletion GitHub-issue-counts.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A userscript that adds a repo issues count to the user repository & organiza

## Change Log

### Version 3.0.10 (10/8/2017)
### Version 3.0.10 (2017-10-08)

* Update mutation script url.

Expand Down
14 changes: 7 additions & 7 deletions GitHub-issue-highlighter.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,30 @@ A userscript that highlights the linked-to comment.

## Change Log

### Version 1.0.6 (12/30/2017)
### Version 1.0.6 (2017-12-30)

* Add GM4 polyfill & update assets.

### Version 1.0.5 (6/11/2017)
### Version 1.0.5 (2017-06-11)

* Prevent JS error from invalid hash.

### Version 1.0.4 (5/16/2017)
### Version 1.0.4 (2017-05-16)

* Change license to MIT.

### Version 1.0.3 (3/25/2017)
### Version 1.0.3 (2017-03-25)

* Fix linting.

### Version 1.0.2 (12/28/2016)
### Version 1.0.2 (2016-12-28)

* Clean up linting issues.

### Version 1.0.1 (7/28/2016)
### Version 1.0.1 (2016-07-28)

* Fix css to override GitHub Dark styles.

### Version 1.0.0 (5/21/2016)
### Version 1.0.0 (2016-05-21)

* Initial commit
6 changes: 3 additions & 3 deletions GitHub-issue-show-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ A userscript that adds an obvious indicator showing if an issue or pull request

## Change Log

### Version 0.1.2 (8/22/2017)
### Version 0.1.2 (2017-08-22)

* Prevent js error.

### Version 0.1.1 (6/3/2017)
### Version 0.1.1 (2017-06-03)

* Use updated mutations.js version; the newer version will indicate when a new item (e.g. an issue status change) has been added to the discussion.

### Version 0.1.0 (6/2/2017)
### Version 0.1.0 (2017-06-02)

* Initial commit
8 changes: 4 additions & 4 deletions GitHub-label-color-picker.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@ A userscript that adds a color picker to the label color input

## Change Log

### Version 1.0.3 (5/16/2017)
### Version 1.0.3 (2017-05-16)

* Change license to MIT.

### Version 1.0.2 (3/25/2017)
### Version 1.0.2 (2017-03-25)

* Fix linting.

### Version 1.0.1 (12/28/2016)
### Version 1.0.1 (2016-12-28)

* Clean up linting issues.
* Fix `renderCallback` to update the input color value.

### Version 1.0.0 (9/16/2016)
### Version 1.0.0 (2016-09-16)

* Initial commit
16 changes: 8 additions & 8 deletions GitHub-remove-diff-signs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,35 @@ A userscript that removes the "+" and "-" from code diffs

## Change Log

### Version 1.2.0 (10/3/2017)
### Version 1.2.0 (2017-10-03)

* Do not replace with a space. See [issue #27](https://github.com/Mottie/GitHub-userscripts/issues/27).

### Version 1.1.6 (5/16/2017)
### Version 1.1.6 (2017-05-16)

* Change license to MIT.

### Version 1.1.5 (4/21/2017)
### Version 1.1.5 (2017-04-21)

* Update mutation url.

### Version 1.1.2 - 1.1.4 (4/13/2017)
### Version 1.1.2 - 1.1.4 (2017-04-13)

* Switch to using mutations.js.

### Version 1.1.0 - 1.1.1 (3/25/2017)
### Version 1.1.0 - 1.1.1 (2017-03-25)

* Optimize observers & fixes [issue #15](https://github.com/Mottie/GitHub-userscripts/issues/15).
* Fix class name checking. See [issue #15](https://github.com/Mottie/GitHub-userscripts/issues/15).

### Version 1.0.2 (12/28/2016)
### Version 1.0.2 (2016-12-28)

* Clean up linting issues.

### Version 1.0.1 (4/5/2016)
### Version 1.0.1 (2016-04-05)

* Add missing `@grant` parameter.

### Version 1.0.0 (4/5/2016)
### Version 1.0.0 (2016-04-05)

* Initial commit
4 changes: 2 additions & 2 deletions GitHub-reveal-header.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ A userscript that reveals the header when hovering near the top of the screen

## Change Log

### Version 0.1.2 (8/22/2017)
### Version 0.1.2 (2017-08-22)

* Update to use new header class.

### Version 0.1.0 (6/3/2017)
### Version 0.1.0 (2017-06-03)

* Initial commit
22 changes: 11 additions & 11 deletions GitHub-rtl-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,52 +9,52 @@ A userscript that adds a button to insert RTL text blocks in comments

## Change Log

### Version 1.2.10 (10/8/2017)
### Version 1.2.10 (2017-10-08)

* Update mutation script url.

### Version 1.2.9 (5/16/2017)
### Version 1.2.9 (2017-05-16)

* Change license to MIT.

### Version 1.2.8 (4/21/2017)
### Version 1.2.8 (2017-04-21)

* Update mutation url.

### Version 1.2.5 - 1.2.7 (4/13/2017)
### Version 1.2.5 - 1.2.7 (2017-04-13)

* Switch to using mutations.js.

### Version 1.2.4 (3/25/2017)
### Version 1.2.4 (2017-03-25)

* Use pjax event & move caret code.

### Version 1.2.2 (1/11/2017)
### Version 1.2.2 (2017-01-11)

* Clean up "closest" function.

### Version 1.2.1 (12/28/2016)
### Version 1.2.1 (2016-12-28)

* Clean up linting issues.

### Version 1.2.0 (6/24/2016)
### Version 1.2.0 (2016-06-24)

* Include in Gists comments.
* Reduce update calls on preview.

### Version 1.1.1 (6/16/2016)
### Version 1.1.1 (2016-06-16)

* Remove `unicode-bidi` setting on RTL content.
* Apply formatting after comment edit.

### Version 1.1.0 (6/15/2016)
### Version 1.1.0 (2016-06-15)

* Replace `‏` and `‎` within markdown with a div.
* Include `unicode-bidi:isolate;`
* Force LTR inside code blocks.
* Start using some ES6 code.
* See https://github.com/dear-github/dear-github/issues/147 for details.

### Version 1.0.0 (6/13/2016)
### Version 1.0.0 (2016-06-13)

* Initial commit
10 changes: 5 additions & 5 deletions GitHub-search-autocomplete.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,24 @@ A userscript that adds autocomplete search filters to GitHub

## Change Log

### Version 0.1.5 (5/17/2017)
### Version 0.1.5 (2017-05-17)

* Add gist search results page.

### Version 0.1.4 (5/16/2017)
### Version 0.1.4 (2017-05-16)

* Change license to MIT.

### Version 0.1.3 (5/10/2017)
### Version 0.1.3 (2017-05-10)

* Remove initialization flag.
* Remove trailing colon from logical operators (AND, OR, NOT).

### Version 0.1.2 (4/13/2017)
### Version 0.1.2 (2017-04-13)

* Update jQuery v3.2.1.

### Version 0.1.0 & 0.1.1 (3/31/2017)
### Version 0.1.0 & 0.1.1 (2017-03-31)

* Initial commit.
* Fix linting issues
40 changes: 20 additions & 20 deletions GitHub-sort-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,86 +45,86 @@ Following/You Know

## Change Log

### Verison 1.2.4 (12/13/2017)
### Verison 1.2.4 (2017-12-13)

* Add GM4 polyfill & update assets.
* Add sort to Your Teams.

### Version 1.2.3 (10/11/2017)
### Version 1.2.3 (2017-10-11)

* Fix sort container selectors.

### Version 1.2.2 (10/8/2017)
### Version 1.2.2 (2017-10-08)

* Update mutation script url.
* Fix linting issues.

### Version 1.2.1 (7/14/2017)
### Version 1.2.1 (2017-07-14)

* Prevent duplicate header on browser back (Chrome).

### Version 1.2.0 (7/3/2017)
### Version 1.2.0 (2017-07-03)

* Make repo file list sortable. Fixes [issue #24](https://github.com/Mottie/GitHub-userscripts/issues/24).

### Version 1.1.6 (5/16/2017)
### Version 1.1.6 (2017-05-16)

* Change license to MIT.

### Version 1.1.5 (3/25/2017)
### Version 1.1.5 (2017-03-25)

* Fix linting.

### Version 1.1.4 (1/13/2017)
### Version 1.1.4 (2017-01-13)

* Remove extra css definitiion.

### Version 1.1.3 (1/11/2017)
### Version 1.1.3 (2017-01-11)

* Clean up "closest" function.
* Update to match layout changes.

### Version 1.1.2 (12/31/2016)
### Version 1.1.2 (2016-12-31)

* Remove unnecessary log.

### Version 1.1.1 (12/28/2016)
### Version 1.1.1 (2016-12-28)

* Clean up linting issues.

### Version 1.1.0 (9/15/2016)
### Version 1.1.0 (2016-09-15)

* Add sort to user navigation bar (Overview, Repositories, Stars, Followers & Following).

### Version 1.0.8 (9/12/2016)
### Version 1.0.8 (2016-09-12)

* Beautified.

### Version 1.0.7 (9/3/2016)
### Version 1.0.7 (2016-09-03)

* Add sort to [watching list](https://github.com/watching).

### Version 1.0.6 (9/2/2016)
### Version 1.0.6 (2016-09-02)

* Clean up code & Fix sorting issue on main page repo boxes.

### Version 1.0.4 & 1.0.5 (8/20/2016)
### Version 1.0.4 & 1.0.5 (2016-08-20)

* Include background no-repeat with sorted arrows. Fixes [issue #5](https://github.com/Mottie/GitHub-userscripts/issues/5).
* Update user repo tab class name. See [issue #5](https://github.com/Mottie/GitHub-userscripts/issues/5).

### Version 1.0.3 (7/29/2016)
### Version 1.0.3 (2016-07-29)

* Prevent JS error when clicking on the TOC userscript arrows.

### Version 1.0.2 (7/21/2016)
### Version 1.0.2 (2016-07-21)

* Add following/follower list sort.

### Version 1.0.1 (7/17/2016)
### Version 1.0.1 (2016-07-17)

* Add missing !important flag & screenshot.

### Version 1.0.0 (7/13/2016)
### Version 1.0.0 (2016-07-13)

* Initial commit.
2 changes: 1 addition & 1 deletion GitHub-static-time.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A userscript that replaces relative times with a static time formatted as you li

## Change Log

### Version 0.1.3 (10/8/2017)
### Version 0.1.3 (2017-10-08)

* Update mutation script url.
* Fix linting issues.
Expand Down
30 changes: 15 additions & 15 deletions GitHub-table-of-contents.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,65 +22,65 @@ A userscript that adds a table of contents to both readme and wiki pages.

## Change Log

### Version 1.2.11 (10/8/2017)
### Version 1.2.11 (2017-10-08)

* Update mutation script url.

### Version 1.2.10 (8/22/2017)
### Version 1.2.10 (2017-08-22)

* Update to use new header class.

### Version 1.2.9 (5/16/2017)
### Version 1.2.9 (2017-05-16)

* Change license to MIT.

### Version 1.2.8 (4/21/2017)
### Version 1.2.8 (2017-04-21)

* Update mutation url.

### Version 1.2.5 - 1.2.7 (4/13/2017)
### Version 1.2.5 - 1.2.7 (2017-04-13)

* Switch to using mutations.js.

### Version 1.2.4 (4/4/2017)
### Version 1.2.4 (2017-04-04)

* Include Gist pages.

### Version 1.2.3 (3/31/2017)
### Version 1.2.3 (2017-03-31)

* Collapse arrow now correctly groups sub-headers.

### Version 1.2.2 (3/25/2017)
### Version 1.2.2 (2017-03-25)

* Use pjax event & fix linting.
* Add link to docs.

### Version 1.2.1 (12/28/2016)
### Version 1.2.1 (2016-12-28)

* Clean up linting issues.

### Version 1.2.0 (7/29/2016)
### Version 1.2.0 (2016-07-29)

* Add z-index to icon ([fixed header style](https://github.com/StylishThemes/GitHub-FixedHeader)) & convert to ES6

### Version 1.1.2 (7/5/2016)
### Version 1.1.2 (2016-07-05)

* Arrows will again collapse content.

### Version 1.1.1 (6/6/2016)
### Version 1.1.1 (2016-06-06)

* Only clicking on an arrow will toggle the sub-group.

### Version 1.1.0 (6/6/2016)
### Version 1.1.0 (2016-06-06)

* <kbd>Shift</kbd> + Click now toggles all same level items.
* Don't show TOC when less than 3 listings.
* Code cleanup.

### Version 1.0.1 (5/25/2016)
### Version 1.0.1 (2016-05-25)

* Prevent JS errors on pages with no ".header".

### Version 1.0.0 (3/28/2016)
### Version 1.0.0 (2016-03-28)

* Initial commit
10 changes: 5 additions & 5 deletions GitHub-title-notification.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ A userscript that changes the document title if there are unread messages

## Change Log

### Version 1.0.4 (9/2/2017)
### Version 1.0.4 (2017-09-02)

* Prevent config set to null.

### Version 1.0.3 (5/16/2017)
### Version 1.0.3 (2017-05-16)

* Change license to MIT.

### Version 1.0.2 (3/25/2017)
### Version 1.0.2 (2017-03-25)

* Use ES2015 & fix linting.

### Version 1.0.1 (12/28/2016)
### Version 1.0.1 (2016-12-28)

* Clean up linting issues.

### Version 1.0.0 (3/24/2016)
### Version 1.0.0 (2016-03-24)

* Initial commit
4 changes: 2 additions & 2 deletions GitHub-toggle-diff-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ A userscript that toggles diff/PR and commit comments

## Change Log

### Version 0.1.1 (12/17/2017)
### Version 0.1.1 (2017-12-17)

* Only show global toggles with comments.
* Use tooltips.
* Use correct `@grant` setting.
* Include commit pages.

### Version 0.1.0 (12/10/2017)
### Version 0.1.0 (2017-12-10)

* Initial commit
16 changes: 8 additions & 8 deletions GitHub-toggle-wiki-sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,34 @@ A userscript that adds a button to toggle the GitHub Wiki sidebar

## Change Log

### Version 1.0.9 (10/8/2017)
### Version 1.0.9 (2017-10-08)

* Update mutation script url.

### Version 1.0.8 (5/16/2017)
### Version 1.0.8 (2017-05-16)

* Change license to MIT.

### Version 1.0.7 (4/21/2017)
### Version 1.0.7 (2017-04-21)

* Update mutation url.

### Version 1.0.4 - 1.0.6 (4/13/2017)
### Version 1.0.4 - 1.0.6 (2017-04-13)

* Switch to using mutations.js.

### Version 1.0.3 (3/25/2017)
### Version 1.0.3 (2017-03-25)

* Use pjax event & fix linting.

### Version 1.0.2 (12/28/2016)
### Version 1.0.2 (2016-12-28)

* Clean up linting issues.

### Version 1.0.1 (5/18/2016)
### Version 1.0.1 (2016-05-18)

* Code cleanup.

### Version 1.0.0 (4/1/2016)
### Version 1.0.0 (2016-04-01)

* Initial commit