Skip to content

Commit c71a00d

Browse files
authored
Add @supportURL pointing to the GitHub repo (Mottie#137)
(per greasyfork-org/greasyfork#712 (comment) )
1 parent 010aa67 commit c71a00d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+44
-0
lines changed

gist-raw-links.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
// @icon https://github.githubassets.com/pinned-octocat.svg
1818
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/gist-raw-links.user.js
1919
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/gist-raw-links.user.js
20+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
2021
// ==/UserScript==
2122
/* global GM */
2223
(() => {

gist-to-dabblet.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// @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
14+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1415
// ==/UserScript==
1516
(() => {
1617
"use strict";

github-code-colors.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
// @icon https://github.githubassets.com/pinned-octocat.svg
1616
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-code-colors.user.js
1717
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-code-colors.user.js
18+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1819
// ==/UserScript==
1920
/* global GM Color */
2021
(() => {

github-code-folding.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
// @icon https://github.githubassets.com/pinned-octocat.svg
1616
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-code-folding.user.js
1717
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-code-folding.user.js
18+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1819
// ==/UserScript==
1920
/* global GM */
2021
/**

github-code-guides.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// @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
16+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1617
// ==/UserScript==
1718
/* copy into textarea to check the guides
1819
1 2 3 4 5 6 7 8

github-code-show-whitespace.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
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
24+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
2425
// ==/UserScript==
2526
/* global GM */
2627
(async () => {

github-collapse-in-comment.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
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
19+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1920
// ==/UserScript==
2021
(() => {
2122
"use strict";

github-collapse-markdown.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
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
20+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
2021
// ==/UserScript==
2122
(() => {
2223
"use strict";

github-copy-code-snippet.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// @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
16+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1617
// ==/UserScript==
1718
(() => {
1819
"use strict";

github-custom-hotkeys.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
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
19+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1920
// ==/UserScript==
2021
/* global $ $$ on */
2122
(() => {

github-custom-navigation.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
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
18+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1819
// ==/UserScript==
1920
/* global dragula */
2021
(() => {

github-diff-expander.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
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
15+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1516
// ==/UserScript==
1617
(() => {
1718
"use strict";

github-diff-filename.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// @icon https://github.githubassets.com/pinned-octocat.svg
1515
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-diff-filename.user.js
1616
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-diff-filename.user.js
17+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1718
// ==/UserScript==
1819
/* global $ $$ on */
1920
(() => {

github-diff-files-filter.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// @grant GM_addStyle
1111
// @require https://greasyfork.org/scripts/28721-mutations/code/mutations.js?version=882023
1212
// @icon https://github.githubassets.com/pinned-octocat.svg
13+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1314
// ==/UserScript==
1415
(() => {
1516
"use strict";

github-diff-links.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// @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
15+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1516
// ==/UserScript==
1617
(() => {
1718
"use strict";

github-download-zip.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
// @icon https://github.githubassets.com/pinned-octocat.svg
1919
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-download-zip.user.js
2020
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-download-zip.user.js
21+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
2122
// ==/UserScript==
2223
/* global GM */
2324
(() => {

github-files-filter.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// @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
17+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1718
// ==/UserScript==
1819
(() => {
1920
"use strict";

github-font-preview.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
// @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
21+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
2122
// ==/UserScript==
2223
/* global opentype */
2324
(() => {

github-hide-own-feed-meta.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// @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
15+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1516
// ==/UserScript==
1617
(() => {
1718
"use strict";

github-html-preview.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// @icon https://github.githubassets.com/pinned-octocat.svg
1414
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-html-preview.user.js
1515
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-html-preview.user.js
16+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1617
// ==/UserScript==
1718
/* global $ $$ on */
1819
(() => {

github-image-preview.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
// @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
20+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
2021
// ==/UserScript==
2122
(() => {
2223
"use strict";

github-in-vscode.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
// @icon https://github.githubassets.com/pinned-octocat.svg
1616
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-in-vscode.user.js
1717
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-in-vscode.user.js
18+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1819
// ==/UserScript==
1920
/* global $ on make */
2021
(() => {

github-indent-comments.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
// @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
21+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
2122
// ==/UserScript==
2223
(() => {
2324
"use strict";

github-issue-add-details.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// @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
16+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1617
// ==/UserScript==
1718
(() => {
1819
"use strict";

github-issue-comments.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// @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
17+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1718
// ==/UserScript==
1819
(() => {
1920
"use strict";

github-issue-counts.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// @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
17+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1718
// ==/UserScript==
1819
(() => {
1920
"use strict";

github-issue-highlighter.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// @icon https://github.githubassets.com/pinned-octocat.svg
1414
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-issue-highlighter.user.js
1515
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-issue-highlighter.user.js
16+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1617
// ==/UserScript==
1718
(() => {
1819
"use strict";

github-issue-show-status.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// @icon https://github.githubassets.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
15+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1516
// ==/UserScript==
1617
(() => {
1718
"use strict";

github-label-color-picker.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
// @icon https://github.githubassets.com/pinned-octocat.svg
1717
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-label-color-picker.user.js
1818
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-label-color-picker.user.js
19+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1920
// ==/UserScript==
2021
/* global jsColorPicker */
2122
(() => {

github-mentioned-links.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// @icon https://github.githubassets.com/pinned-octocat.svg
1515
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-mentioned-links.user.js
1616
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-mentioned-links.user.js
17+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1718
// ==/UserScript==
1819
/* global $ $$ on */
1920
(() => {

github-remove-diff-signs.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// @icon https://github.githubassets.com/pinned-octocat.svg
1212
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-remove-diff-signs.user.js
1313
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-remove-diff-signs.user.js
14+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1415
// ==/UserScript==
1516
(() => {
1617
"use strict";

github-reveal-header.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// @icon https://github.githubassets.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
15+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1516
// ==/UserScript==
1617
(() => {
1718
"use strict";

github-rtl-comments.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
// @icon https://github.githubassets.com/pinned-octocat.svg
1818
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-rtl-comments.user.js
1919
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-rtl-comments.user.js
20+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
2021
// ==/UserScript==
2122
/* global GM */
2223
(() => {

github-search-autocomplete.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
// @icon https://github.githubassets.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
18+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1819
// ==/UserScript==
1920
(($) => {
2021
"use strict";

github-sort-content.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
// @icon https://github.githubassets.com/pinned-octocat.svg
1717
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-sort-content.user.js
1818
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-sort-content.user.js
19+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1920
// ==/UserScript==
2021
/* global GM tinysort */
2122
(() => {

github-sort-reactions.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// @icon https://github.githubassets.com/pinned-octocat.svg
1515
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-sort-reactions.user.js
1616
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-sort-reactions.user.js
17+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1718
// ==/UserScript==
1819
(() => {
1920
"use strict";

github-static-time.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
// @icon https://github.githubassets.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
19+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1920
// ==/UserScript==
2021
(() => {
2122
/* global moment */

github-title-notification.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// @icon https://github.githubassets.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
16+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1617
// ==/UserScript==
1718
(() => {
1819
"use strict";

github-toc.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
// @icon https://github.githubassets.com/pinned-octocat.svg
2222
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-toc.user.js
2323
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-toc.user.js
24+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
2425
// ==/UserScript==
2526
/* global $ $$ on addClass removeClass */
2627
(async () => {

github-toggle-diff-comments.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
// @icon https://github.githubassets.com/pinned-octocat.svg
1616
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-toggle-diff-comments.user.js
1717
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-toggle-diff-comments.user.js
18+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1819
// ==/UserScript==
1920
/* global GM $ $$ on debounce make */
2021
(() => {

github-toggle-expanders.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// @icon https://github.githubassets.com/pinned-octocat.svg
1111
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-toggle-expanders.user.js
1212
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-toggle-expanders.user.js
13+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1314
// ==/UserScript==
1415
(() => {
1516
"use strict";

github-toggle-wiki-sidebar.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
// @icon https://github.githubassets.com/pinned-octocat.svg
1616
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-toggle-wiki-sidebar.user.js
1717
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-toggle-wiki-sidebar.user.js
18+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1819
// ==/UserScript==
1920
/* global $ make on */
2021
(() => {

github-unknown-license.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// @icon https://github.githubassets.com/pinned-octocat.svg
1414
// @updateURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-unknown-license.user.js
1515
// @downloadURL https://raw.githubusercontent.com/Mottie/Github-userscripts/master/github-unknown-license.user.js
16+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1617
// ==/UserScript==
1718
/* global $ on */
1819
(() => {

github-update-fork.user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// @icon https://github.githubassets.com/pinned-octocat.svg
1212
// @updateURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-update-fork.user.js
1313
// @downloadURL https://raw.githubusercontent.com/Mottie/GitHub-userscripts/master/github-update-fork.user.js
14+
// @supportURL https://github.com/Mottie/GitHub-userscripts/issues
1415
// ==/UserScript==
1516
(() => {
1617
"use strict";

0 commit comments

Comments
 (0)