Skip to content

Commit 0a81b89

Browse files
committed
Global: Update GitHub icon
1 parent aa6b296 commit 0a81b89

39 files changed

+75
-75
lines changed

gist-raw-links.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name Gist Raw Links
3-
// @version 0.1.7
3+
// @version 0.1.8
44
// @description Add a button that contains a list of gist raw file links
55
// @license MIT
66
// @author Rob Garrison
@@ -13,7 +13,7 @@
1313
// @grant GM.xmlHttpRequest
1414
// @connect api.github.com
1515
// @require https://greasemonkey.github.io/gm4-polyfill/gm4-polyfill.js?updated=20180103
16-
// @icon https://assets-cdn.github.com/pinned-octocat.svg
16+
// @icon https://github.githubassets.com/pinned-octocat.svg
1717
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/gist-raw-links.user.js
1818
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/gist-raw-links.user.js
1919
// ==/UserScript==

gist-to-dabblet.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// ==UserScript==
22
// @name Gist to dabblet
3-
// @version 2.1.4
3+
// @version 2.1.5
44
// @description Add a dabblet.com link button to any gist with dabblet information
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 none
11-
// @icon https://assets-cdn.github.com/pinned-octocat.svg
11+
// @icon https://github.githubassets.com/pinned-octocat.svg
1212
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/gist-to-dabblet.user.js
1313
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/gist-to-dabblet.user.js
1414
// ==/UserScript==

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 1.2.4
3+
// @version 1.2.5
44
// @description A userscript that adds a color swatch next to the code color definition
55
// @license MIT
66
// @author Rob Garrison
@@ -11,7 +11,7 @@
1111
// @grant GM_addStyle
1212
// @require https://greasemonkey.github.io/gm4-polyfill/gm4-polyfill.js?updated=20180103
1313
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=666427
14-
// @icon https://assets-cdn.github.com/pinned-octocat.svg
14+
// @icon https://github.githubassets.com/pinned-octocat.svg
1515
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-code-colors.user.js
1616
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-code-colors.user.js
1717
// ==/UserScript==

github-code-folding.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 Folding
3-
// @version 1.0.17
3+
// @version 1.0.18
44
// @description A userscript that adds code folding to GitHub files
55
// @license MIT
66
// @author Rob Garrison
@@ -11,7 +11,7 @@
1111
// @grant GM_addStyle
1212
// @require https://greasemonkey.github.io/gm4-polyfill/gm4-polyfill.js?updated=20180103
1313
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=666427
14-
// @icon https://assets-cdn.github.com/pinned-octocat.svg
14+
// @icon https://github.githubassets.com/pinned-octocat.svg
1515
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-code-folding.user.js
1616
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-code-folding.user.js
1717
// ==/UserScript==

github-code-guides.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 Guides
3-
// @version 1.1.10
3+
// @version 1.1.11
44
// @description A userscript that allows you to add one or more vertical guidelines to the code
55
// @license MIT
66
// @author Rob Garrison
@@ -10,7 +10,7 @@
1010
// @grant GM_getValue
1111
// @grant GM_setValue
1212
// @grant GM_registerMenuCommand
13-
// @icon https://assets-cdn.github.com/pinned-octocat.svg
13+
// @icon https://github.githubassets.com/pinned-octocat.svg
1414
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-code-guides.user.js
1515
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-code-guides.user.js
1616
// ==/UserScript==

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.5
3+
// @version 1.2.6
44
// @description A userscript that shows whitespace (space, tabs and carriage returns) in code blocks
55
// @license MIT
66
// @author Rob Garrison
@@ -18,7 +18,7 @@
1818
// @grant GM_setValue
1919
// @require https://greasemonkey.github.io/gm4-polyfill/gm4-polyfill.js?updated=20180103
2020
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=666427
21-
// @icon https://assets-cdn.github.com/pinned-octocat.svg
21+
// @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
2424
// ==/UserScript==

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.19
3+
// @version 1.0.20
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
@@ -13,7 +13,7 @@
1313
// @grant GM_setValue
1414
// @grant GM_registerMenuCommand
1515
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=666427
16-
// @icon https://assets-cdn.github.com/pinned-octocat.svg
16+
// @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
1919
// ==/UserScript==

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.1.12
3+
// @version 1.1.13
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-
// @icon https://assets-cdn.github.com/pinned-octocat.svg
16+
// @icon https://github.githubassets.com/pinned-octocat.svg
1717
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-collapse-markdown.user.js
1818
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-collapse-markdown.user.js
1919
// ==/UserScript==

