最近刷新浪微博,突然发现有个很好玩的现象就是自己刷新自己的页面也能增加阅读量。
灵光一闪,攻城狮子附体。写了一个小程序自动刷阅读量。
- 【先给大家看下效果图 】
- 【原理其实超级简单】
写给开发人员看
如果你是开发人员,看下代码就秒懂(你必须要有两个号,小号先登录,用小号访问大号)
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>300</title>
</head>
<script type="text/javascript">
setInterval(function() {
history.go(0);
}, ‘2000‘); //这个你可以改多久访问一次,1000 = 1s
</script>
<body>
<iframe src="http://weibo.com/208568123?topnav=1&wvr=6&topsug=1"></iframe>
<iframe src="http://weibo.com/208568123?topnav=1&wvr=6&topsug=1"></iframe>
<iframe src="http://weibo.com/208568123?topnav=1&wvr=6&topsug=1"></iframe>
<iframe src="http://weibo.com/208568123?topnav=1&wvr=6&topsug=1"></iframe>
<iframe src="http://weibo.com/208568123?topnav=1&wvr=6&topsug=1"></iframe>
<iframe src="http://weibo.com/208568123?topnav=1&wvr=6&topsug=1"></iframe>
<iframe src="http://weibo.com/208568123?topnav=1&wvr=6&topsug=1"></iframe>
<iframe src="http://weibo.com/208568123?topnav=1&wvr=6&topsug=1"></iframe>
<iframe src="http://weibo.com/208568123?topnav=1&wvr=6&topsug=1"></iframe>
<iframe src="http://weibo.com/208568123?topnav=1&wvr=6&topsug=1"></iframe>
<iframe src="http://weibo.com/208568123?topnav=1&wvr=6&topsug=1"></iframe>
</body>
</html>
写给没有攻城狮子附体的小白看的
0. 有一个小号,在IE上登录
1. 新建 TXT 文档 如:a.txt
2. 讲上面的代码复制进文档 a.txt 中
3. 修改 文档中 全部 iframe 中src 为你大号的主页地址
4. 修改a.txt 名称为 我是大神.html
5. 右键 我是大神.html 使用IE 浏览器打开该文档。
6. O 啦。
例子 : http://www.vip168.wang/weibo.html
时间: 2024-10-07 05:29:31