File tree 24 files changed +65
-65
lines changed 24 files changed +65
-65
lines changed Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name GitHub Code Guides
3
- // @version 1.1.9
3
+ // @version 1.1.10
4
4
// @description A userscript that allows you to add one or more vertical guidelines to the code
5
5
// @license MIT
6
6
// @author Rob Garrison
10
10
// @grant GM_getValue
11
11
// @grant GM_setValue
12
12
// @grant GM_registerMenuCommand
13
- // @icon https://github.com/fluidicon.png
13
+ // @icon https://assets-cdn. github.com/pinned-octocat.svg
14
14
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-code-guides.user.js
15
15
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-code-guides.user.js
16
16
// ==/UserScript==
Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name GitHub Collapse Markdown
3
- // @version 1.1.11
3
+ // @version 1.1.12
4
4
// @description A userscript that collapses markdown headers
5
5
// @license MIT
6
6
// @author Rob Garrison
13
13
// @grant GM_getValue
14
14
// @grant GM_setValue
15
15
// @grant GM_registerMenuCommand
16
- // @icon https://github.com/fluidicon.png
16
+ // @icon https://assets-cdn. github.com/pinned-octocat.svg
17
17
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-collapse-markdown.user.js
18
18
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-collapse-markdown.user.js
19
19
// ==/UserScript==
Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name GitHub Custom Hotkeys
3
- // @version 1.0.9
3
+ // @version 1.0.10
4
4
// @description A userscript that allows you to add custom GitHub keyboard hotkeys
5
5
// @license MIT
6
6
// @author Rob Garrison
11
11
// @grant GM_addStyle
12
12
// @grant GM_getValue
13
13
// @grant GM_setValue
14
- // @icon https://github.com/fluidicon.png
14
+ // @icon https://assets-cdn. github.com/pinned-octocat.svg
15
15
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-custom-hotkeys.user.js
16
16
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-custom-hotkeys.user.js
17
17
// ==/UserScript==
Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name GitHub Custom Navigation
3
- // @version 1.0.17
3
+ // @version 1.0.18
4
4
// @description A userscript that allows you to customize GitHub's main navigation bar
5
5
// @license MIT
6
6
// @author Rob Garrison
11
11
// @grant GM_addStyle
12
12
// @grant GM_getValue
13
13
// @grant GM_setValue
14
- // @icon https://github.com/fluidicon.png
14
+ // @icon https://assets-cdn. github.com/pinned-octocat.svg
15
15
// @require https://cdnjs.cloudflare.com/ajax/libs/dragula/3.7.2/dragula.js
16
16
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-custom-navigation.user.js
17
17
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-custom-navigation.user.js
Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name GitHub Diff Filename
3
- // @version 0.1.1
3
+ // @version 1.0.0
4
4
// @description A userscript that highlights filename & permission alterations
5
5
// @license MIT
6
6
// @author Rob Garrison
9
9
// @run -at document-end
10
10
// @grant GM_getValue
11
11
// @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
14
14
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-diff-filename.user.js
15
15
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-diff-filename.user.js
16
16
// ==/UserScript==
Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name GitHub Diff Files Filter
3
- // @version 0.1.9
3
+ // @version 1.0.0
4
4
// @description A userscript that adds filters that toggle diff & PR files by extension
5
5
// @license MIT
6
6
// @author Rob Garrison
7
7
// @namespace https://github.com/Mottie
8
8
// @include https://github.com/*
9
9
// @run -at document-idle
10
10
// @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
13
13
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-diff-files-filter.user.js
14
14
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-diff-files-filter.user.js
15
15
// ==/UserScript==
Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name GitHub Diff Links
3
- // @version 1.2.7
3
+ // @version 1.2.8
4
4
// @description A userscript that adds links to diff and pull request headers to jump back & forth between files
5
5
// @license MIT
6
6
// @author Rob Garrison
7
7
// @namespace https://github.com/Mottie
8
8
// @include https://github.com/*
9
9
// @run -at document-idle
10
10
// @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
13
13
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-diff-links.user.js
14
14
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-diff-links.user.js
15
15
// ==/UserScript==
Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name GitHub Files Filter
3
- // @version 0.1.2
3
+ // @version 1.0.0
4
4
// @description A userscript that adds filters that toggle the view of repo files by extension
5
5
// @license MIT
6
6
// @author Rob Garrison
9
9
// @run -at document-idle
10
10
// @grant GM_getValue
11
11
// @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
14
14
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-files-filter.user.js
15
15
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-files-filter.user.js
16
16
// ==/UserScript==
Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name GitHub Font Preview
3
- // @version 1.0.14
3
+ // @version 1.0.15
4
4
// @description A userscript that adds a font file preview
5
5
// @license MIT
6
6
// @author Rob Garrison
13
13
// @grant GM_xmlhttpRequest
14
14
// @connect github.com
15
15
// @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
17
17
// @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
19
19
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-font-preview.user.js
20
20
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-font-preview.user.js
21
21
// ==/UserScript==
636
636
parent . insertBefore ( canvas , marker ) ;
637
637
}
638
638
}
639
- /* eslint-enable */
639
+ /* eslint-enable */
640
640
641
641
} ) ( ) ;
Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name GitHub Image Preview
3
- // @version 1.1.11
3
+ // @version 1.1.12
4
4
// @description A userscript that adds clickable image thumbnails
5
5
// @license MIT
6
6
// @author Rob Garrison
13
13
// @grant GM_xmlhttpRequest
14
14
// @connect github.com
15
15
// @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
18
18
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-image-preview.user.js
19
19
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-image-preview.user.js
20
20
// ==/UserScript==
Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name GitHub Indent Comment Blocks
3
- // @version 1.0.7
3
+ // @version 1.0.8
4
4
// @description A userscript that allows you to indent & outdent blocks in the comment editor
5
5
// @license MIT
6
6
// @author Rob Garrison
13
13
// @grant GM_setValue
14
14
// @grant GM_registerMenuCommand
15
15
// @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
17
17
// @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
19
19
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-indent-comments.user.js
20
20
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-indent-comments.user.js
21
21
// ==/UserScript==
Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name GitHub Toggle Issue Comments
3
- // @version 1.1.3
3
+ // @version 1.1.4
4
4
// @description A userscript that toggles issues/pull request comments & messages
5
5
// @license MIT
6
6
// @author Rob Garrison
10
10
// @grant GM_addStyle
11
11
// @grant GM_getValue
12
12
// @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
15
15
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-issue-comments.user.js
16
16
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-issue-comments.user.js
17
17
// ==/UserScript==
Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name GitHub Show Repo Issues
3
- // @version 3.0.10
3
+ // @version 3.0.11
4
4
// @description A userscript that adds a repo issues count to the repository tab & organization page (https://github.com/:user)
5
5
// @license MIT
6
6
// @author Rob Garrison
10
10
// @grant GM_addStyle
11
11
// @grant GM_xmlhttpRequest
12
12
// @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
15
15
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-issue-counts.user.js
16
16
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-issue-counts.user.js
17
17
// ==/UserScript==
Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name GitHub Issue Show Status
3
- // @version 0.1.2
3
+ // @version 1.0.0
4
4
// @description A userscript that adds an obvious indicator showing if an issue or pull request is open or closed
5
5
// @license MIT
6
6
// @author Rob Garrison
7
7
// @namespace https://github.com/Mottie
8
8
// @include https://github.com/*
9
9
// @run -at document-end
10
10
// @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
13
13
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-issue-show-status.user.js
14
14
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-issue-show-status.user.js
15
15
// ==/UserScript==
Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name GitHub Label Color Picker
3
- // @version 1.0.3
3
+ // @version 1.0.4
4
4
// @description A userscript that adds a color picker to the label color input
5
5
// @license MIT
6
6
// @author Rob Garrison
12
12
// @grant GM_setValue
13
13
// @grant GM_registerMenuCommand
14
14
// @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
16
16
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-label-color-picker.user.js
17
17
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-label-color-picker.user.js
18
18
// ==/UserScript==
Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name GitHub Remove Diff Signs
3
- // @version 1.2.0
3
+ // @version 1.2.1
4
4
// @description A userscript that removes the "+" and "-" from code diffs
5
5
// @license MIT
6
6
// @author Rob Garrison
7
7
// @namespace https://github.com/Mottie
8
8
// @include https://github.com/*
9
9
// @run -at document-idle
10
10
// @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
13
13
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-remove-diff-signs.user.js
14
14
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-remove-diff-signs.user.js
15
15
// ==/UserScript==
Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name GitHub Reveal Header
3
- // @version 0.1.1
3
+ // @version 0.1.2
4
4
// @description A userscript that reveals the header when hovering near the top of the screen
5
5
// @license MIT
6
6
// @author Rob Garrison
9
9
// @include https://gist.github.com/*
10
10
// @run -at document-idle
11
11
// @grant GM_addStyle
12
- // @icon https://github.com/fluidicon.png
12
+ // @icon https://assets-cdn. github.com/pinned-octocat.svg
13
13
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-reveal-header.user.js
14
14
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-reveal-header.user.js
15
15
// ==/UserScript==
Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name GitHub RTL Comment Blocks
3
- // @version 1.2.10
3
+ // @version 1.2.11
4
4
// @description A userscript that adds a button to insert RTL text blocks in comments
5
5
// @license MIT
6
6
// @author Rob Garrison
10
10
// @run -at document-idle
11
11
// @grant GM_addStyle
12
12
// @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
14
14
// @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
16
16
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-rtl-comments.user.js
17
17
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-rtl-comments.user.js
18
18
// ==/UserScript==
Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name GitHub Search Autocomplete
3
- // @version 0.1.6
3
+ // @version 1.0.0
4
4
// @description A userscript that adds autocomplete search filters to GitHub
5
5
// @license MIT
6
6
// @author Rob Garrison
12
12
// @require https://code.jquery.com/jquery-3.2.1.min.js
13
13
// @require https://cdnjs.cloudflare.com/ajax/libs/Caret.js/0.3.1/jquery.caret.min.js
14
14
// @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
16
16
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-search-autocomplete.user.js
17
17
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-search-autocomplete.user.js
18
18
// ==/UserScript==
Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name GitHub Static Time
3
- // @version 0.1.3
3
+ // @version 1.0.0
4
4
// @description A userscript that replaces relative times with a static time formatted as you like it
5
5
// @license MIT
6
6
// @author Rob Garrison
12
12
// @grant GM_setValue
13
13
// @grant GM_registerMenuCommand
14
14
// @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
17
17
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-static-time.user.js
18
18
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-static-time.user.js
19
19
// ==/UserScript==
Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name GitHub Title Notification
3
- // @version 1.0.4
3
+ // @version 1.0.5
4
4
// @description A userscript that changes the document title if there are unread messages
5
5
// @license MIT
6
6
// @author Rob Garrison
10
10
// @grant GM_registerMenuCommand
11
11
// @grant GM_getValue
12
12
// @grant GM_setValue
13
- // @icon https://github.com/fluidicon.png
13
+ // @icon https://assets-cdn. github.com/pinned-octocat.svg
14
14
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-title-notification.user.js
15
15
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-title-notification.user.js
16
16
// ==/UserScript==
You can’t perform that action at this time.
0 commit comments