网友gong56分享:
活动地址见首发贴 http://www.zuanke8.com/thread-7061823-1-1.html
每小时领5京豆就是get这个网址,手动的话就每小时点下,24小时120豆
https://huanxin.m.jd.com/rights/market?activeId=hara10
下面有几种方法实现每小时自动get
1.手机利用tasker任务里创建get请求,配置里添加时间设置每61分钟执行一次,指向这个任务。
2.找个自动挂机网站,创建任务
3.用浏览器自带的定时刷新功能,或者找个在线定时刷新网站
4.浏览器安装个自动刷新的插件
5.浏览器控制台里输入如下代码,实现定时刷新
- timeout=prompt("设置刷新时间(分钟)");
- count=0
- current=location.href;
- if(timeout>0)
- setTimeout(‘reload()’,60000*timeout);
- else
- location.replace(current);
- console.log(‘时间 ‘+new Date().getHours() +’:’+ new Date().getMinutes() + ‘:’ + new Date().getSeconds()+’ 每’+timeout+’分钟自动刷新’);
- function reload(){
- setTimeout(‘reload()’,60000*timeout);
- count++;
- console.log(‘时间 ‘+new Date().getHours() +’:’+ new Date().getMinutes() + ‘:’ + new Date().getSeconds()+’ 刷新次数:’+count);
- fr4me='<frameset cols=\’*\’>\n<frame src=\”+current+’\’/>’;
- fr4me+='</frameset>’;
- with(document){write(fr4me);void(close())};
- }
复制代码代码参考https://blog.csdn.net/samt007/article/details/80014071
方法参考https://blog.csdn.net/qq_22903531/article/details/84820674
网友1587943743分享:
12*5等于60豆!
网友迷茫图纸分享:
24小时,没毛病
网友少年丶来一发么分享:
M