返回列表 发帖

[改进建议] 世界之窗能不能屏蔽特定网址?

如题,比如我想把www.sina.com.cn屏蔽了,就是点击了该网址也不会打开新浪首页及sina.com.cn为域名的后续网页

试试用黑名单过滤SINA.COM.CN下的所有元素。。

TOP

原帖由 coolshowme 于 2008-10-5 13:29 发表 http://bbs.ioage.com/cn/images/common/back.gif
试试用黑名单过滤SINA.COM.CN下的所有元素。。

我不会输入什么代码过滤元素的,那个功能我知道很不错的,不过不适合我们这样的电脑菜鸟

就是希望直接出一个屏蔽功能,然后提示输入网址就ok

TOP

楼主可以在IE选项,安全,把www.sina.com.cn加入到受限制的站点里。

TOP

可以通过修改host文件来屏蔽特定网址
小兔兔签名世界之窗T恤火暴热卖中!

TOP

可以通过修改host文件来屏蔽特定网址,具体做法;
找到%:\WINDOWS\system32\drivers\etc下的hosts文件,用记事本打开,改成
# Copyright (c) 1993-1999 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
202.108.22.43   www.sina.com


看见了吧,‘www.sina.com’前面的地址,自己改吧。。

[ 本帖最后由 happylianming 于 2008-10-5 18:48 编辑 ]

TOP

返回列表