首页
社区
课程
招聘
[原创]教大家去除迅雷看看广告(XP下有效果,WIN 7没测试过)
2012-4-7 22:05 10993

[原创]教大家去除迅雷看看广告(XP下有效果,WIN 7没测试过)

2012-4-7 22:05
10993
相信大家都有在迅雷看看上看过电影,估计对电影开始前的30秒的广告烦恼不已,现在给大家支个招,干掉这个烦人的广告!
cls
@echo off
color 0A
title 迅雷看看去广告补丁
echo.
echo =====去除迅雷看看广告补丁===========
echo.
echo 本补丁用于去除迅雷看看广告,不会对你的系统造成任何危险
echo 去除迅雷看看顶部广告及背景广告,屏蔽播放界面15秒过渡广告和暂停广告
echo 已经应用过此补丁的,不需要重新应用
echo.
echo ------------------------------------------------------------------
echo 注意:此补丁将修改系统HOSTS文件、清除本地缓存文件
echo ------------------------------------------------------------------
echo.
echo 第一步:添加迅雷看看去广告补丁
pause
echo.>>%systemroot%\system32\drivers\etc\hosts
echo ------kankan patch by 123488848------>>%systemroot%\system32\drivers\etc\hosts
echo 127.0.0.1 mtips.xunlei.com>>%systemroot%\system32\drivers\etc\hosts
echo 127.0.0.1 biz5.sandai.net>>%systemroot%\system32\drivers\etc\hosts
echo 127.0.0.1 kkpgv.xunlei.com>>%systemroot%\system32\drivers\etc\hosts
echo 127.0.0.1 statis.kankan.xunlei.com>>%systemroot%\system32\drivers\etc\hosts
echo 127.0.0.1 mcfg.sandai.net>>%systemroot%\system32\drivers\etc\hosts
echo 127.0.0.1 float.sandai.net>>%systemroot%\system32\drivers\etc\hosts
echo 127.0.0.1 recommend.xunlei.com>>%systemroot%\system32\drivers\etc\hosts
echo 127.0.0.1 cl.kankan.xunlei.com>>%systemroot%\system32\drivers\etc\hosts
echo 127.0.0.1 server1.adpolestar.net>>%systemroot%\system32\drivers\etc\hosts
echo 127.0.0.1 advstat.xunlei.com>>%systemroot%\system32\drivers\etc\hosts
echo 127.0.0.1 mpv.sandai.net>>%systemroot%\system32\drivers\etc\hosts
echo 127.0.0.1 pubstat.sandai.net>>%systemroot%\system32\drivers\etc\hosts
echo 127.0.0.1 211.94.190.80>>%systemroot%\system32\drivers\etc\hosts
echo 127.0.0.1 adsresult.joywell.com.cn>>%systemroot%\system32\drivers\etc\hosts
echo ------kankan patch end------>>%systemroot%\system32\drivers\etc\hosts
echo 迅雷看看补丁添加完毕
echo ------------------------------------------------------------------
echo.
echo 第二步:清除本地缓存,请关闭你的浏览器,IE/FIREFOX/遨游等……
pause
echo.
echo 请确认浏览器已关闭!
pause
echo.
echo 开始执行清理……
echo.
echo 正在检查cookies、历史纪录等目录位置(当前用户)……
reg query "HKCU\software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders"
/v Cache>%temp%\cleantmp.txt
reg query "HKCU\software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders"
/v Cookies>>%temp%\cleantmp.txt
reg query "HKCU\software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders"
/v History>>%temp%\cleantmp.txt
reg query "HKCU\software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders"
/v NetHood>>%temp%\cleantmp.txt
reg query "HKCU\software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders"
/v Recent>>%temp%\cleantmp.txt
echo 正在清理Cookies、IE缓存、历史纪录等(当前用户)……
for /f "tokens=3*" %%a in (%temp%\cleantmp.txt) do (
for /d %%i in ("%%a %%b\*.*") do rd /s /q "%%i"
del /a /f /s /q "%%a %%b\*.*"
)
::跟上面几项未必是重复的(!),也是对当前用户目录
echo 正在清理临时文件 (系统目录)……
del /a /f /s /q "%userprofile%\Locals~1\Tempor~1\*.*"
del /a /f /s /q "%userprofile%\Locals~1\Temp\*.*"
del /a /f /s /q "%userprofile%\cookies\*.*"
del /a /f /s /q "%Temp%\*.*"
del /a /f /s /q "%Tmp%\*.*"
echo.
echo 清理完毕(注: 若提示文件没找到是正常的)……
echo ------------------------------------------------------------------
echo.
echo 补丁已经顺利执行完毕,请直接关闭窗口或按任意键退出!
echo 谢谢你的使用!
pause >nul
del %SystemRoot%\vTmp.txt
把红色文字复制,新建txt文档,粘贴进去。
另存为xxx.bat!
双击之!
保存类型为所有文件,别忘了!有问题CALL ME

[培训]二进制漏洞攻防(第3期);满10人开班;模糊测试与工具使用二次开发;网络协议漏洞挖掘;Linux内核漏洞挖掘与利用;AOSP漏洞挖掘与利用;代码审计。

收藏
点赞3
打赏
分享
最新回复 (10)
雪    币: 183
活跃值: (55)
能力值: ( LV3,RANK:20 )
在线值:
发帖
回帖
粉丝
windowsa 2012-4-7 22:33
2
0
其实就是迅雷的广告网页.修改host来进行屏蔽!
修改host可以来屏蔽很多客户端的广告! sina  sohu  baidu  qq 这些都可以
抓到http数据包进而屏蔽
雪    币: 92
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
jingma 2012-4-7 23:03
3
0
嗯,原理明白了
雪    币: 206
活跃值: (56)
能力值: ( LV3,RANK:20 )
在线值:
发帖
回帖
粉丝
lijianhyan 2012-4-7 23:10
4
0
一楼正解!!!
雪    币: 206
活跃值: (56)
能力值: ( LV3,RANK:20 )
在线值:
发帖
回帖
粉丝
lijianhyan 2012-4-7 23:11
5
0
有人做个视频说破解百度啊,新浪啥的,其实好多都是这样玩的,哈哈!你们懂的
雪    币: 284
活跃值: (18)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
tom猫 2012-4-7 23:48
6
0
嗯,这个方法好
雪    币: 99
活跃值: (96)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
langyashan 2012-5-10 09:01
7
0
这个看懂了,哈哈
雪    币: 93
活跃值: (41)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
黑箜 2012-5-10 15:14
8
0
不错 之前我CS5.5也这样过验证
雪    币: 508
活跃值: (202)
能力值: ( LV9,RANK:160 )
在线值:
发帖
回帖
粉丝
wangweilll 2 2012-5-12 07:52
9
0
学习学习学习学习
雪    币: 71
活跃值: (58)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
StartAoA 2012-5-12 15:01
10
0
这是中国特色,包括IT软件行业~~ 呵呵~~
雪    币: 389
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
plgs 2012-10-29 21:53
11
0
顶顶更健康啊啊啊
游客
登录 | 注册 方可回帖
返回