유튜브 구독 하시고 생방도 참여하세요..
유튜브에서 확인하세요.
지펠인포의 블로그 (ZIPELINFO BLOG) :: 구글 광고 없애는 법

구글 광고 없애는 법

|


c:/windows/system32/drivers/etc <--- 이부분 hosts 라는 파일을 워드나 노트패드로 열어준다..(WIN XP기준)

그러면 아래와 같은 글이 있을것이다 맨 아래쪽에

127.0.0.1 pagead2.googlesyndication.com

라고 추가 시켜주어라 그러면 구글 애드센스 광고들은 안볼수 있다.

 

# 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
127.0.0.1 pagead2.googlesyndication.com

And