京东家电每小时自动领5京豆方法 有js代码

爱必应

网友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.浏览器控制台里输入如下代码,实现定时刷新

  1. timeout=prompt("设置刷新时间(分钟)");
  2. count=0
  3. current=location.href;
  4. if(timeout>0)
  5. setTimeout(‘reload()’,60000*timeout);
  6. else
  7. location.replace(current);
  8. console.log(‘时间 ‘+new Date().getHours() +’:’+ new Date().getMinutes() + ‘:’ + new Date().getSeconds()+’ 每’+timeout+’分钟自动刷新’);
  9. function reload(){
  10. setTimeout(‘reload()’,60000*timeout);
  11. count++;
  12. console.log(‘时间 ‘+new Date().getHours() +’:’+ new Date().getMinutes() + ‘:’ + new Date().getSeconds()+’ 刷新次数:’+count);
  13. fr4me='<frameset cols=\’*\’>\n<frame src=\”+current+’\’/>’;
  14. fr4me+='</frameset>’;
  15. with(document){write(fr4me);void(close())};
  16. }

复制代码代码参考https://blog.csdn.net/samt007/article/details/80014071
方法参考https://blog.csdn.net/qq_22903531/article/details/84820674

网友1587943743分享:
12*5等于60豆!

网友迷茫图纸分享:
24小时,没毛病

网友少年丶来一发么分享:
M

原文链接:,转发请注明来源!

发表评论