也不知道有啥用吧。。。反正写出来了,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)}})}});
我一开始试图把它做成自动更新的,结果发现暴雪的登录看似简单,其实一大堆隐藏的坑。。。就放弃了
1
LawlietZ 2020-08-15 22:51:51 +08:00
都登陆了为啥不直接查。。。
|
2
learningman OP @LawlietZ 这玩意儿可以放在一些论坛的签名栏里,可以到处贴)
不过那个年代过去了,现在不流行这玩意儿了 |
3
crokily 2020-08-18 10:52:30 +08:00
不能用呀,报了跨域错误。Access to XMLHttpRequest at 'https://ow.plugin.learningman.top/update' from origin 'https://ow.blizzard.cn' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
|
4
learningman OP |
5
fx777 2020-08-18 18:31:43 +08:00
曾经 守望先锋火的时候,我那会儿在做守望先锋掌游宝这个产品,里边需要用到战绩查询功能,就是从官网获取的数据,然后显示在我们的移动 APP 上,并且把数据做了聚合分析展示。
现在想想都是回忆了。哎 ,物是人非 |
6
leavebody 2020-08-18 19:46:15 +08:00
青春啊。。
|