查看: 4675|回复: 10
收起左侧

[求助] 去除21家视频站广告批处理

[复制链接]
myx0415
发表于 2013-3-11 20:10:27 | 显示全部楼层 |阅读模式
本帖最后由 myx0415 于 2013-3-12 16:00 编辑

去除包含以下21家视频网站:优酷网 土豆网 搜狐视频 爱奇艺 迅雷看看(含迅播) PPTV 腾讯视频在线(含腾讯视频客户端)新浪视频 乐视网 凤凰视频 M1905电影网 酷6网 56网 CNTV PPS 芒果TV 风行网皮皮网悠视网 爱拍原创 第1视频。


【批处理下载】http://l17.yunpan.cn/lk/Q8PyIMqshswqS


【批处理代码】去除21家视频站广告文本框语法复制区:
  1. @ECHO OFF
  2. COLOR 0a
  3. :head
  4. cls
  5. TITLE 屏蔽Ku6、优酷、土豆、迅雷看看等21家在线视频缓冲广告
  6. ::ECHO 屏蔽Ku6、优酷、土豆、迅雷看看等21家在线视频缓冲广告
  7. echo.&echo.
  8. echo          ┌───────::屏蔽21家在线视频广告::────────┐
  9. echo          │                                                     │
  10. echo          │        1.需要屏蔽视频广告(备份后改写host文件)      │
  11. echo          │                                                     │
  12. echo          │        2.不屏蔽视频广告(还原host文件)             │
  13. echo          │                                                     │
  14. echo          │        3.处理视频黑屏问题                      │
  15. echo          │                                                     │
  16. echo          │        0.退出                                      │
  17. echo          │                                                     │
  18. echo          └───────────────────────────┘
  19. echo.
  20. set /p sel= 请输入(1,2,3,0):
  21. echo %sel%|findstr /be "[0-3]*" >nul &&goto:sta||(echo 输入错误,请重新输入&echo.&pause&goto:head)
  22. :sta
  23. if %sel%==1 set words=需要屏蔽视频广告&set p1=%windir%\system32\drivers\etc\hosts&goto:backup
  24. if %sel%==2 set words=不屏蔽视频广告&set p1=%windir%\system32\drivers\etc\hosts&&goto:recover
  25. if %sel%==3 set words=处理视频黑屏问题&goto:black
  26. if %sel%==0 exit
  27. echo 选择了 %sel%,将设置为【words】
  28. echo.&%0
  29. :backup
  30. TITLE 正在备份host文件
  31. ECHO.&ECHO 正在备份host文件
  32. echo %p1%
  33. :pause
  34. :goto:head
  35. if exist %p1%.txt (echo 备份文件已经存在,不进行备份) else (copy %p1% %p1%.txt&if exist %p1%.txt echo 备份完成)
  36. TITLE 正在完成屏蔽功能
  37. ECHO.&ECHO 正在完成屏蔽功能
  38. echo 正在去除视频网站广告,请稍后...
  39. echo 127.0.0.1 dcads.sina.com.cn >>C:\WINDOWS\system32\drivers\etc\hosts
  40. echo 127.0.0.1 dcads.sina.com.cn >>C:\WINDOWS\system32\drivers\etc\hosts
  41. echo 127.0.0.1 images.sohu.com @HostsX >>C:\WINDOWS\system32\drivers\etc\hosts
  42. echo 127.0.0.1 a.cctv.com >>C:\WINDOWS\system32\drivers\etc\hosts
  43. echo 127.0.0.1 a.cntv.cn >>C:\WINDOWS\system32\drivers\etc\hosts
  44. echo 127.0.0.1 ad.cctv.com >>C:\WINDOWS\system32\drivers\etc\hosts
  45. echo 127.0.0.1 d.cntv.cn >>C:\WINDOWS\system32\drivers\etc\hosts
  46. echo 127.0.0.1 adguanggao.eee114.com >>C:\WINDOWS\system32\drivers\etc\hosts
  47. echo 127.0.0.1 cctv.adsunion.com >>C:\WINDOWS\system32\drivers\etc\hosts
  48. echo 127.0.0.1 play.qq.com >>C:\WINDOWS\system32\drivers\etc\hosts
  49. echo 127.0.0.1 [url]www.ww2qq.com[/url] >>C:\WINDOWS\system32\drivers\etc\hosts
  50. echo 127.0.0.1 [url]http://adslvfile.qq.com[/url] >>C:\WINDOWS\system32\drivers\etc\hosts
  51. echo 127.0.0.1 tj.video.qq.com >>C:\WINDOWS\system32\drivers\etc\hosts
  52. echo 127.0.0.1 vv.video.qq.com >>C:\WINDOWS\system32\drivers\etc\hosts
  53. echo 127.0.0.1 livep.l.qq.com >>C:\WINDOWS\system32\drivers\etc\hosts
  54. echo 127.0.0.1 [url]www.expo2010.cn[/url] >>C:\WINDOWS\system32\drivers\etc\hosts
  55. echo 127.0.0.1 rcgi.video.qq.com >>C:\WINDOWS\system32\drivers\etc\hosts
  56. echo 127.0.0.1 aid.video.qq.com >>C:\WINDOWS\system32\drivers\etc\hosts
  57. echo 127.0.0.1 b.scorecardresearch.com >>C:\WINDOWS\system32\drivers\etc\hosts
  58. echo 127.0.0.1 pinghot.qq.com >>C:\WINDOWS\system32\drivers\etc\hosts
  59. echo 127.0.0.1 cpro.baidu.com >>C:\WINDOWS\system32\drivers\etc\hosts
  60. echo 127.0.0.1 drmcmm.baidu.com >>C:\WINDOWS\system32\drivers\etc\hosts
  61. echo 127.0.0.1 my.tv.sohu.com >>C:\WINDOWS\system32\drivers\etc\hosts
  62. echo 127.0.0.1 afp.qiyi.com >>C:\WINDOWS\system32\drivers\etc\hosts
  63. echo 127.0.0.1 focusbaiduafp.allyes.com >>C:\WINDOWS\system32\drivers\etc\hosts
  64. echo 127.0.0.1 qiyipic.com >>C:\WINDOWS\system32\drivers\etc\hosts
  65. echo 127.0.0.1 api.cupid.qiyi.com >>C:\WINDOWS\system32\drivers\etc\hosts
  66. echo 127.0.0.1 atm.youku.com >>C:\WINDOWS\system32\drivers\etc\hosts
  67. echo 127.0.0.1 Fvid.atm.youku.com >>C:\WINDOWS\system32\drivers\etc\hosts
  68. echo 127.0.0.1 html.atm.youku.com >>C:\WINDOWS\system32\drivers\etc\hosts
  69. echo 127.0.0.1 valb.atm.youku.com >>C:\WINDOWS\system32\drivers\etc\hosts
  70. echo 127.0.0.1 valf.atm.youku.com >>C:\WINDOWS\system32\drivers\etc\hosts
  71. echo 127.0.0.1 valo.atm.youku.com >>C:\WINDOWS\system32\drivers\etc\hosts
  72. echo 127.0.0.1 valp.atm.youku.com >>C:\WINDOWS\system32\drivers\etc\hosts
  73. echo 127.0.0.1 lstat.youku.com >>C:\WINDOWS\system32\drivers\etc\hosts
  74. echo 127.0.0.1 speed.lstat.youku.com >>C:\WINDOWS\system32\drivers\etc\hosts
  75. echo 127.0.0.1 urchin.lstat.youku.com >>C:\WINDOWS\system32\drivers\etc\hosts
  76. echo 127.0.0.1 stat.youku.com >>C:\WINDOWS\system32\drivers\etc\hosts
  77. echo 127.0.0.1 static.lstat.youku.com >>C:\WINDOWS\system32\drivers\etc\hosts
  78. echo 127.0.0.1 valc.atm.youku.com >>C:\WINDOWS\system32\drivers\etc\hosts
  79. echo 127.0.0.1 vid.atm.youku.com >>C:\WINDOWS\system32\drivers\etc\hosts
  80. echo 127.0.0.1 walp.atm.youku.com >>C:\WINDOWS\system32\drivers\etc\hosts
  81. echo 127.0.0.1 td.atm.youku.com >>C:\WINDOWS\system32\drivers\etc\hosts
  82. echo 127.0.0.1 acs.56.com >>C:\WINDOWS\system32\drivers\etc\hosts
  83. echo 127.0.0.1 acs.agent.56.com >>C:\WINDOWS\system32\drivers\etc\hosts
  84. echo 127.0.0.1 acs.agent.v-56.com >>C:\WINDOWS\system32\drivers\etc\hosts
  85. echo 127.0.0.1 Bill.agent.56.com >>C:\WINDOWS\system32\drivers\etc\hosts
  86. echo 127.0.0.1 bill.agent.v-56.com >>C:\WINDOWS\system32\drivers\etc\hosts
  87. echo 127.0.0.1 stat.56.com >>C:\WINDOWS\system32\drivers\etc\hosts
  88. echo 127.0.0.1 stat2.corp.56.com >>C:\WINDOWS\system32\drivers\etc\hosts
  89. echo 127.0.0.1 union.56.com >>C:\WINDOWS\system32\drivers\etc\hosts
  90. echo 127.0.0.1 uvimage.56.com >>C:\WINDOWS\system32\drivers\etc\hosts
  91. echo 127.0.0.1 v16.56.com >>C:\WINDOWS\system32\drivers\etc\hosts
  92. echo 127.0.0.1 letv.allyes.com >>C:\WINDOWS\system32\drivers\etc\hosts
  93. echo 127.0.0.1 dc.letv.com >>C:\WINDOWS\system32\drivers\etc\hosts
  94. echo 127.0.0.1 pro.letv.com >>C:\WINDOWS\system32\drivers\etc\hosts
  95. echo 127.0.0.1 pro.hoye.letv.com >>C:\WINDOWS\system32\drivers\etc\hosts
  96. echo 127.0.0.1 his.tv.sohu.com >>C:\WINDOWS\system32\drivers\etc\hosts
  97. echo 127.0.0.1 v.aty.sohu.com >>C:\WINDOWS\system32\drivers\etc\hosts
  98. echo 127.0.0.1 vm.aty.sohu.com >>C:\WINDOWS\system32\drivers\etc\hosts
  99. echo 127.0.0.1 p.aty.sohu.com >>C:\WINDOWS\system32\drivers\etc\hosts
  100. echo 127.0.0.1 click.hd.sohu.com.cn >>C:\WINDOWS\system32\drivers\etc\hosts
  101. echo 127.0.0.1 aty.tv.sohu.com >>C:\WINDOWS\system32\drivers\etc\hosts
  102. echo 127.0.0.1 policy.cupid.iqiyi.com >>C:\WINDOWS\system32\drivers\etc\hosts
  103. echo 127.0.0.1 stat.letv.com >>C:\WINDOWS\system32\drivers\etc\hosts
  104. echo 127.0.0.1 cmletv.allyes.com >>C:\WINDOWS\system32\drivers\etc\hosts
  105. echo 127.0.0.1 mcfg.sandai.net >>C:\WINDOWS\system32\drivers\etc\hosts
  106. echo 127.0.0.1 mpv.sandai.net >>C:\WINDOWS\system32\drivers\etc\hosts
  107. echo 127.0.0.1 float.sandai.net >>C:\WINDOWS\system32\drivers\etc\hosts
  108. echo 127.0.0.1 biz5.sandai.net >>C:\WINDOWS\system32\drivers\etc\hosts
  109. echo 127.0.0.1 logic.cpm.cm.sandai.net >>C:\WINDOWS\system32\drivers\etc\hosts
  110. echo 127.0.0.1 count.cpm.cm.sandai.net >>C:\WINDOWS\system32\drivers\etc\hosts
  111. echo 127.0.0.1 logic.xmp.cpm.cm.sandai.net >>C:\WINDOWS\system32\drivers\etc\hosts
  112. echo 127.0.0.1 20121105.logic.cpm.cm.sandai.net >>C:\WINDOWS\system32\drivers\etc\hosts
  113. echo 127.0.0.1 act.xunlei.com >>C:\WINDOWS\system32\drivers\etc\hosts
  114. echo 127.0.0.1 server1.adpolestar.net >>C:\WINDOWS\system32\drivers\etc\hosts
  115. echo 127.0.0.1 mtips.xunlei.com >>C:\WINDOWS\system32\drivers\etc\hosts
  116. echo 127.0.0.1 kkpgv.xunlei.com >>C:\WINDOWS\system32\drivers\etc\hosts
  117. echo 127.0.0.1 statis.kankan.xunlei.com >>C:\WINDOWS\system32\drivers\etc\hosts
  118. echo 127.0.0.1 recommend.xunlei.com >>C:\WINDOWS\system32\drivers\etc\hosts
  119. echo 127.0.0.1 cl.kankan.xunlei.com >>C:\WINDOWS\system32\drivers\etc\hosts
  120. echo 127.0.0.1 advstat.xunlei.com >>C:\WINDOWS\system32\drivers\etc\hosts
  121. echo 127.0.0.1 pubstat.sandai.ne >>C:\WINDOWS\system32\drivers\etc\hosts
  122. echo 127.0.0.1 areainfo.xunlei.com >>C:\WINDOWS\system32\drivers\etc\hosts
  123. echo 127.0.0.1 client.stat.xunlei.com >>C:\WINDOWS\system32\drivers\etc\hosts
  124. echo 127.0.0.1 gouwu.vip.xunlei.com >>C:\WINDOWS\system32\drivers\etc\hosts
  125. echo 127.0.0.1 hezuo.down.xunlei.com >>C:\WINDOWS\system32\drivers\etc\hosts
  126. echo 127.0.0.1 iimg.xunlei.com >>C:\WINDOWS\system32\drivers\etc\hosts
  127. echo 127.0.0.1 kkpgv2.xunlei.com >>C:\WINDOWS\system32\drivers\etc\hosts
  128. echo 127.0.0.1 leiyanstatic.xunlei.com >>C:\WINDOWS\system32\drivers\etc\hosts
  129. echo 127.0.0.1 mediapv.xunlei.com >>C:\WINDOWS\system32\drivers\etc\hosts
  130. echo 127.0.0.1 p4pstatic.xunlei.com >>C:\WINDOWS\system32\drivers\etc\hosts
  131. echo 127.0.0.1 pv.kankan.stat.xunlei.com >>C:\WINDOWS\system32\drivers\etc\hosts
  132. echo 127.0.0.1 res.stat.xunlei.com >>C:\WINDOWS\system32\drivers\etc\hosts
  133. echo 127.0.0.1 thunderqtypv.union.xunlei.com >>C:\WINDOWS\system32\drivers\etc\hosts
  134. echo 127.0.0.1 tj.xunlei.com >>C:\WINDOWS\system32\drivers\etc\hosts
  135. echo 127.0.0.1 union.xunlei.com >>C:\WINDOWS\system32\drivers\etc\hosts
  136. echo 127.0.0.1 web.stat.xunlei.com >>C:\WINDOWS\system32\drivers\etc\hosts
  137. echo 127.0.0.1 websts.xunlei.com >>C:\WINDOWS\system32\drivers\etc\hosts
  138. echo 127.0.0.1 wy.xunlei.com >>C:\WINDOWS\system32\drivers\etc\hosts
  139. echo 127.0.0.1 xmlconf.client.xunlei.com >>C:\WINDOWS\system32\drivers\etc\hosts
  140. echo 127.0.0.1 sc.ifeng.com >>C:\WINDOWS\system32\drivers\etc\hosts
  141. echo 127.0.0.1 bc.ifeng.com >>C:\WINDOWS\system32\drivers\etc\hosts
  142. echo 127.0.0.1 de.as.pptv.com >>C:\WINDOWS\system32\drivers\etc\hosts
  143. echo 127.0.0.1 list.pptv.com >>C:\WINDOWS\system32\drivers\etc\hosts
  144. echo 127.0.0.1 afp.m1905.com >>C:\WINDOWS\system32\drivers\etc\hosts
  145. echo 127.0.0.1 acs86.com >>C:\WINDOWS\system32\drivers\etc\hosts
  146. echo 127.0.0.1 1.allyes.com.cn >>C:\WINDOWS\system32\drivers\etc\hosts
  147. echo 127.0.0.1 v1.stat.ku6.com >>C:\WINDOWS\system32\drivers\etc\hosts
  148. echo 127.0.0.1 v2.stat.ku6.com >>C:\WINDOWS\system32\drivers\etc\hosts
  149. echo 127.0.0.1 v3.stat.ku6.com >>C:\WINDOWS\system32\drivers\etc\hosts
  150. echo 127.0.0.1 v0.stat.ku6.com >>C:\WINDOWS\system32\drivers\etc\hosts
  151. echo 127.0.0.1 analytics.ku6.com >>C:\WINDOWS\system32\drivers\etc\hosts
  152. echo 127.0.0.1 gug.ku6cdn.com >>C:\WINDOWS\system32\drivers\etc\hosts
  153. echo 127.0.0.1 ku6afp.allyes.com >>C:\WINDOWS\system32\drivers\etc\hosts
  154. echo 127.0.0.1 ku6.allyes.com >>C:\WINDOWS\system32\drivers\etc\hosts
  155. echo 127.0.0.1 pq.stat.ku6.com >>C:\WINDOWS\system32\drivers\etc\hosts
  156. echo 127.0.0.1 st.vq.ku6.com >>C:\WINDOWS\system32\drivers\etc\hosts
  157. echo 127.0.0.1 stat0.888.ku6.com >>C:\WINDOWS\system32\drivers\etc\hosts
  158. echo 127.0.0.1 stat1.888.ku6.com >>C:\WINDOWS\system32\drivers\etc\hosts
  159. echo 127.0.0.1 stat2.888.ku6.com >>C:\WINDOWS\system32\drivers\etc\hosts
  160. echo 127.0.0.1 stat3.888.ku6.com >>C:\WINDOWS\system32\drivers\etc\hosts
  161. echo 127.0.0.1 static.ku6.com >>C:\WINDOWS\system32\drivers\etc\hosts
  162. echo 127.0.0.1 pole.6rooms.com >>C:\WINDOWS\system32\drivers\etc\hosts
  163. echo 127.0.0.1 shrek.6.cn >>C:\WINDOWS\system32\drivers\etc\hosts
  164. echo 127.0.0.1 simba.6.cn >>C:\WINDOWS\system32\drivers\etc\hosts
  165. echo 127.0.0.1 union.6.cn >>C:\WINDOWS\system32\drivers\etc\hosts
  166. echo 127.0.0.1 86file.megajoy.com >>C:\WINDOWS\system32\drivers\etc\hosts
  167. echo 127.0.0.1 86get.joy.cn >>C:\WINDOWS\system32\drivers\etc\hosts
  168. echo 127.0.0.1 86log.joy.cn >>C:\WINDOWS\system32\drivers\etc\hosts
  169. echo 127.0.0.1 86mms.megajoy.com >>C:\WINDOWS\system32\drivers\etc\hosts
  170. echo 127.0.0.1 86get.maxduo.com >>C:\WINDOWS\system32\drivers\etc\hosts
  171. echo 127.0.0.1 stat.ppstream.com >>C:\WINDOWS\system32\drivers\etc\hosts
  172. echo 127.0.0.1 ugcad.pps.tv >>C:\WINDOWS\system32\drivers\etc\hosts
  173. echo 127.0.0.1 ugcs.pps.tv >>C:\WINDOWS\system32\drivers\etc\hosts
  174. echo 127.0.0.1 br.pps.tv >>C:\WINDOWS\system32\drivers\etc\hosts
  175. echo 127.0.0.1 br.ppstv.net >>C:\WINDOWS\system32\drivers\etc\hosts
  176. echo 127.0.0.1 g.pps.tv >>C:\WINDOWS\system32\drivers\etc\hosts
  177. echo 127.0.0.1 ugcfile.ppstream.com >>C:\WINDOWS\system32\drivers\etc\hosts
  178. echo 127.0.0.1 game.pps.tv >>C:\WINDOWS\system32\drivers\etc\hosts
  179. echo 127.0.0.1 update.111222.cn >>C:\WINDOWS\system32\drivers\etc\hosts
  180. echo 127.0.0.1 notice.ppstream.com >>C:\WINDOWS\system32\drivers\etc\hosts
  181. echo 127.0.0.1 e.appsasia.net >>C:\WINDOWS\system32\drivers\etc\hosts
  182. echo 127.0.0.1 adk.funshion.com >>C:\WINDOWS\system32\drivers\etc\hosts
  183. echo 127.0.0.1 adm.funshion.com >>C:\WINDOWS\system32\drivers\etc\hosts
  184. echo 127.0.0.1 stat.funshion.com >>C:\WINDOWS\system32\drivers\etc\hosts
  185. echo 127.0.0.1 ad.funshion.com >>C:\WINDOWS\system32\drivers\etc\hosts
  186. echo 127.0.0.1 adm2.funshion.com >>C:\WINDOWS\system32\drivers\etc\hosts
  187. echo 127.0.0.1 stat.funshion.net >>C:\WINDOWS\system32\drivers\etc\hosts
  188. echo 127.0.0.1 img.alimama.cn >>C:\WINDOWS\system32\drivers\etc\hosts
  189. echo 127.0.0.1 vas.funshion.com >>C:\WINDOWS\system32\drivers\etc\hosts
  190. echo 127.0.0.1 game.funshion.com >>C:\WINDOWS\system32\drivers\etc\hosts
  191. echo 127.0.0.1 shop.funshion.com >>C:\WINDOWS\system32\drivers\etc\hosts
  192. echo 127.0.0.1 afm.pipi.cn >>C:\WINDOWS\system32\drivers\etc\hosts
  193. echo 127.0.0.1 dm.pipi.cn >>C:\WINDOWS\system32\drivers\etc\hosts
  194. echo 127.0.0.1 game.pipi.cn >>C:\WINDOWS\system32\drivers\etc\hosts
  195. echo 127.0.0.1 uuseeafp.allyes.com >>C:\WINDOWS\system32\drivers\etc\hosts
  196. echo 127.0.0.1 g.uusee.com >>C:\WINDOWS\system32\drivers\etc\hosts
  197. echo 127.0.0.1 sa.uusee.com >>C:\WINDOWS\system32\drivers\etc\hosts
  198. echo 127.0.0.1 traffic.uusee.com >>C:\WINDOWS\system32\drivers\etc\hosts
  199. echo 127.0.0.1 uhms.uusee.com >>C:\WINDOWS\system32\drivers\etc\hosts
  200. echo 127.0.0.1 ad.ttkvod.com >>C:\WINDOWS\system32\drivers\etc\hosts
  201. echo 127.0.0.1 hao.kaikai.com >>C:\WINDOWS\system32\drivers\etc\hosts
  202. echo 127.0.0.1 cache2.tvants.com >>C:\WINDOWS\system32\drivers\etc\hosts
  203. echo 127.0.0.1 ads.tvants.com >>C:\WINDOWS\system32\drivers\etc\hosts
  204. echo 127.0.0.1 home.sopserv.com >>C:\WINDOWS\system32\drivers\etc\hosts
  205. echo 127.0.0.1 luck.v1.cn >>C:\WINDOWS\system32\drivers\etc\hosts
  206. echo 127.0.0.1 ma.baidu.com >>C:\WINDOWS\system32\drivers\etc\hosts
  207. echo 127.0.0.1 54kfqq.com >>C:\WINDOWS\system32\drivers\etc\hosts
  208. echo 127.0.0.1 qqbm.zhuiying.net >>C:\WINDOWS\system32\drivers\etc\hosts
  209. echo 127.0.0.1 qqbmad.mycode8.net >>C:\WINDOWS\system32\drivers\etc\hosts
  210. echo 127.0.0.1 update2.zhuiying.net >>C:\WINDOWS\system32\drivers\etc\hosts
  211. echo 127.0.0.1 union.pomoho.com >>C:\WINDOWS\system32\drivers\etc\hosts
  212. echo 127.0.0.1 t.top100.cn >>C:\WINDOWS\system32\drivers\etc\hosts
  213. echo 127.0.0.1 vhotlxp.video.qq.com >>C:\WINDOWS\system32\drivers\etc\hosts
  214. echo 127.0.0.1 livem.l.qq.com >>C:\WINDOWS\system32\drivers\etc\hosts
  215. echo 127.0.0.1 res.hunantv.com >>C:\WINDOWS\system32\drivers\etc\hosts
  216. echo 127.0.0.1 hc15.aipai.com >>C:\WINDOWS\system32\drivers\etc\hosts
  217. echo 127.0.0.1 apas.aipai.com >>C:\WINDOWS\system32\drivers\etc\hosts
  218. ipconfig /flushdns >nul
  219. echo.
  220. TITLE 屏蔽完成,请检查是否成功
  221. ECHO 屏蔽完成,请检查是否成功
  222. pause
  223. goto:head
  224. :recover
  225. CLS
  226. TITLE 不屏蔽广告,还原host文件
  227. ECHO.&ECHO 不屏蔽广告,还原host文件
  228. if exist %p1%.txt (copy /y %p1%.txt %p1%) else (echo.&echo 备份文件不存在,无法还原)
  229. if exist %p1%.bak (copy /y %p1%.bak %p1%) >nul
  230. if exist %p1%_backup (copy /y %p1%_backup %p1%) >nul
  231. ipconfig /flushdns >nul
  232. ECHO.
  233. pause
  234. goto:head
  235. :black
  236. TITLE 处理视频黑屏问题
  237. ECHO 处理视频黑屏问题
  238. dir "%userprofile%\Application Data\Macromedia\Flash Player\#SharedObjects" /ad/b >%SystemDrive%\DirTmp.txt for /f %%a in (%SystemDrive%\DirTmp.txt) do rd /s /q "%userprofile%\Application Data\Macromedia\Flash Player\#SharedObjects\%%a"
  239. md "%userprofile%\Application Data\Macromedia\Flash Player\#SharedObjects\static.youku.com"
  240. attrib +a "%userprofile%\Application Data\Macromedia\Flash Player\#SharedObjects\static.youku.com"
  241. del /f /q %SystemDrive%\DirTmp.txt
  242. ECHO.&ECHO 操作完成!
  243. pause
  244. goto:head
  245. :end
  246. exit
