File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +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
+ | [GitHub in VSCode][ivs-wiki] | | [install][ivs-raw] | [GF][ivs-gf] [OU][ivs-ou] | 2021.02.11 | 2021.06.10 |
43
43
| [GitHub indent comments][ioc-wiki] | | [install][ioc-raw] | [GF][ioc-gf] [OU][ioc-ou] | 2017.03.15 | 2021.01.31 |
44
44
| [GitHub issue add details][iad-wiki] | | [install][iad-raw] | [GF][iad-gf] [OU][iad-ou] | 2018.01.05 | 2021.01.31 |
45
45
| [GitHub issue comments][ic1-wiki] | | [install][ic1-raw] | [GF][ic1-gf] [OU][ic1-ou] | 2016.04.04 | 2021.01.31 |
Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name GitHub in VSCode
3
- // @version 0.1.0
3
+ // @version 0.1.1
4
4
// @description A userscript that adds a button to open a repo in VSCode using github1s
5
5
// @license MIT
6
6
// @author Rob Garrison
78
78
className : `ghiv-link btn ${ margin } tooltipped tooltipped-n` ,
79
79
attrs : {
80
80
href : `https://github1s.com${ window . location . pathname } ` ,
81
- "aria-label" : "Open this repo in VS Code using github1s"
81
+ "aria-label" : "Open this repo in VS Code using github1s" ,
82
+ target : "_blank" ,
83
+ rel : "noopener noreferrer"
82
84
} ,
83
85
html : vsCodeIcon
84
86
} ) ;
You can’t perform that action at this time.
0 commit comments