好兄弟, 加入汪汪队吗?

6,278 阅读1分钟

1.掘金动态头像教程

复制以下代码,F12打开控制台,黏贴执行下,等待头像审核就好了,审核不通过可以换个头像链接,找其他汪汪队成员的头像即可

var ajax = new XMLHttpRequest();
    ajax.open('post','https://juejin.cn/web/user/update/user_info/',true);
    ajax.setRequestHeader('content-type','application/x-www-form-urlencoded');
    ajax.send("aid=2608&avatar=https://p3-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/738d06506c0b41abb3c346fcd3d9f55f~tplv-k3u1fbpfcp-watermark.image?");
    ajax.onreadystatechange = function (){
    if(ajax.readyState==4&&ajax.status==200){
        var c = ajax.responseText;
        console.log(c)
    }
}

备用代码1

var ajax = new XMLHttpRequest();
ajax.open('post', 'https://juejin.cn/web/user/update/user_info/', true);
ajax.setRequestHeader('content-type', 'application/x-www-form-urlencoded');
ajax.send("aid=2608&avatar=https://p26-passport.byteacctimg.com/img/user-avatar/700366d869cb87ac1f10020d713d09b7~300x300.image");
ajax.onreadystatechange = function() {
    if (ajax.readyState == 4 && ajax.status == 200) {
        console.log(ajax.responseText)
    }
}

备用代码2

var ajax = new XMLHttpRequest();
ajax.open('post', 'https://juejin.cn/web/user/update/user_info/', true);
ajax.setRequestHeader('content-type', 'application/x-www-form-urlencoded');
ajax.send("aid=2608&avatar=https://p3-passport.byteacctimg.com/img/user-avatar/469c55692430eb2f737cd6c0d9e31690~300x300.image");
ajax.onreadystatechange = function() {
    if (ajax.readyState == 4 && ajax.status == 200) {
        console.log(ajax.responseText)
    }
}



image.png

2.汪汪队微信群

进群扫下以下二维码,感兴趣的可以加入,如果二维码过期,可以私聊我,一起上班摸鱼,如果群满了,超过200人,需要加我微信邀请进群,备注汪汪队

dog.jpg 86766edc-a9a7-496b-b1a9-93cb75675435.gif