Pinned Loading
-
判断是否为gravatar默认头像
判断是否为gravatar默认头像 1function has_gravatar(gravatar_url){
2var img = new Image();
3img.crossOrigin = "Anonymous";
4img.src =gravatar_url;
5img.onload = function() {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.