github-copy-code-snippet.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 Copy Code Snippet
3-
// @version 0.3.4
3+
// @version 0.3.5
44
// @description A userscript adds a copy to clipboard button on hover of markdown code snippets
55
// @license MIT
66
// @author Rob Garrison
@@ -10,7 +10,7 @@
1010
// @run-at document-idle
1111
// @grant GM_addStyle
1212
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=666427
13-
// @icon https://assets-cdn.github.com/pinned-octocat.svg
13+
// @icon https://github.githubassets.com/pinned-octocat.svg
1414
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-copy-code-snippet.user.js
1515
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-copy-code-snippet.user.js
1616
// ==/UserScript==

github-custom-hotkeys.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 Custom Hotkeys
3-
// @version 1.0.22
3+
// @version 1.0.23
44
// @description A userscript that allows you to add custom GitHub keyboard hotkeys
55
// @license MIT
66
// @author Rob Garrison
@@ -11,7 +11,7 @@
1111
// @grant GM_addStyle
1212
// @grant GM_getValue
1313
// @grant GM_setValue
14-
// @icon https://assets-cdn.github.com/pinned-octocat.svg
14+
// @icon https://github.githubassets.com/pinned-octocat.svg
1515
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-custom-hotkeys.user.js
1616
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-custom-hotkeys.user.js
1717
// ==/UserScript==

github-custom-navigation.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 Custom Navigation
3-
// @version 1.1.4
3+
// @version 1.1.5
44
// @description A userscript that allows you to customize GitHub's main navigation bar
55
// @license MIT
66
// @author Rob Garrison
@@ -11,7 +11,7 @@
1111
// @grant GM_addStyle
1212
// @grant GM_getValue
1313
// @grant GM_setValue
14-
// @icon https://assets-cdn.github.com/pinned-octocat.svg
14+
// @icon https://github.githubassets.com/pinned-octocat.svg
1515
// @require https://cdnjs.cloudflare.com/ajax/libs/dragula/3.7.2/dragula.js
1616
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-custom-navigation.user.js
1717
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-custom-navigation.user.js

github-diff-expander.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 Diff Expander
3-
// @version 0.1.2
3+
// @version 0.1.3
44
// @description A userscript that adds more diff code expanding buttons
55
// @license MIT
66
// @author Rob Garrison
@@ -9,7 +9,7 @@
99
// @run-at document-idle
1010
// @grant none
1111
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=666427
12-
// @icon https://assets-cdn.github.com/pinned-octocat.svg
12+
// @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
1515
// ==/UserScript==

github-diff-filename.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 Diff Filename
3-
// @version 1.0.5
3+
// @version 1.0.6
44
// @description A userscript that highlights filename & permission alterations
55
// @license MIT
66
// @author Rob Garrison
@@ -10,7 +10,7 @@
1010
// @grant GM_getValue
1111
// @grant GM_setValue
1212
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=666427
13-
// @icon https://assets-cdn.github.com/pinned-octocat.svg
13+
// @icon https://github.githubassets.com/pinned-octocat.svg
1414
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-diff-filename.user.js
1515
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-diff-filename.user.js
1616
// ==/UserScript==

