File tree 2 files changed +3
-3
lines changed
Filter options
2 files changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ let path = document.location.pathname,
6
6
if ( m = path . match ( / ^ \/ ( [ \w - ] + ) \? ? .* ?/ ) ) {
7
7
login = m [ 1 ] . trim ( ) ;
8
8
if ( - 1 === [ 'timeline' , 'languages' , 'blog' , 'explore' ] . indexOf ( login ) ) {
9
- url = 'http ://coderstats.net /github#' + login ;
9
+ url = 'https ://coderstats.github.io /github#' + login ;
10
10
details = document . getElementsByClassName ( 'vcard-details' ) ;
11
11
if ( details . length > 0 ) {
12
12
addLink ( ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"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 /" ,
5
5
"name" : " CoderStats link for Github Coders" ,
6
6
"description" : " Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com." ,
7
7
"icons" : {
You can’t perform that action at this time.
0 commit comments