Skip to content

Commit 7f9095b

Browse files
committed
Correct copyright url
1 parent 9796673 commit 7f9095b

File tree

22 files changed

+25
-25
lines changed

22 files changed

+25
-25
lines changed

April_Fools_CSS/April_Fools_CSS.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Some CSS april fools
44
// @author jerone
55
// @namespace https://github.com/jerone/UserScripts/tree/master/April_Fools_CSS
6-
// @copyright 2014+, jerone (http://jeroenvanwarmerdam.nl)
6+
// @copyright 2014+, jerone (https://github.com/jerone)
77
// @license CC-BY-NC-SA-4.0; https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
88
// @license GPL-3.0-or-later; http://www.gnu.org/licenses/gpl-3.0.txt
99
// @supportURL https://github.com/jerone/UserScripts/issues

Dakar_Extender/208433.user.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// ==UserScript==
22
// @name Dakar Extender
33
// @description Highlight riders by certain country in standings lists.
4-
// @namespace http://userscripts.org/scripts/show/208433
4+
// @namespace http://userscripts.org/scripts/show/208433
55
// @version 2
6-
// @copyright 2014+, jerone (http://jeroenvanwarmerdam.nl)
6+
// @copyright 2014+, jerone (https://github.com/jerone)
77
// @license CC-BY-NC-SA-4.0; https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
88
// @license GPL-3.0-or-later; http://www.gnu.org/licenses/gpl-3.0.txt
99
// @grant none
@@ -15,11 +15,11 @@
1515
(function(){
1616

1717
var countryCode = "NLD";
18-
18+
1919
$(function(){
2020
$("tr:contains('\("+countryCode+"\)')").css("font-weight","bold");
2121
});
22-
22+
2323
})();
2424

2525

Darts_Data_Enhancer/Darts_Data_Enhancer.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// @namespace https://github.com/jerone/UserScripts
55
// @description Enhances Darts Data
66
// @author jerone
7-
// @copyright 2015+, jerone (http://jeroenvanwarmerdam.nl)
7+
// @copyright 2015+, jerone (https://github.com/jerone)
88
// @license CC-BY-NC-SA-4.0; https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
99
// @license GPL-3.0-or-later; http://www.gnu.org/licenses/gpl-3.0.txt
1010
// @homepage https://github.com/jerone/UserScripts/tree/master/Darts_Data_Enhancer#readme

GeenStijl_Powned_Dumpert_Comment_Enhancer/GeenStijl_Powned_Dumpert_Comment_Enhancer.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @namespace https://github.com/jerone/UserScripts
44
// @description Add features to enhance comments on GeenStijl & Powned & Dumpert & more.
55
// @author jerone
6-
// @copyright 2014+, jerone (http://jeroenvanwarmerdam.nl)
6+
// @copyright 2014+, jerone (https://github.com/jerone)
77
// @license CC-BY-NC-SA-4.0; https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
88
// @license GPL-3.0-or-later; http://www.gnu.org/licenses/gpl-3.0.txt
99
// @homepage https://github.com/jerone/UserScripts/tree/master/GeenStijl_Powned_Dumpert_Comment_Enhancer

GitHub_Commit_Compare/GitHub_Commit_Compare.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// @description Add controls to compare commits.
55
// @author jerone
66
// @contributor darkred
7-
// @copyright 2017+, jerone (http://jeroenvanwarmerdam.nl)
7+
// @copyright 2017+, jerone (https://github.com/jerone)
88
// @license CC-BY-NC-SA-4.0; https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
99
// @license GPL-3.0-or-later; http://www.gnu.org/licenses/gpl-3.0.txt
1010
// @homepage https://github.com/jerone/UserScripts/tree/master/GitHub_Commit_Compare

Github_Comment_Enhancer/Github_Comment_Enhancer.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// @namespace https://github.com/jerone/UserScripts
55
// @description Enhances Github comments
66
// @author jerone
7-
// @copyright 2014+, jerone (http://jeroenvanwarmerdam.nl)
7+
// @copyright 2014+, jerone (https://github.com/jerone)
88
// @license CC-BY-NC-SA-4.0; https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
99
// @license GPL-3.0-or-later; http://www.gnu.org/licenses/gpl-3.0.txt
1010
// @homepage https://github.com/jerone/UserScripts/tree/master/Github_Comment_Enhancer#readme

Github_Commit_Diff/Github_Commit_Diff.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @namespace https://github.com/jerone/UserScripts
44
// @description Adds button to show diff (or patch) file for commit
55
// @author jerone
6-
// @copyright 2014+, jerone (http://jeroenvanwarmerdam.nl)
6+
// @copyright 2014+, jerone (https://github.com/jerone)
77
// @license CC-BY-NC-SA-4.0; https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
88
// @license GPL-3.0-or-later; http://www.gnu.org/licenses/gpl-3.0.txt
99
// @homepage https://github.com/jerone/UserScripts/tree/master/Github_Commit_Diff

Github_Commit_Whitespace/Github_Commit_Whitespace.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @namespace https://github.com/jerone/UserScripts
44
// @description Adds button to hide whitespaces from commit
55
// @author jerone
6-
// @copyright 2014+, jerone (http://jeroenvanwarmerdam.nl)
6+
// @copyright 2014+, jerone (https://github.com/jerone)
77
// @license CC-BY-NC-SA-4.0; https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
88
// @license GPL-3.0-or-later; http://www.gnu.org/licenses/gpl-3.0.txt
99
// @homepage https://github.com/jerone/UserScripts/tree/master/Github_Commit_Whitespace

Github_Gist_Share/157850.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @namespace https://github.com/jerone/UserScripts/
44
// @description Share your GitHub Gist to Twitter, Dabblet, Bl.ocks & as userscript.
55
// @author jerone
6-
// @copyright 2014+, jerone (http://jeroenvanwarmerdam.nl)
6+
// @copyright 2014+, jerone (https://github.com/jerone)
77
// @license CC-BY-NC-SA-4.0; https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
88
// @license GPL-3.0-or-later; http://www.gnu.org/licenses/gpl-3.0.txt
99
// @homepage https://github.com/jerone/UserScripts/tree/master/Github_Gist_Share

Github_Image_Viewer/Github_Image_Viewer.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// @namespace https://github.com/jerone/UserScripts
55
// @description Preview images from within the listing.
66
// @author jerone
7-
// @copyright 2014+, jerone (http://jeroenvanwarmerdam.nl)
7+
// @copyright 2014+, jerone (https://github.com/jerone)
88
// @license CC-BY-NC-SA-4.0; https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
99
// @license GPL-3.0-or-later; http://www.gnu.org/licenses/gpl-3.0.txt
1010
// @homepage https://github.com/jerone/UserScripts/tree/master/Github_Image_Viewer

0 commit comments

Comments
 (0)