码迷,mamicode.com
首页 > 其他好文 > 详细

怎么增加新浪微博阅读量

时间:2015-03-31 12:46:40      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:新浪微博   阅读量   

最近刷新浪微博,突然发现有个很好玩的现象就是自己刷新自己的页面也能增加阅读量。
灵光一闪,攻城狮子附体。写了一个小程序自动刷阅读量。

  • 【先给大家看下效果图 】

【双鱼座张飞,点击有惊喜】
技术分享

  • 【原理其实超级简单】

写给开发人员看
如果你是开发人员,看下代码就秒懂(你必须要有两个号,小号先登录,用小号访问大号)

<!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

怎么增加新浪微博阅读量

标签:新浪微博   阅读量   

原文地址:http://blog.csdn.net/fairytall/article/details/44777819

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!