Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Commit

Permalink
comment user query fix
Browse files Browse the repository at this point in the history
api.bilibili.cn -> api.bilibili.com
  • Loading branch information
myfreeer committed Aug 14, 2016
1 parent edb791b commit 5937589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bilibili_injected.js
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@
displayUserInfo(uid, JSON.parse(data));
return false;
}
$.getJSON('http://api.bilibili.cn/userinfo?mid=' + uid + '&type=json', function(data) {
$.getJSON('http://api.bilibili.com/userinfo?mid=' + uid + '&type=json', function(data) {
if (data.code == 0) {
sessionStorage.setItem('user/' + uid, JSON.stringify({
name: data.name,
Expand Down

0 comments on commit 5937589

Please sign in to comment.