File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +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 | 2021.07.21 |
2828 | [GitHub collapse in comment][cic-wiki] | * | [install][cic-raw] | [GF][cic-gf] [OU][cic-ou] | 2016.06.27 | 2021.07.21 |
2929 | [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 |
3131 | [GitHub custom hotkeys][chk-wiki] | | [install][chk-raw] | [GF][chk-gf] [OU][chk-ou] | 2016.04.10 | 2021.07.21 |
3232 | [GitHub custom navigation][cnv-wiki] | | [install][cnv-raw] | [GF][cnv-gf] [OU][cnv-ou] | 2016.06.22 | 2020.05.10 |
3333 | [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 1212// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=952601
1313// @require https://greasyfork.org/scripts/398877-utils-js/code/utilsjs.js?version=952600
1414// @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
1717// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1818// ==/UserScript==
1919/* global $ $$ on */
Original file line number Diff line number Diff line change 1111// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=952601
1212// @require https://greasyfork.org/scripts/398877-utils-js/code/utilsjs.js?version=952600
1313// @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
1616// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1717// ==/UserScript==
1818/* global $ on */
You can’t perform that action at this time.
0 commit comments