Skip to content

Commit cf60df2

Browse files
committed
1.0.158
1 parent 2b2dcbb commit cf60df2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Userscripts to add functionality to GitHub.
2727
| [GitHub code show whitespace][csw-wiki]| | [install][csw-raw] | [GF][csw-gf] [OU][csw-ou] | 2017.03.26 | 2017.12.17 |
2828
| [GitHub collapse in comment][cic-wiki] | * | [install][cic-raw] | [GF][cic-gf] [OU][cic-ou] | 2016.06.27 | 2017.10.08 |
2929
| [GitHub collapse markdown][cmd-wiki] | * | [install][cmd-raw] | [GF][cmd-gf] [OU][cmd-ou] | 2016.06.27 | 2017.10.03 |
30+
| [GitHub copy code snippet][csc-wiki] | * | [install][csc-raw] | [GF][csc-gf] [OU][csc-ou] | 2018.01.12 | 2018.01.12 |
3031
| [GitHub custom hotkeys][chk-wiki] | | [install][chk-raw] | [GF][chk-gf] [OU][chk-ou] | 2016.04.10 | 2017.09.22 |
3132
| [GitHub custom navigation][cnv-wiki] | | [install][cnv-raw] | [GF][cnv-gf] [OU][cnv-ou] | 2016.06.22 | 2017.10.03 |
3233
| [GitHub diff filename][dfn-wiki] | | [install][dfn-raw] | [GF][dfn-gf] [OU][dfn-ou] | 2017.08.27 | 2017.10.08 |
@@ -66,6 +67,7 @@ Userscripts to add functionality to GitHub.
6667
[cic-wiki]: https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-collapse-in-comment
6768
[cmd-wiki]: https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-collapse-markdown
6869
[cnv-wiki]: https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-custom-navigation
70+
[csc-wiki]: https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-copy-code-snippet
6971
[csw-wiki]: https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-code-show-whitespace
7072
[dff-wiki]: https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-diff-files-filter
7173
[dfl-wiki]: https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-diff-links
@@ -102,6 +104,7 @@ Userscripts to add functionality to GitHub.
102104
[cic-raw]: https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-collapse-in-comment.user.js
103105
[cmd-raw]: https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-collapse-markdown.user.js
104106
[cnv-raw]: https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-custom-navigation.user.js
107+
[csc-raw]: https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-copy-code-snippet.user.js
105108
[csw-raw]: https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-code-show-whitespace.user.js
106109
[dff-raw]: https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-diff-files-filter.user.js
107110
[dfl-raw]: https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-diff-links.user.js
@@ -138,6 +141,7 @@ Userscripts to add functionality to GitHub.
138141
[cic-gf]: https://greasyfork.org/en/scripts/20973-github-collapse-in-comment
139142
[cmd-gf]: https://greasyfork.org/en/scripts/20974-github-collapse-markdown
140143
[cnv-gf]: https://greasyfork.org/en/scripts/20830-github-custom-navigation
144+
[csc-gf]: https://greasyfork.org/en/scripts/37307-github-copy-code-snippet
141145
[csw-gf]: https://greasyfork.org/en/scripts/28454-github-code-show-whitespace
142146
[dff-gf]: https://greasyfork.org/en/scripts/26191-github-diff-files-filter
143147
[dfl-gf]: https://greasyfork.org/en/scripts/21559-github-diff-links
@@ -174,6 +178,7 @@ Userscripts to add functionality to GitHub.
174178
[cic-ou]: https://openuserjs.org/scripts/Mottie/GitHub_Collapse_In_Comment
175179
[cmd-ou]: https://openuserjs.org/scripts/Mottie/GitHub_Collapse_Markdown
176180
[cnv-ou]: https://openuserjs.org/scripts/Mottie/GitHub_Custom_Navigation
181+
[csc-ou]: https://openuserjs.org/scripts/Mottie/GitHub_Copy_Code_Snippet
177182
[csw-ou]: https://openuserjs.org/scripts/Mottie/GitHub_Code_Show_Whitespace
178183
[dff-ou]: https://openuserjs.org/scripts/Mottie/GitHub_Diff_Files_Filter
179184
[dfl-ou]: https://openuserjs.org/scripts/Mottie/GitHub_Diff_Links

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-userscripts",
3-
"version": "1.0.157",
3+
"version": "1.0.158",
44
"description": "Userscripts to add functionality to GitHub",
55
"license": "MIT",
66
"repository": "Mottie/GitHub-userscripts",

0 commit comments

Comments
 (0)