效果
也不知道有啥用吧。。。反正写出来了,svg 格式可以到处挂,比如挂 Github Profile 里(?)
用法
打开https://ow.blizzard.cn/career/,登陆后在 console 里执行
$.ajax({url:"/action/career/profile?"+(new Date).getTime(),type:"GET",dataType:"text",success:function(a){$.ajax({url:"https://ow.plugin.learningman.top/update",type:"POST",data:JSON.stringify({"data":a}),success:function(b){console.log(b)}})}});
我一开始试图把它做成自动更新的,结果发现暴雪的登录看似简单,其实一大堆隐藏的坑。。。就放弃了