@@ -27,6 +27,7 @@ Userscripts to add functionality to GitHub.
27
27
| [GitHub code show whitespace][csw-wiki]| | [install][csw-raw] | [GF][csw-gf] [OU][csw-ou] | 2017.03.26 | 2017.12.17 |
28
28
| [GitHub collapse in comment][cic-wiki] | * | [install][cic-raw] | [GF][cic-gf] [OU][cic-ou] | 2016.06.27 | 2017.10.08 |
29
29
| [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 |
30
31
| [GitHub custom hotkeys][chk-wiki] | | [install][chk-raw] | [GF][chk-gf] [OU][chk-ou] | 2016.04.10 | 2017.09.22 |
31
32
| [GitHub custom navigation][cnv-wiki] | | [install][cnv-raw] | [GF][cnv-gf] [OU][cnv-ou] | 2016.06.22 | 2017.10.03 |
32
33
| [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.
66
67
[ cic-wiki ] : https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-collapse-in-comment
67
68
[ cmd-wiki ] : https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-collapse-markdown
68
69
[ 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
69
71
[ csw-wiki ] : https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-code-show-whitespace
70
72
[ dff-wiki ] : https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-diff-files-filter
71
73
[ dfl-wiki ] : https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-diff-links
@@ -102,6 +104,7 @@ Userscripts to add functionality to GitHub.
102
104
[ cic-raw ] : https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-collapse-in-comment.user.js
103
105
[ cmd-raw ] : https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-collapse-markdown.user.js
104
106
[ 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
105
108
[ csw-raw ] : https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-code-show-whitespace.user.js
106
109
[ dff-raw ] : https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-diff-files-filter.user.js
107
110
[ 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.
138
141
[ cic-gf ] : https://greasyfork.org/en/scripts/20973-github-collapse-in-comment
139
142
[ cmd-gf ] : https://greasyfork.org/en/scripts/20974-github-collapse-markdown
140
143
[ cnv-gf ] : https://greasyfork.org/en/scripts/20830-github-custom-navigation
144
+ [ csc-gf ] : https://greasyfork.org/en/scripts/37307-github-copy-code-snippet
141
145
[ csw-gf ] : https://greasyfork.org/en/scripts/28454-github-code-show-whitespace
142
146
[ dff-gf ] : https://greasyfork.org/en/scripts/26191-github-diff-files-filter
143
147
[ dfl-gf ] : https://greasyfork.org/en/scripts/21559-github-diff-links
@@ -174,6 +178,7 @@ Userscripts to add functionality to GitHub.
174
178
[ cic-ou ] : https://openuserjs.org/scripts/Mottie/GitHub_Collapse_In_Comment
175
179
[ cmd-ou ] : https://openuserjs.org/scripts/Mottie/GitHub_Collapse_Markdown
176
180
[ cnv-ou ] : https://openuserjs.org/scripts/Mottie/GitHub_Custom_Navigation
181
+ [ csc-ou ] : https://openuserjs.org/scripts/Mottie/GitHub_Copy_Code_Snippet
177
182
[ csw-ou ] : https://openuserjs.org/scripts/Mottie/GitHub_Code_Show_Whitespace
178
183
[ dff-ou ] : https://openuserjs.org/scripts/Mottie/GitHub_Diff_Files_Filter
179
184
[ dfl-ou ] : https://openuserjs.org/scripts/Mottie/GitHub_Diff_Links
0 commit comments