@@ -39,6 +39,7 @@ Userscripts to add functionality to GitHub.
39
39
| [GitHub hide own feed meta][hof-wiki] | | [install][hof-raw] | [GF][hof-gf] [OU][hof-ou] | 2017.12.21 | 2021.01.31 |
40
40
| [GitHub html preview][ghp-wiki] | | [install][ghp-raw] | [GF][ghp-gf] [OU][ghp-ou] | 2019.03.29 | 2021.01.31 |
41
41
| [GitHub image preview][ipv-wiki] | | [install][ipv-raw] | [GF][ipv-gf] [OU][ipv-ou] | 2016.05.17 | 2021.01.31 |
42
+ | [GitHub in VSCode][ivs-wiki] | | [install][ivs-raw] | [GF][ivs-gf] [OU][ivs-ou] | 2021.02.11 | 2021.02.11 |
42
43
| [GitHub indent comments][ioc-wiki] | | [install][ioc-raw] | [GF][ioc-gf] [OU][ioc-ou] | 2017.03.15 | 2021.01.31 |
43
44
| [GitHub issue add details][iad-wiki] | | [install][iad-raw] | [GF][iad-gf] [OU][iad-ou] | 2018.01.05 | 2021.01.31 |
44
45
| [GitHub issue comments][ic1-wiki] | | [install][ic1-raw] | [GF][ic1-gf] [OU][ic1-ou] | 2016.04.04 | 2021.01.31 |
@@ -102,6 +103,7 @@ Userscripts to add functionality to GitHub.
102
103
[ ioc-wiki ] : https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-indent-comments
103
104
[ ipv-wiki ] : https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-image-preview
104
105
[ iss-wiki ] : https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-issue-show-status
106
+ [ ivs-wiki ] : https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-in-VSCode
105
107
[ rds-wiki ] : https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-remove-diff-signs
106
108
[ rhd-wiki ] : https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-reveal-header
107
109
[ rtl-wiki ] : https://github.com/Mottie/GitHub-userscripts/wiki/GitHub-rtl-comments
@@ -146,6 +148,7 @@ Userscripts to add functionality to GitHub.
146
148
[ ioc-raw ] : https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-indent-comments.user.js
147
149
[ ipv-raw ] : https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-image-preview.user.js
148
150
[ iss-raw ] : https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-issue-show-status.user.js
151
+ [ ivs-raw ] : https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-in-vscode.user.js
149
152
[ rds-raw ] : https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-remove-diff-signs.user.js
150
153
[ rhd-raw ] : https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-reveal-header.user.js
151
154
[ rtl-raw ] : https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-rtl-comments.user.js
@@ -190,6 +193,7 @@ Userscripts to add functionality to GitHub.
190
193
[ ioc-gf ] : https://greasyfork.org/en/scripts/28176-github-indent-comment-blocks
191
194
[ ipv-gf ] : https://greasyfork.org/en/scripts/19773-github-image-preview
192
195
[ iss-gf ] : https://greasyfork.org/en/scripts/30268-github-issue-show-status
196
+ [ ivs-gf ] : https://greasyfork.org/en/scripts/421606-github-in-vscode
193
197
[ rds-gf ] : https://greasyfork.org/en/scripts/18520-github-remove-diff-signs
194
198
[ rhd-gf ] : https://greasyfork.org/en/scripts/30308-github-reveal-header
195
199
[ rtl-gf ] : https://greasyfork.org/en/scripts/20542-github-rtl-comment-blocks
@@ -234,6 +238,7 @@ Userscripts to add functionality to GitHub.
234
238
[ ioc-ou ] : https://openuserjs.org/scripts/Mottie/GitHub_Indent_Comment_Blocks
235
239
[ ipv-ou ] : https://openuserjs.org/scripts/Mottie/GitHub_Image_Preview
236
240
[ iss-ou ] : https://openuserjs.org/scripts/Mottie/GitHub_Issue_Show_Status
241
+ [ ivs-ou ] : https://openuserjs.org/scripts/Mottie/GitHub_in_VSCode
237
242
[ rds-ou ] : https://openuserjs.org/scripts/Mottie/GitHub_Remove_Diff_Signs
238
243
[ rhd-ou ] : https://openuserjs.org/scripts/Mottie/GitHub_Reveal_Header
239
244
[ rtl-ou ] : https://openuserjs.org/scripts/Mottie/GitHub_RTL_Comment_Blocks
0 commit comments