From 6b3fdc1b00dc2fa35dc39323c80f97bd1dbe75dc Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 7 Dec 2017 22:11:27 +0100 Subject: Add README Describe the script, and include installation instructions and license information. --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..76d37c8 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +GitHub Open All Outdated Comments +================================= + +A [Greasemonkey][1] user script that expands all hidden pull request comments. +Changes to a line cause comments to collapse. If any replies were added to a +thread, these will be hidden from view. This script makes it easier to see all +replies by expanding everything by default. + + +## Install +Ensure Greasemonkey is installed and activated. Open the [raw script][2] and +click “Install” in the resulting dialog. A [more detailed explanation][3] is +available on the Greasemonkey wiki. + + +## License +Copyright © 2017 Teddy Wing. Licensed under the GNU GPLv3+ (see the included +COPYING file). + + +[1]: https://www.greasespot.net/ +[2]: https://raw.githubusercontent.com/teddywing/github-open-all-outdated-comments/master/github-open-all-outdated-comments.user.js +[3]: https://wiki.greasespot.net/Greasemonkey_Manual:Installing_Scripts -- cgit v1.2.3