烦透了这些烂广告,尤其那个肯德基的,优酷是穷疯了大概
据说是用360可以过滤这些广告,现有一个更好的方法:
在C:/Windows/System32/drivers/etc目录下,找到hosts文件,用txt打开,显示:
# Copyright (c) 1993-2006 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
::1 localhost
现在在最后一行下加上两句:
127.0.0.1 adcontorl.tudou.com
127.0.0.1 valf.atm.youku.com
即可。
在vista下必须修改文件编辑权限,右键>属性>安全>编辑,选中users,设置修改权限。