复制代码
恋爱的夏娜
头像被屏蔽
发表于 2013-3-12 08:25:59 来自手机 | 显示全部楼层
本帖最后由 恋爱的夏娜 于 2013-3-12 08:32 编辑

失败一次……
恋爱的夏娜
头像被屏蔽
发表于 2013-3-12 08:28:38 来自手机 | 显示全部楼层
本帖最后由 恋爱的夏娜 于 2013-3-12 08:40 编辑

居然三连!!!
我   !
恋爱的夏娜
头像被屏蔽
发表于 2013-3-12 08:29:14 来自手机 | 显示全部楼层
本帖最后由 陌上~烟雨遥 于 2013-3-15 14:48 编辑

超长……而且我奇怪世博会官方网站为啥也会被弄成广告……再者,Hosts文件屏蔽局限性还是有些大。
当然东西挺好,只是我的个人意见,不喜勿喷。

短时间多连违反版规,希望您下次注意谢谢配合
myx0415
 楼主| 发表于 2013-3-12 16:01:59 | 显示全部楼层
恋爱的夏娜 发表于 2013-3-12 08:29
超长……而且我奇怪世博会官方网站为啥也会被弄成广告……再者,Hosts文件屏蔽局限性还是有些大。
当然东西 ...

昨天在一人的百度博客看到,自己还没用呢?不过今天在软件下载区看到几次推荐,都说挺好用的
恋爱的夏娜
头像被屏蔽
发表于 2013-3-12 20:55:59 | 显示全部楼层
myx0415 发表于 2013-3-12 16:01
昨天在一人的百度博客看到,自己还没用呢?不过今天在软件下载区看到几次推荐,都说挺好用的

你看优酷等的视频么?看的话说说效果咋样?
myx0415
 楼主| 发表于 2013-3-12 21:25:34 | 显示全部楼层
恋爱的夏娜 发表于 2013-3-12 20:55
你看优酷等的视频么?看的话说说效果咋样?

俺一般用tw3.6.1.1或者fx,一个用的晨光的规则,一个用的opgg插件...
恋爱的夏娜
头像被屏蔽
发表于 2013-3-12 21:34:24 | 显示全部楼层
myx0415 发表于 2013-3-12 21:25
俺一般用tw3.6.1.1或者fx,一个用的晨光的规则,一个用的opgg插件...

好吧,好吧……
liuyunhuanlv
发表于 2013-3-15 13:16:01 | 显示全部楼层
一直在用鲁夫的,还是那个方便。
282283961
发表于 2013-3-15 22:10:37 | 显示全部楼层
话说hosts41 hosts_backup是什么
您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

手机版|杀毒软件|软件论坛| 卡饭论坛

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2025-1-19 03:35 , Processed in 0.124944 second(s), 16 queries .

卡饭网所发布的一切软件、样本、工具、文章等仅限用于学习和研究,不得将上述内容用于商业或者其他非法用途,否则产生的一切后果自负,本站信息来自网络,版权争议问题与本站无关,您必须在下载后的24小时之内从您的电脑中彻底删除上述信息,如有问题请通过邮件与我们联系。

快速回复 客服 返回顶部 返回列表