<?xml version="1.0" encoding="UTF-8"?>
<mman>
	<global>
		<general>
			<ctimeout>10</ctimeout>
			<timeout>60</timeout>
			<keeptimeout>30</keeptimeout>
			<maxbuffer>1000000</maxbuffer>
			<tempdir>/tmp</tempdir>
			<linelength>100</linelength>
			<cportrange>80,443,10443</cportrange>
			<poolsize>32</poolsize>
			<pooltimeout>60</pooltimeout>
			<compressout>false</compressout>
			<compressin>false</compressin>
			<encodemime>^text/</encodemime>
		</general>
		<ftp>
			<passive>true</passive>
			<timeout>15</timeout>
			<anonlogin>anonymous</anonlogin>
			<anonpass>anonymous@example.jp</anonpass>
			<sortorder>ascending</sortorder>
			<sortfield>name</sortfield>
		</ftp>
		<dnsbl>
			<enabled>false</enabled>
			<domain>in.dnsbl.org</domain>
			<badips>127.0.0.1,127.0.0.2,127.0.0.3,127.0.0.4,127.0.0.5</badips>
		</dnsbl>
		<prefetch>
			<enabled>false</enabled>
			<threads>10</threads>
			<queuesize>100</queuesize>
			<tags>img:src:1</tags>
		</prefetch>
	</global>

	<network>
		<listen>
			<enabled>true</enabled>
			<port>8080</port>
			<ip>127.0.0.1</ip>
		</listen>
	</network>

	<profiles>
		<item>
			<enabled>false</enabled>
			<comment>Remove some popups</comment>
			<addprofiles>anti-popup</addprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Bypass link tracking scripts</comment>
			<addprofiles>anti-link-tracker</addprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Remove webbugs, this can screw up formatting on alot of pages</comment>
			<addprofiles>anti-webbug</addprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Prevent HTML code which alters the layout of a window (menubar, statusbar, etc.)</comment>
			<addprofiles>anti-window-altering</addprofiles>
		</item>
		<item>
			<enabled>false</enabled>
			<comment>Mask useragent as Internet Explorer</comment>
			<addprofiles>mask-useragent</addprofiles>
		</item>
		<item>
			<enabled>false</enabled>
			<comment>Mask referrer in javascripts, and make it appear like the webpage was reloaded to the server</comment>
			<addprofiles>mask-referrer</addprofiles>
		</item>
		<item>
			<enabled>false</enabled>
			<comment>Remove some non-standard HTML from webpages</comment>
			<addprofiles>non-standard-html</addprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>somethingawful.com is very picky about the referrer when loading images</comment>
			<host>somethingawful.com</host>
			<removeprofiles>mask-referrer</removeprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>These sites cause problems with the anti link tracker</comment>
			<host>(nytimes.com|washingtonpost.com|yahoo.com|passport.com|google.com|ask.jp)</host>
			<removeprofiles>anti-link-tracker</removeprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Workaround for a bug in apache 1.3 when downloading tar.gz files from clients that don&apos;t support gzip encoding</comment>
			<file>.*\.tar\.gz$</file>
			<addprofiles>apache-targz-workaround</addprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>ad-host</comment>
			<addprofiles>ad-host</addprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>ad-file</comment>
			<addprofiles>ad-file</addprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Google 広告除去</comment>
			<host>\.google\.</host>
			<addprofiles>skip-google</addprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Yahoo 広告除去</comment>
			<host>\.yahoo\.</host>
			<addprofiles>skip-yahoo</addprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Yahoo 広告除去</comment>
			<host>\.yimg\.jp</host>
			<addprofiles>skip-yahoo</addprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>はてな広告除去</comment>
			<host>a\.hatena\.ne\.jp$</host>
			<addprofiles>skip-hatena</addprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>国際化ドメインを使った場合、注意を促す</comment>
			<host>xn--.*\.</host>
			<addprofiles>warn-idn</addprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>ime.nu リダイレクトを省略する</comment>
			<host>2ch\.net</host>
			<addprofiles>skip-ime</addprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>忍</comment>
			<addprofiles>skip-shinobi</addprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<addprofiles>skip-tracker</addprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>アクセス解析排除(omniture)</comment>
			<addprofiles>skip-tracker-omniture</addprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Convert URL</comment>
			<addprofiles>convert-URL</addprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>sonybank, non member pages.</comment>
			<host>^(.*\.)?moneykit\.net$</host>
			<addprofiles>moneykit</addprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>allowed ad-host</comment>
			<host>^(ad\.sbisec\.co\.jp)$</host>
			<removeprofiles>ad-host</removeprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>allowed ad-file</comment>
			<host>^(www.fidelity.co.jp)$</host>
			<file>^\/fbsj\/promo\/</file>
			<removeprofiles>ad-file</removeprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>allowed ad-file</comment>
			<host>^(www.iodata.jp)$</host>
			<file>^\/promo\/</file>
			<removeprofiles>ad-file</removeprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>allowed ad-file</comment>
			<host>^(www.atmarkit.co.jp)$</host>
			<file>^\/ad\/</file>
			<addprofiles>warn-ad</addprofiles>
			<removeprofiles>ad-file</removeprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>allowed ad-file</comment>
			<host>^(www.nttdocomo.co.jp)$</host>
			<file>^\/corporate\/ad\/</file>
			<addprofiles>warn-ad</addprofiles>
			<removeprofiles>ad-file</removeprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>allowed ad-file</comment>
			<host>^(www.willcom-inc.com)$</host>
			<file>^\/ja\/ad\/</file>
			<removeprofiles>ad-file</removeprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>SearchEngine</comment>
			<host>^(www.google.co.jp)$</host>
			<file>\/search\?</file>
			<removeprofiles>anti-link-tracker,convert-URL</removeprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>広告排除</comment>
			<addprofiles>skip-ad</addprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Convert nikkei URL</comment>
			<host>company.nikkei.co.jp</host>
			<addprofiles>convert-URL-nikkei</addprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Convert nikkei URL</comment>
			<host>company.nikkei.com</host>
			<addprofiles>convert-URL-nikkei</addprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>AskJeeves広告除去</comment>
			<host>^(.*\.)?ask\.(jp|com)$</host>
			<addprofiles>skip-askjeeves</addprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>goo広告除去</comment>
			<host>^(.*\.)?goo\.ne\.jp$</host>
			<addprofiles>skip-goo</addprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>allowed ad-file</comment>
			<host>^(.*\.)?moneykit\.net$</host>
			<file>promo</file>
			<addprofiles>warn-ad</addprofiles>
			<removeprofiles>ad-file</removeprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>allowed ad-file</comment>
			<host>^i\.yimg\.jp$</host>
			<file>^\/images\/auct\/promo\/.*\.gif$</file>
			<removeprofiles>ad-file</removeprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>OCSP(Verisign)</comment>
			<host>^(ocsp|evintl-ocsp)\.verisign\.com$</host>
			<removeprofiles>ad-file,ad-host,skip-ad,convert-URL,skip-tracker,skip-tracker-omniture,skip-shinobi,anti-window-altering,anti-webbug,anti-link-tracker</removeprofiles>
			<portrange>80</portrange>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>CRL(Verisign|RSA)</comment>
			<host>^(crl|svrsecure-crl|svr1024secure-crl|evsecure-crl|EV1024Intl-crl|EVIntl-crl)\.verisign\.com$</host>
			<file>^\/(Class3InternationalServer|pca3|RSASecureServer|SVRSecure2005|SVR1024Secure2007|pca3-g5|EV1024Intl2007|EVIntl2006)\.crl$</file>
			<removeprofiles>ad-file,ad-host,skip-ad,convert-URL,skip-tracker,skip-tracker-omniture,skip-shinobi,anti-window-altering,anti-webbug,anti-link-tracker</removeprofiles>
			<portrange>80</portrange>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>CRL(SECOM)</comment>
			<host>^repo1\.secomtrust\.net$</host>
			<file>^\/spcpp\/pfw\/pfwca\/fullcrl2\.crl$</file>
			<removeprofiles>ad-file,ad-host,skip-ad,convert-URL,skip-tracker,skip-tracker-omniture,skip-shinobi,anti-window-altering,anti-webbug,anti-link-tracker</removeprofiles>
			<portrange>443</portrange>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>CRL(BetrustedJapan)</comment>
			<host>^sureseries-crl\.betrusted\.ne\.jp$</host>
			<file>^\/SureServer\/2018_ct\/cdp\.crl$</file>
			<removeprofiles>ad-file,ad-host,skip-ad,convert-URL,skip-tracker,skip-tracker-omniture,skip-shinobi,anti-window-altering,anti-webbug,anti-link-tracker</removeprofiles>
			<portrange>80</portrange>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>CRL(GTE)</comment>
			<host>^www\.public-trust\.com$</host>
			<file>^\/cgi-bin\/CRL\/2018\/cdp\.crl$</file>
			<removeprofiles>ad-file,ad-host,skip-ad,convert-URL,skip-tracker,skip-tracker-omniture,skip-shinobi,anti-window-altering,anti-webbug,anti-link-tracker</removeprofiles>
			<portrange>80</portrange>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>CRL(Thawte)</comment>
			<host>^crl\.thawte\.com$</host>
			<file>^\/ThawteSGCCA\.crl$</file>
			<removeprofiles>ad-file,ad-host,skip-ad,convert-URL,skip-tracker,skip-tracker-omniture,skip-shinobi,anti-window-altering,anti-webbug,anti-link-tracker</removeprofiles>
			<portrange>80</portrange>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>CRL(Equifax)</comment>
			<host>^crl\.geotrust\.com$</host>
			<file>^\/crls\/(secureca|globalca1)\.crl$</file>
			<removeprofiles>ad-file,ad-host,skip-ad,convert-URL,skip-tracker,skip-tracker-omniture,skip-shinobi,anti-window-altering,anti-webbug,anti-link-tracker</removeprofiles>
			<portrange>80</portrange>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>CRL(AkamaiTechnologies)</comment>
			<host>^crl\.globalsign\.net$</host>
			<file>^\/AkamaiSub3\.crl$</file>
			<removeprofiles>ad-file,ad-host,skip-ad,convert-URL,skip-tracker,skip-tracker-omniture,skip-shinobi,anti-window-altering,anti-webbug,anti-link-tracker</removeprofiles>
			<portrange>80</portrange>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>SafeBrowsing(google.com:80)</comment>
			<host>^sb\.google\.com$</host>
			<file>^\/safebrowsing\/update\?</file>
			<removeprofiles>ad-file,ad-host,skip-ad,convert-URL,skip-tracker,skip-tracker-omniture,skip-shinobi,anti-window-altering,anti-webbug,anti-link-tracker</removeprofiles>
			<portrange>80</portrange>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>SafeBrowsing(google.com:443)</comment>
			<host>^sb-ssl\.google\.com$</host>
			<file>^\/safebrowsing\/getkey\?</file>
			<removeprofiles>ad-file,ad-host,skip-ad,convert-URL,skip-tracker,skip-tracker-omniture,skip-shinobi,anti-window-altering,anti-webbug,anti-link-tracker</removeprofiles>
			<portrange>443</portrange>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>CDDB</comment>
			<host>freedbtest.dyndns.org</host>
			<file>^\/~cddb\/(submit|cddb|cddbeuc)\.cgi(\?.*|)$</file>
			<addprofiles>CDDB_submit</addprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>CDDB</comment>
			<host>freedb.freedb.org</host>
			<file>^\/~cddb\/(submit|cddb|cddbeuc)\.cgi(\?.*|)$</file>
			<addprofiles>CDDB_submit</addprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>CDDB</comment>
			<host>(cddb|submit)\.cddb\.com</host>
			<file>^\/~cddb\/(submit|cddb|cddb)\.cgi(\?.*|)$</file>
			<addprofiles>CDDB_submit</addprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Web Cache</comment>
			<host>megalodon\.jp</host>
			<file>^\/\?url=.*</file>
			<removeprofiles>anti-link-tracker</removeprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>ProAtlasのバグ修正</comment>
			<host>pmx.proatlas.net</host>
			<addprofiles>proatlas</addprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Yahooログイン管理の為のリダイレクトを許可</comment>
			<host>(edit\.[a-z]+|login)\.yahoo\.co\.jp</host>
			<file>^/config/.+\?.*\.done=(http|https)://[a-z]+\.yahoo\.co\.jp/</file>
			<removeprofiles>anti-link-tracker</removeprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>SONYSTYLE Protect</comment>
			<profiles>sonystyle</profiles>
			<host>(topcgi|www)\.jp\.sonystyle\.com</host>
			<file>\/Resources\/Scripts\/s_code\.js</file>
			<removeprofiles>skip-tracker-omniture</removeprofiles>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Firefox Weave</comment>
			<profiles>firefox_weave</profiles>
			<host>www.fenix.ne.jp</host>
			<file>firefox_weave_minimal_server</file>
			<removeprofiles>skip-ad,ad-file,convert-URL,skip-tracker,skip-tracker-omniture,skip-shinobi,ad-file,ad-host,apache-targz-workaround,non-standard-html,mask-referrer,mask-useragent,anti-window-altering,anti-webbug,anti-link-tracker,anti-popup</removeprofiles>
			<portrange>443</portrange>
		</item>
	</profiles>

	<templates>
		<template>
			<enabled>false</enabled>
			<comment>just an example</comment>
			<name>404</name>
			<file>echo &lt;html&gt;&lt;head&gt;&lt;title&gt;File not found&lt;/title&gt;&lt;/head&gt;&lt;body&gt;&lt;h2&gt;&lt;center&gt;$HTTP_HOST$HTTP_FILE not found&lt;/center&gt;&lt;/h2&gt;&lt;/body&gt;&lt;/html&gt;</file>
			<mime>text/html</mime>
			<code>404</code>
			<parsable>true</parsable>
			<type>executable</type>
		</template>
		<template>
			<enabled>true</enabled>
			<comment>NULL</comment>
			<name>nothing</name>
			<file>/dev/null</file>
			<parsable>false</parsable>
			<type>file</type>
		</template>
	</templates>

	<external>
		<enabled>true</enabled>
	</external>

	<access>
		<policy>deny</policy>
		<allow>
			<enabled>true</enabled>
			<comment>localhost</comment>
			<ip>127.0.0.1</ip>
			<pamauth>false</pamauth>
			<access>config,proxy,connect,http,transparent,bypass,urlcommand</access>
		</allow>
	</access>

	<cache>
		<enabled>true</enabled>
		<violaterfc>false</violaterfc>
		<maxmemsize>1048576</maxmemsize>
		<memextra>1048576</memextra>
		<maxage>2592000</maxage>
		<validate>1800</validate>
		<lmfactor>10</lmfactor>
		<maxsize>5242880</maxsize>
		<minage>3600</minage>
		<minsize>0</minsize>
		<maxwaitsize>512000</maxwaitsize>
		<prefetchwindow>30</prefetchwindow>
		<icpport>0</icpport>
		<icptimeout>1000</icptimeout>
		<sbalancemethod>fillsize</sbalancemethod>
		<store>
			<enabled>false</enabled>
			<path>/var/cache/mman</path>
			<maxdisksize>104857600</maxdisksize>
			<diskextra>10485760</diskextra>
		</store>
	</cache>

	<header>
		<enabled>true</enabled>
		<policy>deny</policy>
		<allow>
			<enabled>true</enabled>
			<type>Accept(|-Encoding|-Charset|-Language|-Ranges)</type>
			<which>,client</which>
		</allow>
		<allow>
			<enabled>true</enabled>
			<type>Host</type>
			<which>,client</which>
		</allow>
		<allow>
			<enabled>true</enabled>
			<type>Content-(Type|Length)</type>
			<which>,client</which>
		</allow>
		<allow>
			<enabled>true</enabled>
			<type>Cookie</type>
			<which>,client</which>
		</allow>
		<allow>
			<enabled>true</enabled>
			<type>Authorization</type>
			<which>,client</which>
		</allow>
		<allow>
			<enabled>true</enabled>
			<type>Referer</type>
			<which>,client</which>
		</allow>
		<allow>
			<enabled>true</enabled>
			<type>Range</type>
			<which>,client</which>
		</allow>
		<allow>
			<enabled>true</enabled>
			<comment>Allow User-Agent to pass through if it&apos;s not being masked</comment>
			<profiles>!mask-useragent</profiles>
			<type>User-Agent</type>
			<which>,client</which>
		</allow>
		<allow>
			<enabled>true</enabled>
			<comment>CDDB(send)</comment>
			<profiles>CDDB_submit</profiles>
			<type>(Category|Discid|Submit-Mode)</type>
			<which>,client</which>
		</allow>
		<allow>
			<enabled>true</enabled>
			<which>server,</which>
		</allow>
		<insert>
			<enabled>true</enabled>
			<profiles>mask-useragent</profiles>
			<type>User-Agent</type>
			<value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Q312461)</value>
			<which>,client</which>
		</insert>
		<insert>
			<enabled>true</enabled>
			<comment>CDDB(send)</comment>
			<profiles>CDDB_submit</profiles>
			<type>User-Email</type>
			<value>hoge@moge.example</value>
			<which>,client</which>
		</insert>
		<insert>
			<enabled>false</enabled>
			<comment>『EZ番号』（サブスクライバID）</comment>
			<type>HTTP_X_UP_SUBNO</type>
			<value>05001234567890_ta.ezweb.ne.jp</value>
			<which>,client</which>
		</insert>
	</header>

	<cookies>
		<enabled>true</enabled>
		<policy>allow</policy>
		<deny>
			<enabled>true</enabled>
			<comment>sonybank, non member pages.</comment>
			<profiles>moneykit</profiles>
			<direction>both</direction>
		</deny>
	</cookies>

	<redirect>
		<enabled>true</enabled>
		<item>
			<enabled>false</enabled>
			<comment>This will send a template when /proxy.pac is requests to configure the browser to use the proxy</comment>
			<url>^/proxy.pac$</url>
			<redirect>/mman/template/proxy.pac</redirect>
			<which>url</which>
			<send302>no</send302>
			<options>,,</options>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>bypass most link-tracking scripts (this is known to cause problems with some sites)</comment>
			<profiles>anti-link-tracker</profiles>
			<url>(&amp;|\?|=|\/)http://([^&amp;]+)</url>
			<redirect>http://$2</redirect>
			<which>url</which>
			<send302>yes</send302>
			<options>,,decodeafter</options>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>bypass advertisement click-thru on msnbc</comment>
			<url>http://(www\.|)msnbc.com/ads/trans/taDisplay.asp\?realURL=([^&amp;]+)</url>
			<redirect>http://www.msnbc.com$2?ta=y</redirect>
			<which>url</which>
			<send302>yes</send302>
			<options>,,</options>
		</item>
		<item>
			<enabled>false</enabled>
			<url>^http://help/</url>
			<redirect>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/middle-man/middleman/README.html?rev=HEAD&amp;contentype=text/html</redirect>
			<which>url</which>
			<send302>yes</send302>
			<options>,,</options>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>ime.nu</comment>
			<profiles>skip-ime</profiles>
			<url>http://ime\.nu/([^&quot;]+)</url>
			<redirect>http://$1</redirect>
			<which>url</which>
			<send302>no</send302>
			<options>,,</options>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Cut Sessionid at infoseek</comment>
			<url>([a-z]+://.+\.infoseek\.co\.jp/[^;]*);jsessionid=[0-9A-ZF]+\?(.*)</url>
			<redirect>$1;jsessionid=?$2</redirect>
			<which>url</which>
			<send302>yes</send302>
			<options>,,</options>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>CDDB(recv)</comment>
			<url>(.*):\/\/(cddb|submit)\.cddb\.com\/(~cddb\/cddb\.cgi)(\?.*|)</url>
			<redirect>$1://freedbtest.dyndns.org/~cddb/cddbeuc.cgi$4</redirect>
			<which>both</which>
			<send302>no</send302>
			<options>,,</options>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>CDDB(send)</comment>
			<url>(.*):\/\/(cddb|submit)\.cddb\.com\/(~cddb\/submit\.cgi)(\?.*|)</url>
			<redirect>$1://freedbtest.dyndns.org/~cddb/cddbeuc.cgi$4</redirect>
			<which>both</which>
			<send302>no</send302>
			<options>,,</options>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>CDDB(regist)</comment>
			<url>(.*):\/\/www\.amb\.org\/xmcd\/motd\.cgi\?client=(.*)</url>
			<redirect>localhost</redirect>
			<which>both</which>
			<send302>no</send302>
			<options>,,</options>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>CDDB(recv|send)</comment>
			<url>(.*):\/\/(freedbtest)\.dyndns\.org\/(~cddb\/cddb\.cgi)(\?.*|)</url>
			<redirect>$1://freedbtest.dyndns.org/~cddb/cddbeuc.cgi$4</redirect>
			<which>both</which>
			<send302>no</send302>
			<options>,,</options>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>yahoo (bug of mman)</comment>
			<url>http://ksrd\.yahoo\.co\.jp/.*-http:/(.*\.yahoo\.co\.jp/.*)</url>
			<redirect>http://$1</redirect>
			<which>url</which>
			<send302>yes</send302>
			<options>,,</options>
		</item>
	</redirect>

	<keywords>
		<enabled>true</enabled>
		<threshold>0</threshold>
	</keywords>

	<forward>
		<enabled>true</enabled>
		<item>
			<enabled>false</enabled>
			<comment>forward all requests through local squid proxy</comment>
			<proxy>127.0.0.1</proxy>
			<port>3128</port>
			<icptype>sibling</icptype>
			<icpport>3130</icpport>
			<type>HTTP</type>
			<which>HTTP,FTP,CONNECT</which>
		</item>
		<item>
			<enabled>false</enabled>
			<comment>tor</comment>
			<proxy>127.0.0.1</proxy>
			<port>9050</port>
			<username>anonymous</username>
			<icptype>none</icptype>
			<type>SOCKS4A</type>
			<which>HTTP,FTP,CONNECT</which>
		</item>
		<item>
			<enabled>false</enabled>
			<comment>privox</comment>
			<proxy>127.0.0.1</proxy>
			<port>8118</port>
			<icptype>none</icptype>
			<type>HTTP</type>
			<which>HTTP,FTP,CONNECT</which>
		</item>
		<item>
			<enabled>false</enabled>
			<comment>Terminator (to remove all out going packet)</comment>
			<proxy>127.0.0.1</proxy>
			<port>0</port>
			<icptype>none</icptype>
			<type>SOCKS4A</type>
			<which>HTTP,FTP,CONNECT</which>
		</item>
	</forward>

	<limits>
		<enabled>true</enabled>
	</limits>

	<filter>
		<enabled>true</enabled>
		<policy>allow</policy>
		<default>checkeredgif</default>
		<deny>
			<enabled>true</enabled>
			<file>/adimages/</file>
		</deny>
		<deny>
			<enabled>false</enabled>
			<file>/banner(|s)/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<profiles>ad-host</profiles>
			<host>^ad(|s|v|server)\.</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<profiles>ad-file</profiles>
			<file>/ad(|s|v|(|_)banner(|s))/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<file>/adx/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<file>/sponsors/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<file>/advert(ising|s|)/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<file>/adcycle/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>adtag\.</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>targetsearches.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<file>/track/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<profiles>ad-file</profiles>
			<file>/promo/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<file>/adspace/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<file>/admentor/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<file>/image\.ng/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<file>/ajrotator/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<file>/adview.php</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<file>/clickthru</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<file>/affiliates</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<file>banmat(\.cgi|.\.cgi)</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>webconnect.net</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<file>/adproof/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<file>/bannerfarm/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<file>/BannerAds/</file>
		</deny>
		<deny>
			<enabled>false</enabled>
			<file>/banner_</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>imgis.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>atwola.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>fastclick.net</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>abz.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>tribalfusion.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>advertising.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>atdmt.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>spinbox\.(com|net)</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>linkexchange.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>hitbox.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>doubleclick.net</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<file>sponsorid</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>valueclick.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>click2net.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>mediaplex.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>247media.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>clickagents.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>adbutler.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<file>/servfu.pl</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>qkimg.net</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>realmedia.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<file>/RealMedia/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>us.a1.yimg.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>clickheretofind.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>images.cybereps.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>adbureau.net</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>sfads.osdn.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>adflow.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>adprofs.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>zedo.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>digitalmedianet.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>ad-flow.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<file>/adsync/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>adtech.de</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>netdirect.nl</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<file>_ad_</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>rcm-images.amazon.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>pamedia.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>msads.net</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>valuead.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>smartadserver.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>thisbanner.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>aaddzz.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>scripps.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>ru4.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>adtrix.net</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<host>falkag.net</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<file>/adceptdelivery.cgi</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>trackdealer.jp</comment>
			<profiles>skip-tracker</profiles>
			<host>\.trackdealer\.jp</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>広告排除</comment>
			<profiles>skip-ad</profiles>
			<host>(ds|bs)\.serving-sys\.com</host>
			<file>/(BurstingScript|BurstingPipe|BurstingRes)/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>広告排除</comment>
			<profiles>skip-ad</profiles>
			<host>http300.edge.ru4.com</host>
			<file>/smartserve/ad\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>((ads|log)\.chosunjns|(cad|hitlog2)\.chosun)\.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>広告除去</comment>
			<host>adnet.asahi.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>count.2ch.net</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>mail.monex.jp</host>
			<file>/bin/checker</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>広告排除</comment>
			<profiles>skip-ad</profiles>
			<host>www.excite.co.jp</host>
			<file>/finance/exlet/stockweather/stockweather_header.dcg\?rnd=</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<host>bunseki\.kingdom\.biglobe\.ne\.jp</host>
			<file>^(\/cgi-bin\/|\/js\/|\/count\/)</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>不正アクセス排除（サイバーエリアリサーチ系）</comment>
			<host>(blog-parts.jp|219.166.142.215|arearesearch.co.jp|surfpoint.jp|rakulog.com|docodoco.jp|span.jp|natural-c.jp|218.219.62.145|kaitaku.biz|218.219.62.150|iphiroba.jp|219.166.142.214)</host>
			<file>\.js</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>online.rs-components.com</host>
			<file>\/_act\/tracking\.php\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>\.youramigo\.com</host>
			<file>\/x\/sl\/[0-9]{8}</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>広告排除</comment>
			<profiles>skip-ad</profiles>
			<host>www2.technobahn.com</host>
			<file>\/cgi-bin\/dart\/display[0-9]\?(type=3|page=news)</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除(omniture.com)</comment>
			<profiles>skip-tracker-omniture</profiles>
			<template>nothing</template>
			<host>^(.*\.)?(a-q-f\.com|ana\.co\.jp|biccamera\.com|bigcharts\.marketwatch\.com|bookoffonline\.co\.jp|chip1stop\.com|ebank\.co\.jp|emobile\.jp|find-job\.net|gamespot\.com|hp\.com|hp-ww\.com|i\.dell\.com|ibm\.com|iodata\.jp|japan\.zdnet\.com|jcom\.co\.jp|joinvest\.jp|justmyshop\.com|nomurajoy\.jp|nomurajoy\.postub\.com|kakaku\.com|kddi\.com|lawson\.co\.jp|lenovo\.com|licenseonline\.co\.jp|matsui\.co\.jp|monex\.co\.jp|money\.www\.infoseek\.co\.jp|moneykit\.net|mouse-jp\.co\.jp|msn\.com|cr\.mufg\.jp|nasdaq\.com|nikkei\.(co\.jp|com)|nikko\.co\.jp|novell\.com|nttdocomo\.co\.jp|orix\.co\.jp|(paypalobjects|paypal)\.com|rakuten\.co\.jp|image\.infoseek\.rakuten\.co\.jp|rakuten-bank\.co\.jp|rakuten-sec\.co\.jp|rakuten-static\.com|saisoncard\.co\.jp|sanyo\.com|shinseibank\.com|shopap\.lenovo\.com|smam-jp\.com|so-net\.ne\.jp|sofmap\.com|softbank\.jp|sonybank\.net|sonyfinance\.co\.jp|sonymusic\.co\.jp|sonysonpo\.co\.jp|sonystyle\.com|thinkgeek\.com|tsukumo\.co\.jp|toshin-sc\.com|townmarket\.jp|vmware\.com|yimg\.jp)$</host>
			<file>^/(js|script|sc|parts\/SC.*|parts\/js|rsrc\/js|ITS\/resource\/script\/common|web\/shared\/js\/sc|includes|includes_shift_jis|common\/js|common\/script|o2o\/scjs\/o2o|o2o\/scjs\/sec|o2o\/js\/analytics|com\/js\/omniture|common\/js\/.*sitecatalyst|js\/sitecatalyst|.*\/js\/site_catalyst|script\/analytics|js\/sc|javascript|common00\/js|common00\/omuniture\/(money|reader)|shared\/js|ebank\/fes\/js\/common|rb\/fes\/js\/common|loan\/.*\/js|sr\/js|r_trade\/js|kojs|sr\/common\/js|SEUILibrary\/lenovo-portal\/js|ISS_Static\/WW\/AG\/merchandising\/US\/metrics\/omniture\/jim|br\/om\/js|1\/js\/anl\/ebn|inc|sitecatalyst|Resources\/Scripts|analysis\/js|Animation\/js|vos|ssi\/lib|images\/global\/js|js\/analytics|MP\/tm_lp\[0-9]*\/js|mb\/shared\/js\/site_catalyst|library\/track|ww\/js|openpc\/pages\/js|saison\/openpc\/pages\/js|saison\/sc\/aqf|cma\/metrics\/sc|WebPc\/pages\/js\/siteCatalist|cma\/ng\/lib\/sc|bicbic\/jsp\/inc\/measure|js\/common|common|omn-js|files\/templates\/inc|images\/commerce\/js\/service\/shp\/sc\/1\.0\.0)\/(s_code[0-9]*|s_code_.*\[0-9]|s_c|SiteCatalystFilePath|pp_jscode_[0-9]*|s_code_em|is_sc_common|is_money|s_code_ww|is_reader|sitecatalyst|superstats|omniture|siteCatalystScripts|s_code_UTF-8|s_code_us|s_code_remote|s_codeDSmarketma)\.js$</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除(omniture.com)</comment>
			<profiles>skip-tracker-omniture</profiles>
			<template>nothing</template>
			<file>\/(s_code|sitecatalyst|s_code_UTF-8|s_code_us|s_code_remote)[0-9]*\.js</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除(omniture.com)</comment>
			<profiles>skip-tracker</profiles>
			<template>nothing</template>
			<host>(ana\.112|bookoff\.112|chip1stop\.122|cmemain\.112|cnetjapan\.122|cordialcom\.112|creditsaison\.122|emobile\.112|findjob\.112|hpcsimpressionmain\.112|japangamespotcomnew\.122|japanzdnetcomnew\.122|jcom\.122|joinvest\.112|justmyshop\.122|nomurajoy\.112|kakakucom\.112|kddi\.122|lawson\.122|matsuisecurities\.112|monex\.122|mousecomputer\.112|msnportal\.112|msnportaljpnews\.112|mun\.122|nikkei\.112|novellcom\.112|novell\.112|orix\.122|paypal\.112|rakuten\.112|recruit\.112|shinseibank\.112|sofmap\.112|softbankbb\.122|softbankmobile\.122|sonybank\.112|sonyfinance\.112|sonymusic\.112|sonysonpo\.112|survey\.112|thinkgeek\.112|tsukumo\.112|vmware\.122|192\.168\.112|102\.112)\.2o7\.net$</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除(omniture.com)</comment>
			<profiles>skip-tracker</profiles>
			<template>nothing</template>
			<host>((docomo|mixi|iodatadevice|yahoojapan)\.d2\.sc\.omtrdc\.net|(o|s)\.lenovo\.com|(smr|ssmr)\.so-net\.ne\.jp|sonystyle\.com|sc\.vmware\.com)</host>
			<file>\/b\/ss\/(dcmnttdocomocojpprd\/1\/H\.22|\/H\.21|iodtdiodatajpprd\/1\/H\.22\.1|lenovojppub\/1\/H\.22\.1|sonysonetglobal\/1\/H\.21|snystyljpmain,sonyjpglobal\/1\/H\.20\.3|vmwarejp,vmwareglobal\/1\/H\.15\.1|yahoojapanshoppingprd\/1\/H\.22\.1)\/s\[0-9]+</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>(sonyjp|dellinc|docomo)\.tt\.omtrdc\.net</host>
			<file>\/m2\/(sonyjp\/sc|dellinc\/mbox|docomo\/mbox)\/standard\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<file>\/b\/ss\/.*\/1\/H\.\[\.0-9]+\/s\[0-9]+</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>(tt|sc)\.omtrdc\.net</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>im\.(ecnavi|excite|rakuten|sonet)\.ov\.yahoo\.co\.jp</host>
			<file>\/js_flat\/\?source=</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>\.ov\.yahoo\.co\.jp</host>
			<file>\/js_flat\/\?source=</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除(omniture.com)</comment>
			<profiles>skip-tracker</profiles>
			<template>nothing</template>
			<host>[0-9]\.2o7\.net$</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除(忍)</comment>
			<profiles>skip-shinobi</profiles>
			<host>([0-9]|ctrl)\.shinobi\.jp</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除(忍)</comment>
			<profiles>skip-shinobi</profiles>
			<host>\.(ninja-x|aikotoba|amigasa|ashigaru|at-ninja|bufsiz|client|gamagaeru|gejigeji|genin|gozaru|harisen|himegimi|ifdef|jounin|kaginawa|kanashibari|kanpaku|karou|komusou|kurushiunai|kusarikatabira|makibishi|michikusa|mukade|namekuji|nengu|ninja-mania|ninja-x|ninpou|nobody|nomaki|nukenin|nusutto|o-oku|ojaru|onmitsu|suppa|syuriken|the-ninja|tonosama|wakatono|xxxxxxxx|zouri|cyber-ninja)\.jp</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除(忍)</comment>
			<profiles>skip-shinobi</profiles>
			<host>\.(akazunoma|amearare|atukan|bokunenjin|buzama|byoubu|chakin|chitosedori|cho-chin|choumusubi|darumaotosi|donburako|ebo-shi|enokorogusa|garyoutensei|goemonburo|gokenin|goraikou|gouketu|hagewasi|hahaue|hanagumori|hanamizake|hariko|hatagashira|hatiju-hatiya|hebiichigo|higoyomi|hishaku|hiyamugi|hujibakama|huruike|husuma|huuryuu|iaigiri|ikaduchi|inukubou|izakamakura|jakou|jorougumo|jougennotuki|kagebo-shi|kagennotuki|kakurezato|karakasa|karakuri-yashiki|karamatu|kemuridama|kimodameshi|kirisute-gomen|kitunebi|koiwazurai|konohashigure|kuchinawa|kusakage|kutinawa|kumadori|kumogakure|kyarame|mikosi|mizubasyou|momijioroshi|moryou|nabebugyou|namidaame|nukimi|oboroduki|obunko|ohaguro|ohuda|ohugi|okitsune|okoshi-yasu|omiki|onushi|ootugomori|osonae|otogirisou|otoshiana|rakugan|sankinkoutai|sarashi|shichihuku|shidareyanagi|shinobiashi|shiriagari|sodenoshita|sokowonantoka|sonnabakana|soregashi|suichu-ka|syakuhati|syanari|syoutikubai|tabigeinin|tamajiri|tanmono|tirirenge|tiyogami|toumoku|tsuchigumo|tsunokakushi|tubakurame|tudura|tumabeni|turigane|turukusa|turubeotoshi|tutakazura|tuzikaze|tyabo|uijin|ushimairi|yaekumo|yakigote|yakiuchi|yamagomori|yamanoha|yokinihakarae|yu-nagi|yu-yake|yukigesho|yukihotaru|yukishigure|zashiki|ninja-systems)\.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除(忍)</comment>
			<profiles>skip-shinobi</profiles>
			<host>^(ct|x|j)[0-9]\.([-a-z]+)\.(com|jp)$</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除(忍)</comment>
			<profiles>skip-shinobi</profiles>
			<host>[a-z]+[0-9]+\.[\-\.a-zA-Z0-9]+</host>
			<file>\/(|bin\/)(ll|gg)[\?\/][0-9]+</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除(bmmetrix.com)</comment>
			<profiles>skip-tracker</profiles>
			<host>bmmetrix.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除(digitalforest.co.jp)</comment>
			<profiles>skip-tracker</profiles>
			<host>\.tracer\.jp</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除(fc2の旧サーバ)</comment>
			<profiles>skip-tracker</profiles>
			<host>sugoicounter.com</host>
			<file>\/cgi-bin\/counter.gif\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除(fc2.com)</comment>
			<profiles>skip-tracker</profiles>
			<host>\.fc2\.com</host>
			<file>\/(afftag\.js|analyzer\.js|banner\.cgi|click\.cgi|counter\.php|views\.php|counter_now\.php|processor\.php|icon\.php|counter_img\.php|\?id=)</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除(xrea.com)</comment>
			<profiles>skip-tracker</profiles>
			<host>ax\.xrea\.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>広告排除</comment>
			<profiles>skip-ad</profiles>
			<host>ad\.xrea\.com</host>
			<file>\/ad_img\.fcg\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>(www|my|az)\.trackword\.net</host>
			<file>/(img\/minilogogv\.gif|u\/|show\.phtml\?)</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>feedmeter.net</host>
			<file>/(image|detail)\.php\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>banner.blogranking.net</host>
			<file>/(nosbanner|scs)\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>trackfeed.com</host>
			<file>/(img\/tfg\.gif|usr\/)</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>www.pagerankon.com</host>
			<file>srank.php</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>www.1gs.net</host>
			<file>smereal_stats\.php\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>google-analytics.com</host>
			<file>\.js</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>pagead[0-9]\.googlesyndication\.com</host>
			<file>\/pagead\/(show_ads\.js|imp\.gif)</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>id\.google\.com</host>
			<file>\/verify\/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>uramon.uki2.ne.jp</host>
			<file>\/monkey\/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>\.statcounter\.com</host>
			<file>/counter</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>js[0-9]\.infoseek\.co\.jp</host>
			<file>\/bin\/[0-9]{2}\/[0-9]+\.js</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>ax.*\.www\.infoseek\.co\.jp</host>
			<file>\/bin\/logo\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>広告排除</comment>
			<profiles>skip-ad</profiles>
			<host>www.infoseek.co.jp</host>
			<file>/images/(isj00/ad|ads)/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>\.googleadservices\.com</host>
			<file>\/pagead\/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>parodyjapan.com</host>
			<file>\?id=</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>rankingnet.com</host>
			<file>\?id=</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>2bee.jp</host>
			<file>\?acount=</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>readmej.com</host>
			<file>\/(readme_epik_sw\.cgi\?|readme\.cgi\?)</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>bloden.jp</host>
			<file>/ticket/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>www.accesstrade.net</host>
			<file>\/at\/(r|c)\.html\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>\.a8\.net$</host>
			<file>\/svt\/(bgt\?aid=|ejp\?)</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>\.a8\.net</host>
			<file>\/0\.gif</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>px\.a8\.net$</host>
			<file>\/cgi-bin\/a8fly\/sales</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>.*rank.*\.ziyu\.net</host>
			<file>\/.*(\.php\?|\.js)</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>\.ziyu\.net</host>
			<file>\/.*rank.*(\.php\?|\.js)</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>log[0-9]+\.v[0-9]+\.ziyu\.net</host>
			<file>\/.*\.php\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>blog.with2.net</host>
			<file>\/link\.php\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>.*\.cgiboy\.com</host>
			<file>O\.cgi\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>.*\.analyzer\.livedoor\.jp</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>app\.click\.livedoor\.com</host>
			<file>\/A-affiliate2\/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<file>googleindicator\/srank\.php\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<host>\.lolipop\.jp</host>
			<file>\/cnt\/accnt\.php\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<host>bunseki\.kingdom\.biglobe\.ne\.jp</host>
			<file>\/(cgi-bin|js|count)\/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>(convctr|convctrs|ypn\-c\[0-9]+|www\[0-9]+|rc\[0-9]+|cm\..*)\.overture\.com</host>
			<file>(\/images\/cc\/cc\.gif\?|\/d\/sr\/\?xargs=|.*\/\?config=)</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>test\.coremetrics\.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>\.(seostats\.net|linkfind\.org|seo-stats\.com)</host>
			<file>\/.*\.php\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>\.technorati\.jp</host>
			<file>/.*\.png\?tag=</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>(c|www|ssl)\.p-advg\.com</host>
			<file>\/adpCnt\/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>fieldsystem\.ne\.jp</host>
			<file>\/(rank\/directimg\.asp\?|excall\/exdraw\.aspx\?)</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>(nc-log|namecard)\.excite\.co\.jp</host>
			<file>\/(.*\?uid=|card\/|\.php\?|\/\?)</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>\.hatena\.ne\.jp</host>
			<file>\/.*(/|\?|=)http.*:\/\/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<template>nothing</template>
			<host>counter.hatena.ne.jp</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>s\.hatena\.ne\.jp</host>
			<file>\/entries\.json\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>b\.st-hatena\.com</host>
			<file>\/images\/users\/gif\/normal\/00000\.gif</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>nakanohito\.jp</host>
			<file>\/(an|b1)\/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>(|img\.)awasete\.com</host>
			<file>/(show|image)\.phtml\?u=</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>mypagerank\.net</host>
			<file>/.*(srank|seostats)\.php</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>ameblo\.jp</host>
			<file>\/accesslog\/BlogAccessLog\?.*&amp;referAddr=</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>\.advg\.jp</host>
			<file>\/(ojs|oif|adpsp_count\/)\?aid=</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>www\.evolution-a\.jp</host>
			<file>\/evologger\.(js\.php|php)\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>\.pressblog\.jp</host>
			<file>\/(watch\/pbtag\.aspx|common_link\.aspx)\?.*pbid=</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>b-promotion\.jp</host>
			<file>\/(emblem\.cgi|)\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>www\.etracker\.de</host>
			<file>\/(rdirect\?|cnt\.php\?|cnt_links\.php\?|app\?|et_overlay\.php\?)</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>(js|pix[0-9]+)\.(revsci|lb-revsci)\.net</host>
			<file>\.(js|gif)\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>ai\.yimg\.jp</host>
			<file>\/bdv\/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>yeas\.yahoo\.co\.jp</host>
			<file>\/(n|o)\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>analytics\.yahoo\.co\.jp</host>
			<file>\.pl\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>b[0-9]+\.yahoo\.co\.jp</host>
			<file>\/b\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>bc\.yahoo\.com</host>
			<file>\/b\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<template>nothing</template>
			<host>\.logtool\.jp</host>
			<file>\/analyze\/log\.</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>logcomb\.jp</host>
			<file>\/tag\/i\.</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>(|track\.)send\.microad\.jp</host>
			<file>\/(js\/conv[0-9]+\.js|track\.cgi\?clientid=)</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>tr\.webantenna\.info</host>
			<file>\/(js/webantenna\.js|_webantenna\.png\?)</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>analyze\.step-bb\.jp</host>
			<file>\/collect\/.*\.php\?id=</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>sdc\.siteanalytics\.jp</host>
			<file>.*\/wtid\.js</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>tracer\.a-cast\.jp</host>
			<file>\/entry\.js\/?cid=</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>mixi.jp</comment>
			<host>ads.mixi.jp</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>log[13]\.recommender\.jp</host>
			<file>\/js\/logrecom\.js</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>log[13]\.recommender\.jp</host>
			<file>\/(ebank|monex)\/logrecom\.html</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>itrack2\.valuecommerce\.ne\.jp</host>
			<file>\/cgi-bin\/[0-9]+\/.*_itag\.cgi</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>ad\.jp\.ap\.valuecommerce\.com</host>
			<file>\/(vc\/images\/1x1\.gif|servlet\/gifbanner\?)</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>track\.searchignite\.com</host>
			<file>\/si\/CM\/Tracking\/TransactionTracking\.aspx</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>ad\.trafficgate\.net</host>
			<file>\/e\/wfon\.pl</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>ts\.seagulltracer\.com</host>
			<file>\/thanks\.cgi</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>secure-jp\.imrworldwide\.com</host>
			<file>\/.*\.js</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>\.dga\.jp</host>
			<file>\/(sevenbank\/sg\/common\/js|rakutenb)\/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>\.dga\.jp</host>
			<file>\/(sevenbank|common\/js|rakutenb|cmam|sb_mb)\/(jquery|i_search_assist|search_tool)\.js</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>\.dga\.jp</host>
			<file>\/.*\.js</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>\.assoc-amazon\.jp</host>
			<file>\/s\/(noscript|link-enhancer)\?tag=</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>ws\.amazon\.co\.jp</host>
			<file>\/widgets\/q\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>sdc1\.stitch\.co\.jp</host>
			<file>\/.*\/(wtid\.js|dcs\.gif|njs\.gif)</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>t8\.aqtracker\.com</host>
			<file>\/asp\/aq_tag2\.js</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>aqtracker\.com</host>
			<file>.*\.js</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>log\.axyzconductor\.jp</host>
			<file>\/form\/ld\/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>ads\.osdn\.jp</host>
			<file>\/ads\/www\/delivery\/(ajs|avw|lg)\.php\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>blogger\.googleusercontent\.com</host>
			<file>\/tracker\/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>thatsping\.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>rd\.rakuten\.co\.jp</host>
			<file>\/p\/\?i=</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>(b|sb)\.scorecardresearch\.com</host>
			<file>\/(p\?|b\?|beacon\.js)</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>b\.collective-media\.net</host>
			<file>\/seg\/cm\/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>ad\.linksynergy\.com</host>
			<file>\/fs-bin\/show\?id=</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>edge\.quantserve\.com</host>
			<file>\/quant\.js</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>pixel\.quantserve\.com</host>
			<file>\/pixel</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>spa\.snap\.com</host>
			<file>\/snap_preview_anywhere\.js\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>s\.stats\.wordpress\.com</host>
			<file>\/w\.js\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>stats\.wordpress\.com</host>
			<file>\/g\.gif</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>(botd|botd2)\.wordpress\.com</host>
			<file>\/botd\.gif\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>skimlinks\.com</host>
			<file>\/api\/wordpress\.js</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>(log|ax[0-9]*)\.a\..*-nifty\.com</host>
			<file>\/(cna.gif|ax.gif|.*\/ct\.js)\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>sakura\.ne\.jp</host>
			<file>\/cgi-bin\/ds\/dsw\.cgi\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>blog\.goo\.ne\.jp</host>
			<file>\/ac\/.*\/microad\/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>(log000|bwb101)\.goo\.ne\.jp</host>
			<file>\/(VL\/Trace\?|mod\/beacon\.cgi\?)</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>広告排除</comment>
			<profiles>skip-ad</profiles>
			<host>feeds\.feedburner\.com</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>広告排除</comment>
			<profiles>skip-ad</profiles>
			<host>segment-pixel\.invitemedia\.com</host>
			<file>\/pixel\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>広告排除</comment>
			<profiles>skip-ad</profiles>
			<host>img\.pheedo\.com</host>
			<file>\/img\.phdo\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>広告排除</comment>
			<profiles>skip-ad</profiles>
			<host>rss\.rssad\.jp</host>
			<file>\/rss\/</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>広告排除</comment>
			<profiles>skip-ad</profiles>
			<host>(feedads\.g|googleads\.g|ad|ad\.jp)\.doubleclick\.net</host>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>bc\.geocities\.yahoo\.co\.jp</host>
			<file>\/serv\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>visit\.geocities\.jp</host>
			<file>\/visit\.gif\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>sourceforge\.net</host>
			<file>\/apps\/piwik\/.*\/piwik\.php</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>leadback\.advertising\.com</host>
			<file>\/adcedge\/lb\?</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>(cast|motu)\.trustclick\.ne\.jp</host>
			<file>\/(retergeting\?advertiser=|mbjs)</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>ec-optimizer\.com</host>
			<file>\/(img\/spacer.gif\?t=|speights\/dynrecs2\.js|dynrecs\.do\?|baskettime\.do)</file>
		</deny>
		<deny>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<host>ad\.yieldmanager\.com</host>
			<file>\/pixel\?id=</file>
		</deny>
	</filter>

	<mime>
		<enabled>true</enabled>
		<policy>allow</policy>
	</mime>

	<rewrite>
		<enabled>true</enabled>
		<item>
			<enabled>true</enabled>
			<comment>Change referer to make page appear as if it were reloaded</comment>
			<profiles>mask-referrer</profiles>
			<pattern>^(GET|POST)\shttp://([^/]*)([^\s]*)(.*)^Referer:\shttp://([^/]*\.\.|)[^\n]*(.*)</pattern>
			<replace>$1 http://$2$3$4Referer: http://$5$2$3$6</replace>
			<which>,client,,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Change link URL to linked text if linked text is a URL</comment>
			<profiles>convert-URL</profiles>
			<mime>text/html</mime>
			<pattern>&lt;a([^&gt;]+)href\s*=\s*(&quot;|&apos;)[^&gt;]+(&quot;|&apos;)([^&gt;]*)&gt;\s*(http|ftp)://([^\[\s]+)\s*&lt;/a&gt;</pattern>
			<replace>&lt;a$1href=$2$5://$6$3$4&gt;$5://$6&lt;/a&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>remove http-equiv cookies</comment>
			<mime>text/html</mime>
			<pattern>&lt;meta\s+http-equiv=[&apos;&quot;]?set-cookie[&apos;&quot;]?\s+content=[^&gt;]*&gt;</pattern>
			<replace>&lt;!-- AD BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>remove 0x0 and 1x1 images (webbugs) - this screws up rendering of alot of pages, use with caution</comment>
			<profiles>anti-webbug</profiles>
			<mime>text/html</mime>
			<pattern>&lt;img\s+[^&gt;]*?(width|height)\s*=\s*[&apos;&quot;]?(1|0)[^0-9&gt;][^&gt;]*?(width|height)\s*=\s*[&apos;&quot;]?(0|1)([^0-9&gt;][^&gt;]*?)?&gt;</pattern>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>show link location along with custom label in statusbar</comment>
			<mime>(text/html|application/x-javascript)</mime>
			<pattern>(([\n =;{}]|window\.)(default)?status\s*=)</pattern>
			<replace>$1this.href + &apos; label: &apos; +</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>prevent scripts from seeing referrer</comment>
			<profiles>mask-referrer</profiles>
			<mime>text/html</mime>
			<pattern>(&lt;script.*)document\.referrer(.*&lt;/script&gt;)</pattern>
			<replace>$1&quot;nevermind&quot;$2</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>prevent javascript&apos;s from seeing referrer</comment>
			<profiles>mask-referrer</profiles>
			<mime>application/x-javascript</mime>
			<pattern>document\.referrer</pattern>
			<replace>&quot;nevermind&quot;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>ensure new windows are resizable</comment>
			<profiles>anti-window-altering</profiles>
			<mime>text/html</mime>
			<pattern>(&lt;a\s+href[^&gt;]+)resizable=[&apos;&quot;]?(no|0|false)[&apos;&quot;]?(.*&gt;)</pattern>
			<replace>$1resizable=&quot;1&quot;$3</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>ensure new windows have a location</comment>
			<profiles>anti-window-altering</profiles>
			<mime>text/html</mime>
			<pattern>(&lt;a\s+href[^&gt;]+)location=[&apos;&quot;]?(no|0)[&apos;&quot;]?(.*&gt;)</pattern>
			<replace>$1location=&quot;1&quot;$3</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>ensure new windows have a menubar</comment>
			<profiles>anti-window-altering</profiles>
			<mime>text/html</mime>
			<pattern>(&lt;a\s+href[^&gt;]+)menubar=[&apos;&quot;]?(no|0)[&apos;&quot;]?(.*&gt;)</pattern>
			<replace>$1menubar=&quot;1&quot;$3</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>ensure new windows have a status bar</comment>
			<profiles>anti-window-altering</profiles>
			<mime>text/html</mime>
			<pattern>(&lt;a\s+href[^&gt;]+)status=[&apos;&quot;]?(no|0)[&apos;&quot;]?(.*&gt;)</pattern>
			<replace>$1status=&quot;1&quot;$3</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>ensure new windows have a scrollbar</comment>
			<profiles>anti-window-altering</profiles>
			<mime>text/html</mime>
			<pattern>(&lt;a\s+href[^&gt;]+)scrolling=[&apos;&quot;]?(no|0|auto)[&apos;&quot;]?(.*&gt;)</pattern>
			<replace>$1scrolling=&quot;no&quot;$3</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Block unrequested popups (1 of 3)</comment>
			<profiles>anti-popup</profiles>
			<mime>text/html</mime>
			<pattern>&lt;body[^&gt;]*&gt;</pattern>
			<replace>$0
&lt;script&gt;
function AntiPopup(a, b, c) {
   return(null);
}
&lt;/script&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Block unrequested popups (2 of 3)</comment>
			<profiles>anti-popup</profiles>
			<mime>(text/html|application/x-javascript)</mime>
			<pattern>([\n;{}()=]\s*)(window|this|parent)\.open\(</pattern>
			<replace>$1AntiPopup(</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Block unrequested popups (3 of 3)</comment>
			<profiles>anti-popup</profiles>
			<mime>text/html</mime>
			<pattern>&lt;/body&gt;</pattern>
			<replace>&lt;script&gt;
function AntiPopup(a, b, c) {
   return(window.open(a, b, c));
}
&lt;/script&gt;
$0</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>false</enabled>
			<comment>Mask useragent in javascript</comment>
			<mime>(text/html|application/x-javascript)</mime>
			<pattern>([\n;{}()=]\s*)navigator.userAgent</pattern>
			<replace>$1&quot;Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Q312461)&quot;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Remove non-standard &lt;blink&gt; tags</comment>
			<profiles>non-standard-html</profiles>
			<mime>text/html</mime>
			<pattern>&lt;blink&gt;(.*)&lt;/blink&gt;</pattern>
			<replace>$1</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Remove non-standard &lt;marquee&gt; tags</comment>
			<profiles>non-standard-html</profiles>
			<mime>text/html</mime>
			<pattern>&lt;marquee[^&gt;]*&gt;(.*)&lt;/marquee&gt;</pattern>
			<replace>$1</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Workaround for a bug in apache 1.3</comment>
			<profiles>apache-targz-workaround</profiles>
			<pattern>^(GET\shttp://[^\n]*\n)</pattern>
			<replace>$1Accept-Encoding: gzip
</replace>
			<which>,client,,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>はてな広告除去</comment>
			<profiles>skip-hatena</profiles>
			<mime>text/html</mime>
			<pattern>&lt;!-- TG-Affiliate Banner Space --&gt;.*&lt;!-- /TG-Affiliate Banner Space --&gt;</pattern>
			<replace>&lt;!-- AD BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>国際化ドメイン</comment>
			<profiles>warn-idn</profiles>
			<mime>text/html</mime>
			<pattern>(&lt;body[^&gt;]*&gt;)</pattern>
			<replace>$1&lt;p style=&quot;text-align: center;&quot;&gt;&lt;strong style=&quot;font-size: 200%; color: white; background: black; border: 2px solid red; margin: auto 0.25em;&quot;&gt;&amp;nbsp;Accesssing by the IDN&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>広告記事</comment>
			<profiles>warn-ad</profiles>
			<mime>text/html</mime>
			<pattern>(&lt;body[^&gt;]*&gt;)</pattern>
			<replace>$1&lt;p style=&quot;text-align: center;&quot;&gt;&lt;strong style=&quot;font-size: 200%; color: white; background: black; border: 2px solid red; margin: auto 0.25em;&quot;&gt;&amp;nbsp;These Contents are AD&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>ime.nu リダイレクト</comment>
			<profiles>skip-ime</profiles>
			<mime>text/html</mime>
			<pattern>&lt;a([^&gt;]+)href=&quot;http://ime\.nu/([^&quot;]+)&quot;</pattern>
			<replace>&lt;a$1href=&quot;http://$2&quot;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Google 広告除去</comment>
			<profiles>skip-google</profiles>
			<mime>text/html</mime>
			<pattern>&lt;table border=0 cellpadding=0 cellspacing=4 align=right width=20%&gt;.*&lt;/table&gt;</pattern>
			<replace>&lt;!-- AD BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Google 広告除去</comment>
			<profiles>skip-google</profiles>
			<mime>text/html</mime>
			<pattern>&lt;table cellpadding=3 cellspacing=0 border=0 height=40 width=100%&gt;.*&lt;/table&gt;</pattern>
			<replace>&lt;!-- AD BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Google 広告除去</comment>
			<profiles>skip-google</profiles>
			<mime>text/html</mime>
			<pattern>&lt;table cellspacing=0 cellpadding=0 width=25% align=right bgColor=.ffffff border=0&gt;.*?&lt;/table&gt;</pattern>
			<replace>&lt;!-- AD BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Yahoo 広告除去</comment>
			<profiles>skip-yahoo</profiles>
			<mime>text/html</mime>
			<pattern>&lt;!--GLOBALHEADER--&gt;.*?&lt;!--GLOBALHEADER--&gt;</pattern>
			<replace>&lt;!-- GLOBALHEADER BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Yahoo 広告除去</comment>
			<profiles>skip-yahoo</profiles>
			<mime>text/html</mime>
			<pattern>&lt;!--\/\/EMG --&gt;.*?&lt;!--\/\/EMG --&gt;</pattern>
			<replace>&lt;!-- EMG BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Yahoo 広告除去</comment>
			<profiles>skip-yahoo</profiles>
			<mime>text/html</mime>
			<pattern>&lt;!--\/\/ AD\(CT\) --&gt;.*?&lt;!--\/\/ \/AD\(CT\) --&gt;</pattern>
			<replace>&lt;!-- AD CT BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Yahoo 広告除去</comment>
			<profiles>skip-yahoo</profiles>
			<mime>text/html</mime>
			<pattern>&lt;!--\/\/ AD\(SQB\) --&gt;.*?&lt;!-- \/AD\(SQB\) --&gt;</pattern>
			<replace>&lt;!-- AD SQB BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Yahoo 広告除去</comment>
			<profiles>skip-yahoo</profiles>
			<mime>text/html</mime>
			<pattern>&lt;!--\/\/ AD\(LREC\) --&gt;.*?&lt;!--\/\/ AD\(LREC\) --&gt;</pattern>
			<replace>&lt;!-- AD LREC BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Yahoo 表示幅指定の解除</comment>
			<profiles>skip-yahoo</profiles>
			<mime>text/css</mime>
			<pattern>(\.kabu_module_outer\{.*?)(width.*?:.*?300px;)</pattern>
			<replace>$1\/\* $2 \*\/</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Yahoo 表示幅指定の解除</comment>
			<profiles>skip-yahoo</profiles>
			<mime>text/html</mime>
			<pattern>&lt;td background=http:\/\/i\.yimg\.jp\/images\/mb\/common\/tab300\.gif align=center width=300 height=25 nowrap&gt;</pattern>
			<replace>&lt;td bgcolor=&quot;000000&quot; align=center nowrap&gt;&lt;!-- tab300.gif BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Yahoo 表示幅指定の解除</comment>
			<profiles>skip-yahoo</profiles>
			<mime>text/html</mime>
			<pattern>&lt;td background=http:\/\/i\.yimg\.jp\/images\/mb\/common\/tab300\.gif align=center width=300 height=25&gt;</pattern>
			<replace>&lt;td bgcolor=&quot;000000&quot; align=center&gt;&lt;!-- tab300.gif BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Yahoo 表示幅指定の解除</comment>
			<profiles>skip-yahoo</profiles>
			<mime>text/html</mime>
			<pattern>&lt;td width=300&gt;</pattern>
			<replace>&lt;td&gt;&lt;!-- width=300 BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Yahoo 表示幅指定の解除</comment>
			<profiles>skip-yahoo</profiles>
			<mime>text/html</mime>
			<pattern>&lt;img src=http:\/\/img\.yahoo\.co\.jp\/images\/clear\.gif width=300 height=1&gt;</pattern>
			<replace>&lt;!-- img clear\.gif width=300 BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Yahoo 広告除去</comment>
			<profiles>skip-yahoo</profiles>
			<mime>text/html</mime>
			<pattern>&lt;!-- REAL --&gt;(.*?)(&lt;table.*?&gt;).*?&lt;!-- REAL --&gt;</pattern>
			<replace>&lt;!-- REAL BLOCKed --&gt;$1$2</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Yahoo 広告除去</comment>
			<profiles>skip-yahoo</profiles>
			<mime>text/html</mime>
			<pattern>&lt;!-- RANNKING --&gt;.*?&lt;!-- \/RANNKING --&gt;</pattern>
			<replace>&lt;!-- RANNKING BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Yahoo 広告除去</comment>
			<profiles>skip-yahoo</profiles>
			<mime>text/html</mime>
			<pattern>&lt;!--\/\/ AD\(OVERTURE\) --&gt;.*?&lt;!--\/\/ AD\(OVERTURE\) --&gt;</pattern>
			<replace>&lt;!-- AD OVERTURE BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Yahoo アクセス解析排除</comment>
			<profiles>skip-yahoo</profiles>
			<mime>text/html</mime>
			<pattern>&lt;/html&gt;([^&lt;]*)(&lt;script.*)$</pattern>
			<replace>&lt;/html&gt;$1&lt;!-- BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Yahoo 広告除去</comment>
			<profiles>skip-yahoo</profiles>
			<mime>text/html</mime>
			<pattern>&lt;!--\/\/ AD\(SQB\) --&gt;.*?&lt;!--\/\/ \/AD\(SQB\) --&gt;</pattern>
			<replace>&lt;!-- AD SQB BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Yahoo 広告除去</comment>
			<profiles>skip-yahoo</profiles>
			<mime>text/html</mime>
			<pattern>&lt;!--\/\/ AD\(SQM\)  --&gt;.*?&lt;!--\/\/ AD\(SQM\)  --&gt;</pattern>
			<replace>&lt;!-- AD SQM BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Yahoo 広告除去</comment>
			<profiles>skip-yahoo</profiles>
			<mime>text/html</mime>
			<pattern>&lt;!--AD SPACE START--&gt;.*?&lt;!--AD SPACE END--&gt;</pattern>
			<replace>&lt;!-- AD SPACE BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Yahoo 広告除去</comment>
			<profiles>skip-yahoo</profiles>
			<mime>text/html</mime>
			<pattern>&lt;!--- AdSpace CT START ---&gt;.*?&lt;!--- AdSpace CT END ---&gt;</pattern>
			<replace>&lt;!--- AdSpace BLOCKed ---&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Yahoo 広告除去</comment>
			<profiles>skip-yahoo</profiles>
			<mime>text/html</mime>
			<pattern>&lt;!--- NEW --&gt;.*?&lt;!--- \/NEW --&gt;</pattern>
			<replace>&lt;!-- AD NEW BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Yahoo 広告除去</comment>
			<profiles>skip-yahoo</profiles>
			<mime>text/html</mime>
			<pattern>&lt;!-- AD START Location: CT --&gt;.*?&lt;!-- AD END Location: CT --&gt;</pattern>
			<replace>&lt;!-- AD Location: CT BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Yahoo 広告除去</comment>
			<profiles>skip-yahoo</profiles>
			<mime>text/html</mime>
			<pattern>&lt;!-- AD START Location E:Button --&gt;.*?&lt;!-- AD END Location E:Button --&gt;</pattern>
			<replace>&lt;!-- AD Location E:Button BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Yahoo 広告除去</comment>
			<profiles>skip-yahoo</profiles>
			<mime>text/html</mime>
			<pattern>&lt;!-- AD START Location LREC --&gt;.*?&lt;!-- AD END Location LREC --&gt;</pattern>
			<replace>&lt;!-- AD Location LREC BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>広告排除（産経新聞系？）</comment>
			<profiles>skip-ad</profiles>
			<mime>text/html</mime>
			<pattern>&lt;script([^&gt;]+)src=&quot;http://sankeiimg.durasite.net/IMG/activateFlash.js&quot;.*?&lt;/noscript&gt;</pattern>
			<replace>&lt;!-- AD BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>Convert nikkei URL</comment>
			<profiles>convert-URL-nikkei</profiles>
			<mime>text/html</mime>
			<pattern>&lt;a([^&gt;]+)href\s*=\s*(&quot;|&apos;)(http://company.nikkei.co.jp/disclose/redirect_dis.cfr\?ano=[0-9a-f]{7}\&amp;t=)(http[^&gt;]+)(&quot;|&apos;)([^&gt;]*)&gt;</pattern>
			<replace>&lt;a$1href=$2$4$5$6&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>AskJeeves広告除去</comment>
			<profiles>skip-askjeeves</profiles>
			<mime>text/html</mime>
			<pattern>&lt;div class=&quot;lbox_t&quot;[^&gt;]*&gt;[^&lt;]*&lt;/div&gt;&lt;div id=&quot;web_bnr_r&quot;[^&gt;]*&gt;&lt;a[^&gt;]*&gt;&lt;img[^&gt;]*&gt;&lt;/a&gt;&lt;/div&gt;&lt;script.*?&lt;/script&gt;</pattern>
			<replace>&lt;!-- AD BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>goo広告除去</comment>
			<profiles>skip-goo</profiles>
			<mime>text/html</mime>
			<pattern>&lt;!--SPONSOR\(adwords\)--&gt;.*&lt;!--\/SPONSOR\(adwords\)--&gt;</pattern>
			<replace>&lt;!-- AD BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>アクセス解析排除</comment>
			<profiles>skip-tracker</profiles>
			<pattern>&lt;!-- (etracker PARAMETER [0-9\.]+|etracker URL PARAMETER [0-9\.]+|etracker CODE [0-9\.]+|etracker OVERLAY [0-9\.]+|CLICK-TRACKER DELAY CODE|etracker TARGET PARAMETER [0-9\.]+|etracker CAMPAIGN PARAMETER [0-9\.]+) --&gt;.*?&lt;!-- (etracker PARAMETER END|etracker URL PARAMETER [0-9\.]+ END|etracker CODE END|etracker OVERLAY END|CLICK-TRACKER DELAY CODE|etracker TARGET PARAMETER END|etracker CAMPAIGN PARAMETER END) --&gt;</pattern>
			<replace>&lt;!-- $1 BLOCKed --&gt;</replace>
			<which>,,body,</which>
		</item>
		<item>
			<enabled>true</enabled>
			<comment>ProAtlasのバグ修正</comment>
			<profiles>proatlas</profiles>
			<mime>text/html</mime>
			<pattern>var USR_POI_CATEGORY=&apos;&lt;\?xml version=&quot;1\.0&quot; encoding=&quot;UTF-8&quot; \?&gt;&lt;mapsvr&gt;&lt;poi server=&quot;&quot;&gt;&lt;category id=&quot;(.*)&quot; name=&quot;(.*)&quot;&gt;&lt;icon status=this.href \+ &apos; label: &apos; \+&quot;[0-9]+&quot; src=&quot;icons/([0-9A-Z]+)\.gif&quot; size=&quot;([\.0-9]+)&quot;/&gt;&lt;expand status=this\.href \+ &apos; label: &apos; \+&quot;[0-9]+&quot; src=&quot;icons/([0-9A-Z]+)\.gif&quot; size=&quot;([\.0-9]+)&quot;/&gt;&lt;icon status=this\.href \+ &apos; label: &apos; \+&quot;[0-9]+&quot; src=&quot;icons/([0-9A-Z]+)\.gif&quot; size=&quot;([\.0-9]+)&quot;/&gt;&lt;expand status=this\.href \+ &apos; label: &apos; \+&quot;[0-9]+&quot; src=&quot;icons/([0-9A-Z]+)\.gif&quot; size=&quot;([\.0-9]+)&quot;/&gt;&lt;/category&gt;&lt;/poi&gt;&lt;/mapsvr&gt;&apos;;</pattern>
			<replace>var USR_POI_CATEGORY=&apos;&lt;\?xml version=&quot;1\.0&quot; encoding=&quot;UTF-8&quot; \?&gt;&lt;mapsvr&gt;&lt;poi server=&quot;&quot;&gt;&lt;category id=&quot;$1&quot; name=&quot;$2&quot;&gt;&lt;icon src=&quot;icons/$3\.gif&quot; size=&quot;$4&quot;/&gt;&lt;expand src=&quot;icons/$5\.gif&quot; size=&quot;$6&quot;/&gt;&lt;icon src=&quot;icons/$7\.gif&quot; size=&quot;$8&quot;/&gt;&lt;expand src=&quot;icons/$9\.gif&quot; size=&quot;$10&quot;/&gt;&lt;/category&gt;&lt;/poi&gt;&lt;/mapsvr&gt;&apos;;</replace>
			<which>,,body,</which>
		</item>
	</rewrite>
</mman>

