Skip to content

Commit cf5c9b8

Browse files
committed
Global: Update dependencies
1 parent 28c93c2 commit cf5c9b8

34 files changed

+85
-84
lines changed

github-code-colors.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name GitHub Code Colors
3-
// @version 2.0.7
3+
// @version 2.0.8
44
// @description A userscript that adds a color swatch next to the code color definition
55
// @license MIT
66
// @author Rob Garrison
@@ -10,7 +10,7 @@
1010
// @grant GM.addStyle
1111
// @grant GM_addStyle
1212
// @require https://greasemonkey.github.io/gm4-polyfill/gm4-polyfill.js?updated=20180103
13-
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=952601
13+
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=1108163
1414
// @require https://greasyfork.org/scripts/387811-color-bundle/code/color-bundle.js?version=719499
1515
// @icon https://github.githubassets.com/pinned-octocat.svg
1616
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-code-colors.user.js

github-code-folding.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name GitHub Code Folding
3-
// @version 1.1.4
3+
// @version 1.1.5
44
// @description A userscript that adds code folding to GitHub files
55
// @license MIT
66
// @author Rob Garrison
@@ -11,8 +11,8 @@
1111
// @grant GM.addStyle
1212
// @grant GM_addStyle
1313
// @require https://greasemonkey.github.io/gm4-polyfill/gm4-polyfill.js?updated=20180103
14-
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=952601
15-
// @require https://greasyfork.org/scripts/398877-utils-js/code/utilsjs.js?version=952600
14+
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=1108163
15+
// @require https://greasyfork.org/scripts/398877-utils-js/code/utilsjs.js?version=1079637
1616
// @icon https://github.githubassets.com/pinned-octocat.svg
1717
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-code-folding.user.js
1818
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-code-folding.user.js

github-code-show-whitespace.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name GitHub Code Show Whitespace
3-
// @version 1.2.12
3+
// @version 1.2.13
44
// @description A userscript that shows whitespace (space, tabs and carriage returns) in code blocks
55
// @license MIT
66
// @author Rob Garrison
@@ -17,7 +17,7 @@
1717
// @grant GM.setValue
1818
// @grant GM_setValue
1919
// @require https://greasemonkey.github.io/gm4-polyfill/gm4-polyfill.js?updated=20180103
20-
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=952601
20+
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=1108163
2121
// @icon https://github.githubassets.com/pinned-octocat.svg
2222
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-code-show-whitespace.user.js
2323
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-code-show-whitespace.user.js

github-collapse-in-comment.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name GitHub Collapse In Comment
3-
// @version 1.0.22
3+
// @version 1.0.23
44
// @description A userscript that adds a header that can toggle long code and quote blocks in comments
55
// @license MIT
66
// @author Rob Garrison
@@ -12,7 +12,7 @@
1212
// @grant GM_getValue
1313
// @grant GM_setValue
1414
// @grant GM_registerMenuCommand
15-
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=952601
15+
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=1108163
1616
// @icon https://github.githubassets.com/pinned-octocat.svg
1717
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-collapse-in-comment.user.js
1818
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-collapse-in-comment.user.js

github-collapse-markdown.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name GitHub Collapse Markdown
3-
// @version 1.2.2
3+
// @version 1.2.3
44
// @description A userscript that collapses markdown headers
55
// @license MIT
66
// @author Rob Garrison
@@ -13,7 +13,7 @@
1313
// @grant GM_getValue
1414
// @grant GM_setValue
1515
// @grant GM_registerMenuCommand
16-
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=952601
16+
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=1108163
1717
// @icon https://github.githubassets.com/pinned-octocat.svg
1818
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-collapse-markdown.user.js
1919
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-collapse-markdown.user.js

github-copy-code-snippet.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// ==UserScript==
22
// @name GitHub Copy Code Snippet
3-
// @version 0.3.9
3+
// @version 0.3.10
44
// @description A userscript adds a copy to clipboard button on hover of markdown code snippets
55
// @license MIT
66
// @author Rob Garrison
77
// @namespace https://github.com/Mottie
88
// @include https://gist.github.com/*
99
// @run-at document-idle
1010
// @grant GM_addStyle
11-
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=952601
11+
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=1108163
1212
// @icon https://github.githubassets.com/pinned-octocat.svg
1313
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-copy-code-snippet.user.js
1414
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-copy-code-snippet.user.js

github-custom-hotkeys.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name GitHub Custom Hotkeys
3-
// @version 1.1.4
3+
// @version 1.1.5
44
// @description A userscript that allows you to add custom GitHub keyboard hotkeys
55
// @license MIT
66
// @author Rob Garrison
@@ -11,8 +11,8 @@
1111
// @grant GM_addStyle
1212
// @grant GM_getValue
1313
// @grant GM_setValue
14-
// @require https://greasyfork.org/scripts/398877-utils-js/code/utilsjs.js?version=952600
15-
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=952601
14+
// @require https://greasyfork.org/scripts/398877-utils-js/code/utilsjs.js?version=1079637
15+
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=1108163
1616
// @icon https://github.githubassets.com/pinned-octocat.svg
1717
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-custom-hotkeys.user.js
1818
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-custom-hotkeys.user.js

github-custom-navigation.user.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// @grant GM_setValue
1414
// @icon https://github.githubassets.com/pinned-octocat.svg
1515
// @require https://cdnjs.cloudflare.com/ajax/libs/dragula/3.7.2/dragula.js
16+
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=1108163
1617
// @require https://greasyfork.org/scripts/398877-utils-js/code/utilsjs.js?version=1079637
1718
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-custom-navigation.user.js
1819
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-custom-navigation.user.js
@@ -689,6 +690,7 @@
689690
}
690691

691692
on(window, "hashchange", openPanelOnHash);
693+
on(document, "ghmo:container", customize);
692694
on($("#ghcn-overlay"), "click", event => {
693695
// ignore bubbled up events
694696
if (event.target.id === "ghcn-overlay") {

github-diff-expander.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// ==UserScript==
22
// @name GitHub Diff Expander
3-
// @version 0.1.4
3+
// @version 0.1.5
44
// @description A userscript that adds more diff code expanding buttons
55
// @license MIT
66
// @author Rob Garrison
77
// @namespace https://github.com/Mottie
88
// @include https://github.com/*
99
// @run-at document-idle
1010
// @grant none
11-
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=882023
11+
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=1108163
1212
// @icon https://github.githubassets.com/pinned-octocat.svg
1313
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-diff-expander.user.js
1414
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-diff-expander.user.js

github-diff-file-toggle.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// ==UserScript==
22
// @name GitHub Diff File Toggle
3-
// @version 0.1.2
3+
// @version 0.1.3
44
// @description A userscript that adds global diff file toggles
55
// @license MIT
66
// @author Rob Garrison
77
// @namespace https://github.com/Mottie
88
// @include https://github.com/*
99
// @run-at document-idle
1010
// @grant none
11-
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=882023
12-
// @require https://greasyfork.org/scripts/398877-utils-js/code/utilsjs.js?version=785415
11+
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=1108163
12+
// @require https://greasyfork.org/scripts/398877-utils-js/code/utilsjs.js?version=1079637
1313
// @icon https://github.githubassets.com/pinned-octocat.svg
1414
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-diff-file-toggle.user.js
1515
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-diff-file-toggle.user.js

0 commit comments

Comments
 (0)