Skip to content

Commit 885c6eb

Browse files
committed
Update assets & fix linting
1 parent d8d133e commit 885c6eb

24 files changed

+65
-65
lines changed

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.9
3+
// @version 1.1.10
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://github.com/fluidicon.png
13+
// @icon https://assets-cdn.github.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-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.11
3+
// @version 1.1.12
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://github.com/fluidicon.png
16+
// @icon https://assets-cdn.github.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-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.9
3+
// @version 1.0.10
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://github.com/fluidicon.png
14+
// @icon https://assets-cdn.github.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.0.17
3+
// @version 1.0.18
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://github.com/fluidicon.png
14+
// @icon https://assets-cdn.github.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-filename.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 Diff Filename
3-
// @version 0.1.1
3+
// @version 1.0.0
44
// @description A userscript that highlights filename & permission alterations
55
// @license MIT
66
// @author Rob Garrison
@@ -9,8 +9,8 @@
99
// @run-at document-end
1010
// @grant GM_getValue
1111
// @grant GM_setValue
12-
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=198500
13-
// @icon https://github.com/fluidicon.png
12+
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=234970
13+
// @icon https://assets-cdn.github.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// ==UserScript==
22
// @name GitHub Diff Files Filter
3-
// @version 0.1.9
3+
// @version 1.0.0
44
// @description A userscript that adds filters that toggle diff & PR files by extension
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=198500
12-
// @icon https://github.com/fluidicon.png
11+
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=234970
12+
// @icon https://assets-cdn.github.com/pinned-octocat.svg
1313
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-diff-files-filter.user.js
1414
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-diff-files-filter.user.js
1515
// ==/UserScript==

github-diff-links.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 Links
3-
// @version 1.2.7
3+
// @version 1.2.8
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
77
// @namespace https://github.com/Mottie
88
// @include https://github.com/*
99
// @run-at document-idle
1010
// @grant GM_addStyle
11-
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=198500
12-
// @icon https://github.com/fluidicon.png
11+
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=234970
12+
// @icon https://assets-cdn.github.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-files-filter.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 Files Filter
3-
// @version 0.1.2
3+
// @version 1.0.0
44
// @description A userscript that adds filters that toggle the view of repo files by extension
55
// @license MIT
66
// @author Rob Garrison
@@ -9,8 +9,8 @@
99
// @run-at document-idle
1010
// @grant GM_getValue
1111
// @grant GM_setValue
12-
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=198500
13-
// @icon https://github.com/fluidicon.png
12+
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=234970
13+
// @icon https://assets-cdn.github.com/pinned-octocat.svg
1414
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-files-filter.user.js
1515
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-files-filter.user.js
1616
// ==/UserScript==

github-font-preview.user.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name GitHub Font Preview
3-
// @version 1.0.14
3+
// @version 1.0.15
44
// @description A userscript that adds a font file preview
55
// @license MIT
66
// @author Rob Garrison
@@ -13,9 +13,9 @@
1313
// @grant GM_xmlhttpRequest
1414
// @connect github.com
1515
// @connect githubusercontent.com
16-
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=198500
16+
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=234970
1717
// @require https://greasyfork.org/scripts/20469-opentype-js/code/opentypejs.js?version=130870
18-
// @icon https://github.com/fluidicon.png
18+
// @icon https://assets-cdn.github.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==
@@ -636,6 +636,6 @@
636636
parent.insertBefore(canvas, marker);
637637
}
638638
}
639-
/*eslint-enable */
639+
/* eslint-enable */
640640

641641
})();

github-image-preview.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 Image Preview
3-
// @version 1.1.11
3+
// @version 1.1.12
44
// @description A userscript that adds clickable image thumbnails
55
// @license MIT
66
// @author Rob Garrison
@@ -13,8 +13,8 @@
1313
// @grant GM_xmlhttpRequest
1414
// @connect github.com
1515
// @connect githubusercontent.com
16-
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=198500
17-
// @icon https://github.com/fluidicon.png
16+
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=234970
17+
// @icon https://assets-cdn.github.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name GitHub Indent Comment Blocks
3-
// @version 1.0.7
3+
// @version 1.0.8
44
// @description A userscript that allows you to indent & outdent blocks in the comment editor
55
// @license MIT
66
// @author Rob Garrison
@@ -13,9 +13,9 @@
1313
// @grant GM_setValue
1414
// @grant GM_registerMenuCommand
1515
// @connect github.com
16-
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=198500
16+
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=234970
1717
// @require https://greasyfork.org/scripts/28239-rangy-inputs-mod-js/code/rangy-inputs-modjs.js?version=181769
18-
// @icon https://github.com/fluidicon.png
18+
// @icon https://assets-cdn.github.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-comments.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 Toggle Issue Comments
3-
// @version 1.1.3
3+
// @version 1.1.4
44
// @description A userscript that toggles issues/pull request comments & messages
55
// @license MIT
66
// @author Rob Garrison
@@ -10,8 +10,8 @@
1010
// @grant GM_addStyle
1111
// @grant GM_getValue
1212
// @grant GM_setValue
13-
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=198500
14-
// @icon https://github.com/fluidicon.png
13+
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=234970
14+
// @icon https://assets-cdn.github.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name GitHub Show Repo Issues
3-
// @version 3.0.10
3+
// @version 3.0.11
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
@@ -10,8 +10,8 @@
1010
// @grant GM_addStyle
1111
// @grant GM_xmlhttpRequest
1212
// @connect api.github.com
13-
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=198500
14-
// @icon https://github.com/fluidicon.png
13+
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=234970
14+
// @icon https://assets-cdn.github.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==

github-issue-show-status.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 Issue Show Status
3-
// @version 0.1.2
3+
// @version 1.0.0
44
// @description A userscript that adds an obvious indicator showing if an issue or pull request is open or closed
55
// @license MIT
66
// @author Rob Garrison
77
// @namespace https://github.com/Mottie
88
// @include https://github.com/*
99
// @run-at document-end
1010
// @grant GM_addStyle
11-
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=198500
12-
// @icon https://github.com/fluidicon.png
11+
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=234970
12+
// @icon https://assets-cdn.github.com/pinned-octocat.svg
1313
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-issue-show-status.user.js
1414
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-issue-show-status.user.js
1515
// ==/UserScript==

github-label-color-picker.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 Label Color Picker
3-
// @version 1.0.3
3+
// @version 1.0.4
44
// @description A userscript that adds a color picker to the label color input
55
// @license MIT
66
// @author Rob Garrison
@@ -12,7 +12,7 @@
1212
// @grant GM_setValue
1313
// @grant GM_registerMenuCommand
1414
// @require https://greasyfork.org/scripts/23181-colorpicker/code/colorPicker.js?version=147862
15-
// @icon https://github.com/fluidicon.png
15+
// @icon https://assets-cdn.github.com/pinned-octocat.svg
1616
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-label-color-picker.user.js
1717
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-label-color-picker.user.js
1818
// ==/UserScript==

github-remove-diff-signs.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 Remove Diff Signs
3-
// @version 1.2.0
3+
// @version 1.2.1
44
// @description A userscript that removes the "+" and "-" from code diffs
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 GM_addStyle
11-
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=198500
12-
// @icon https://github.com/fluidicon.png
11+
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=234970
12+
// @icon https://assets-cdn.github.com/pinned-octocat.svg
1313
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-remove-diff-signs.user.js
1414
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-remove-diff-signs.user.js
1515
// ==/UserScript==

github-reveal-header.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 Reveal Header
3-
// @version 0.1.1
3+
// @version 0.1.2
44
// @description A userscript that reveals the header when hovering near the top of the screen
55
// @license MIT
66
// @author Rob Garrison
@@ -9,7 +9,7 @@
99
// @include https://gist.github.com/*
1010
// @run-at document-idle
1111
// @grant GM_addStyle
12-
// @icon https://github.com/fluidicon.png
12+
// @icon https://assets-cdn.github.com/pinned-octocat.svg
1313
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-reveal-header.user.js
1414
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-reveal-header.user.js
1515
// ==/UserScript==

github-rtl-comments.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 RTL Comment Blocks
3-
// @version 1.2.10
3+
// @version 1.2.11
44
// @description A userscript that adds a button to insert RTL text blocks in comments
55
// @license MIT
66
// @author Rob Garrison
@@ -10,9 +10,9 @@
1010
// @run-at document-idle
1111
// @grant GM_addStyle
1212
// @connect github.com
13-
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=198500
13+
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=234970
1414
// @require https://greasyfork.org/scripts/28239-rangy-inputs-mod-js/code/rangy-inputs-modjs.js?version=181769
15-
// @icon https://github.com/fluidicon.png
15+
// @icon https://assets-cdn.github.com/pinned-octocat.svg
1616
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-rtl-comments.user.js
1717
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-rtl-comments.user.js
1818
// ==/UserScript==

github-search-autocomplete.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 Search Autocomplete
3-
// @version 0.1.6
3+
// @version 1.0.0
44
// @description A userscript that adds autocomplete search filters to GitHub
55
// @license MIT
66
// @author Rob Garrison
@@ -12,7 +12,7 @@
1212
// @require https://code.jquery.com/jquery-3.2.1.min.js
1313
// @require https://cdnjs.cloudflare.com/ajax/libs/Caret.js/0.3.1/jquery.caret.min.js
1414
// @require https://cdnjs.cloudflare.com/ajax/libs/at.js/1.5.3/js/jquery.atwho.min.js
15-
// @icon https://github.com/fluidicon.png
15+
// @icon https://assets-cdn.github.com/pinned-octocat.svg
1616
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-search-autocomplete.user.js
1717
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-search-autocomplete.user.js
1818
// ==/UserScript==

github-static-time.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 Static Time
3-
// @version 0.1.3
3+
// @version 1.0.0
44
// @description A userscript that replaces relative times with a static time formatted as you like it
55
// @license MIT
66
// @author Rob Garrison
@@ -12,8 +12,8 @@
1212
// @grant GM_setValue
1313
// @grant GM_registerMenuCommand
1414
// @require https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.18.1/moment-with-locales.min.js
15-
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=198500
16-
// @icon https://github.com/fluidicon.png
15+
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=234970
16+
// @icon https://assets-cdn.github.com/pinned-octocat.svg
1717
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-static-time.user.js
1818
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-static-time.user.js
1919
// ==/UserScript==

github-title-notification.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 Title Notification
3-
// @version 1.0.4
3+
// @version 1.0.5
44
// @description A userscript that changes the document title if there are unread messages
55
// @license MIT
66
// @author Rob Garrison
@@ -10,7 +10,7 @@
1010
// @grant GM_registerMenuCommand
1111
// @grant GM_getValue
1212
// @grant GM_setValue
13-
// @icon https://github.com/fluidicon.png
13+
// @icon https://assets-cdn.github.com/pinned-octocat.svg
1414
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-title-notification.user.js
1515
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-title-notification.user.js
1616
// ==/UserScript==

0 commit comments

Comments
 (0)