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

Commitf8ca109

Browse files
committed
domain change
1 parent2445e4b commitf8ca109

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎coderstats/coderstats.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var path = document.location.pathname;
22
if(m=path.match(/^\/([\w-]+)\??.*?/)){
33
varlogin=m[1];
44
if(-1===['timeline','languages','blog','explore'].indexOf(login)){
5-
varurl='http://cs.geeksta.net/github/'+login.trim();
5+
varurl='http://coderstats.net/github/'+login.trim();
66
vardetails=document.getElementsByClassName('details');
77
vardl=document.createElement('dl');
88
dl.innerHTML='<dt><span class="mini-icon mini-icon-link"></span></dt><dd><a href="'+url+'">CoderStats(\''+login+'\')</a></dd>';

‎coderstats/manifest.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"manifest_version":2,
3-
"version":"1.7",
3+
"version":"1.8",
44
"name":"Coderstats link for Github",
55
"description":"Display a link to the Coderstats page for the currently displayed user on github.com.",
66
"icons": {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp