Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitcc98088

Browse files
committed
Change website to coderstats.github.io
1 parent0760ea0 commitcc98088

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎coderstats/coderstats.js‎

Lines 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‎

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp