第一种方式
1.不要登录
2.准备用fiddler
3.开两个网页
4.在html插入一个新的js
写上 windows.on("storage",function(){
location.reload();
})
5.在另外一个网页里面更改localstorage(同一个域名下)
第二种方式
自己做一个浏览器的小插件玩玩
每过三十秒刷新一次。
记得加上代理。
1.不要登录
2.准备用fiddler
3.开两个网页
4.在html插入一个新的js
写上 windows.on("storage",function(){
location.reload();
})
5.在另外一个网页里面更改localstorage(同一个域名下)
自己做一个浏览器的小插件玩玩
每过三十秒刷新一次。
记得加上代理。
本文标题:如何在刷简书的阅读量
本文链接:https://www.haomeiwen.com/subject/sckmixtx.html
网友评论