File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +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 | 2021.07.21 |
28
28
| [GitHub collapse in comment][cic-wiki] | * | [install][cic-raw] | [GF][cic-gf] [OU][cic-ou] | 2016.06.27 | 2021.07.21 |
29
29
| [GitHub collapse markdown][cmd-wiki] | * | [install][cmd-raw] | [GF][cmd-gf] [OU][cmd-ou] | 2016.06.27 | 2021.07.21 |
30
- | [GitHub copy code snippet][ccs-wiki] | | [install][ccs-raw] | [GF][ccs-gf] [OU][ccs-ou] | 2018.01.12 | 2021.01.31 |
30
+ | [GitHub copy code snippet][ccs-wiki] | | [install][ccs-raw] | [GF][ccs-gf] [OU][ccs-ou] | 2018.01.12 | 2021.07.21 |
31
31
| [GitHub custom hotkeys][chk-wiki] | | [install][chk-raw] | [GF][chk-gf] [OU][chk-ou] | 2016.04.10 | 2021.07.21 |
32
32
| [GitHub custom navigation][cnv-wiki] | | [install][cnv-raw] | [GF][cnv-gf] [OU][cnv-ou] | 2016.06.22 | 2020.05.10 |
33
33
| [GitHub diff filename][dfn-wiki] | | [install][dfn-raw] | [GF][dfn-gf] [OU][dfn-ou] | 2017.08.27 | 2021.07.21 |
Original file line number Diff line number Diff line change 12
12
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=952601
13
13
// @require https://greasyfork.org/scripts/398877-utils-js/code/utilsjs.js?version=952600
14
14
// @icon https://github.githubassets.com/pinned-octocat.svg
15
- // @updateURL https://raw.githubusercontent.com/Mottie/Github -userscripts/master/github-mentioned-links.user.js
16
- // @downloadURL https://raw.githubusercontent.com/Mottie/Github -userscripts/master/github-mentioned-links.user.js
15
+ // @updateURL https://raw.githubusercontent.com/Mottie/GitHub -userscripts/master/github-mentioned-links.user.js
16
+ // @downloadURL https://raw.githubusercontent.com/Mottie/GitHub -userscripts/master/github-mentioned-links.user.js
17
17
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
18
18
// ==/UserScript==
19
19
/* global $ $$ on */
Original file line number Diff line number Diff line change 11
11
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=952601
12
12
// @require https://greasyfork.org/scripts/398877-utils-js/code/utilsjs.js?version=952600
13
13
// @icon https://github.githubassets.com/pinned-octocat.svg
14
- // @updateURL https://raw.githubusercontent.com/Mottie/Github -userscripts/master/github-unknown-license.user.js
15
- // @downloadURL https://raw.githubusercontent.com/Mottie/Github -userscripts/master/github-unknown-license.user.js
14
+ // @updateURL https://raw.githubusercontent.com/Mottie/GitHub -userscripts/master/github-unknown-license.user.js
15
+ // @downloadURL https://raw.githubusercontent.com/Mottie/GitHub -userscripts/master/github-unknown-license.user.js
16
16
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
17
17
// ==/UserScript==
18
18
/* global $ on */
You can’t perform that action at this time.
0 commit comments