Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5db20fc

Browse files
committed
Change website to coderstats.github.io
1 parent ce3784b commit 5db20fc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

coderstats/coderstats.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var path = document.location.pathname,
66
if (m = path.match(/^\/([\w-]+)\??.*?/)) {
77
login = m[1].trim();
88
if (-1 === ['timeline', 'languages', 'blog', 'explore'].indexOf(login)) {
9-
url = 'http://coderstats.net/github#' + login;
9+
url = 'http://coderstats.github.io/github#' + login;
1010
details = document.getElementsByClassName('vcard-details');
1111
if (details.length > 0) {
1212
addLink();

coderstats/manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"manifest_version": 2,
3-
"version": "1.18",
3+
"version": "1.2",
4+
"homepage_url": "http://coderstats.github.io/",
45
"name": "CoderStats link for Github Coders",
56
"description": "Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.",
67
"icons": {

0 commit comments

Comments
 (0)