github-diff-files-filter.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 Diff Files Filter
3-
// @version 2.0.1
3+
// @version 2.0.2
44
// @description A userscript that adds filters that toggle diff & PR folders, and files by extension
55
// @license MIT
66
// @author Rob Garrison
@@ -9,7 +9,7 @@
99
// @run-at document-idle
1010
// @grant GM_addStyle
1111
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=666427
12-
// @icon https://assets-cdn.github.com/pinned-octocat.svg
12+
// @icon https://github.githubassets.com/pinned-octocat.svg
1313
// ==/UserScript==
1414
(() => {
1515
"use strict";

github-diff-links.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 Diff Links
3-
// @version 1.2.13
3+
// @version 1.2.14
44
// @description A userscript that adds links to diff and pull request headers to jump back & forth between files
55
// @license MIT
66
// @author Rob Garrison
@@ -9,7 +9,7 @@
99
// @run-at document-idle
1010
// @grant GM_addStyle
1111
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=666427
12-
// @icon https://assets-cdn.github.com/pinned-octocat.svg
12+
// @icon https://github.githubassets.com/pinned-octocat.svg
1313
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-diff-links.user.js
1414
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-diff-links.user.js
1515
// ==/UserScript==

github-download-zip.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// @run-at document-idle
1010
// @grant none
1111
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=666427
12-
// @icon https://assets-cdn.github.com/pinned-octocat.svg
12+
// @icon https://github.githubassets.com/pinned-octocat.svg
1313
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-download-zip.user.js
1414
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-download-zip.user.js
1515
// ==/UserScript==

github-files-filter.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// @grant GM_setValue
1212
// @grant GM_addStyle
1313
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=666427
14-
// @icon https://assets-cdn.github.com/pinned-octocat.svg
14+
// @icon https://github.githubassets.com/pinned-octocat.svg
1515
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-files-filter.user.js
1616
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-files-filter.user.js
1717
// ==/UserScript==

github-font-preview.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 Font Preview
3-
// @version 1.0.20
3+
// @version 1.0.21
44
// @description A userscript that adds a font file preview
55
// @license MIT
66
// @author Rob Garrison
@@ -15,7 +15,7 @@
1515
// @connect githubusercontent.com
1616
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=666427
1717
// @require https://greasyfork.org/scripts/20469-opentype-js/code/opentypejs.js?version=130870
18-
// @icon https://assets-cdn.github.com/pinned-octocat.svg
18+
// @icon https://github.githubassets.com/pinned-octocat.svg
1919
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-font-preview.user.js
2020
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-font-preview.user.js
2121
// ==/UserScript==

github-hide-own-feed-meta.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 Hide Own Feed Meta
3-
// @version 0.1.5
3+
// @version 0.1.6
44
// @description A userscript that hides your own repo metadata in the GitHub feed
55
// @license MIT
66
// @author Rob Garrison
@@ -9,7 +9,7 @@
99
// @run-at document-idle
1010
// @grant none
1111
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=666427
12-
// @icon https://assets-cdn.github.com/pinned-octocat.svg
12+
// @icon https://github.githubassets.com/pinned-octocat.svg
1313
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-hide-own-feed-meta.user.js
1414
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-hide-own-feed-meta.user.js
1515
// ==/UserScript==

github-image-preview.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 Image Preview
3-
// @version 1.2.1
3+
// @version 1.2.2
44
// @description A userscript that adds clickable image thumbnails
55
// @license MIT
66
// @author Rob Garrison
@@ -14,7 +14,7 @@
1414
// @connect github.com
1515
// @connect githubusercontent.com
1616
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=666427
17-
// @icon https://assets-cdn.github.com/pinned-octocat.svg
17+
// @icon https://github.githubassets.com/pinned-octocat.svg
1818
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-image-preview.user.js
1919
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-image-preview.user.js
2020
// ==/UserScript==

github-indent-comments.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 Indent Comments
3-
// @version 1.0.13
3+
// @version 1.0.14
44
// @description A userscript that allows you to indent & outdent blocks in the comment editor
55
// @license MIT
66
// @author Rob Garrison
@@ -15,7 +15,7 @@
1515
// @connect github.com
1616
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=666427
1717
// @require https://greasyfork.org/scripts/28239-rangy-inputs-mod-js/code/rangy-inputs-modjs.js?version=181769
18-
// @icon https://assets-cdn.github.com/pinned-octocat.svg
18+
// @icon https://github.githubassets.com/pinned-octocat.svg
1919
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-indent-comments.user.js
2020
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-indent-comments.user.js
2121
// ==/UserScript==

github-issue-add-details.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 Issue Add Details
3-
// @version 1.0.5
3+
// @version 1.0.6
44
// @description A userscript that adds a button to insert a details block into comments
55
// @license MIT
66
// @author Rob Garrison
@@ -10,7 +10,7 @@
1010
// @grant none
1111
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=666427
1212
// @require https://greasyfork.org/scripts/28239-rangy-inputs-mod-js/code/rangy-inputs-modjs.js?version=181769
13-
// @icon https://assets-cdn.github.com/pinned-octocat.svg
13+
// @icon https://github.githubassets.com/pinned-octocat.svg
1414
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-issue-add-details.user.js
1515
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-issue-add-details.user.js
1616
// ==/UserScript==

github-issue-comments.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 Issue Comments
3-
// @version 1.3.6
3+
// @version 1.3.7
44
// @description A userscript that toggles issues/pull request comments & messages
55
// @license MIT
66
// @author Rob Garrison
@@ -11,7 +11,7 @@
1111
// @grant GM_getValue
1212
// @grant GM_setValue
1313
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=666427
14-
// @icon https://assets-cdn.github.com/pinned-octocat.svg
14+
// @icon https://github.githubassets.com/pinned-octocat.svg
1515
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-issue-comments.user.js
1616
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-issue-comments.user.js
1717
// ==/UserScript==

github-issue-counts.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 Issue Counts
3-
// @version 3.0.16
3+
// @version 3.0.17
44
// @description A userscript that adds a repo issues count to the repository tab & organization page (https://github.com/:user)
55
// @license MIT
66
// @author Rob Garrison
@@ -11,7 +11,7 @@
1111
// @grant GM_xmlhttpRequest
1212
// @connect api.github.com
1313
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=666427
14-
// @icon https://assets-cdn.github.com/pinned-octocat.svg
14+
// @icon https://github.githubassets.com/pinned-octocat.svg
1515
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-issue-counts.user.js
1616
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-issue-counts.user.js
1717
// ==/UserScript==

0 commit comments

Comments
 (0)