Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cc98088

Browse filesBrowse files
committed
Change website to coderstats.github.io
1 parent 0760ea0 commit cc98088
Copy full SHA for cc98088

File tree

2 files changed

+3
-3
lines changed
Filter options

2 files changed

+3
-3
lines changed

‎coderstats/coderstats.js

Copy file name to clipboardExpand all lines: coderstats/coderstats.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let 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 = 'https://coderstats.github.io/github#' + login;
1010
details = document.getElementsByClassName('vcard-details');
1111
if (details.length > 0) {
1212
addLink();

‎coderstats/manifest.json

Copy file name to clipboardExpand all lines: coderstats/manifest.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
3-
"version": "2.0.0",
4-
"homepage_url": "http://coderstats.net/",
3+
"version": "2.1.0",
4+
"homepage_url": "https://coderstats.github.io/",
55
"name": "CoderStats link for Github Coders",
66
"description": "Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.",
77
"icons": {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.