色々なサイトの認証を飛ばす Edit

目次など Edit

リダイレクトだけで回避出来る物は、管理を容易にする為に、専用のフィルタを作らず、../JumpToListの様なリストで何とかすることを薦めます。

Amazon.co.jp の18禁認証 Edit

[Patterns]
Name = "Amazon.co.jp 18+"
Active = TRUE
URL = "[^/]++.amazon.co.jp/"
Limit = 1024
Match = "<span class="h1">[%82][%B1][%82][%CC][%83][%58][%83][%67][%83][%41][%82][%CD][%81][%41][%83][%41][%83][%5F][%83][%8B][%83][%67][%8F][%A4][%95][%69]"
        "*<p></span>*<a href=$AVQ(\0)>[%81][%6D][%82][%CD][%82][%A2]"
Replace = "<script>location.href=\0</script>"
動作確認用URL
http://www.amazon.co.jp/gp/product/B000V1OPYA/
http://www.amazon.co.jp/TENGA-TOC-001-%E3%83%87%E3%82%A3%E3%83%BC%E3%83%97%E3%82%B9%E3%83%AD%E3%83%BC%E3%83%88%E3%82%AB%E3%83%83%E3%83%97/dp/B000V1OPYA/ref=sr_1_40?ie=UTF8&s=hpc&qid=1225672151&sr=8-40

YouTube の18禁認証 Edit

ログイン必須になって動かなくなった様子

[Patterns]
Name = "YouTube: pass age check [2010/08/01]"
Active = TRUE
URL = "[^/]++.youtube.com/verify_age"
Limit = 1024
Match = "<end>"
Replace = "<script>document.getElementById('confirm-age-form').submit()</script>"
動作確認用URL
http://jp.youtube.com/watch?v=hXC5RxhZUYw
http://jp.youtube.com/verify_age?next_url=/watch%3Fv%3DhXC5RxhZUYw

DLsite.com の18禁認証 Edit

[Patterns]
Name = "DLsite.com: pass age check [2011-05-29]"
Active = TRUE
URL = "[^.]+.dlsite.com/[^/]+/adultcheck/=/_query/"
Limit = 128
Match = "<end>"
Replace = "<script>$('form#adult_check')[0].submit();</script>"
動作確認用URL
http://maniax.dlsite.com/
http://pro.dlsite.com/adultcheck/=/_query/http%253A%252F%252Fpro.dlsite.com%252F

とらのあな の18禁認証 閉鎖 Edit

[HTTP headers]
In = FALSE
Out = TRUE
Key = "Cookie: toranoana pass age-check (out) [2009-11-26]"
URL = "([^/]++.|)toranoana.jp/"
Match = "(\#; |)afg=1(;|(^?))\#\#|\#"
Replace = "afg=0; \@"
動作確認用URL
http://dl.toranoana.jp/

Getchu.com の18禁認証 Edit

[HTTP headers]
In = FALSE
Out = TRUE
Key = "Cookie: getchu pass age-check (out) [2010/08/01]"
URL = "([^/]++.|)getchu.com/"
Match = "\0"
Replace = "ADULT_GATE=1; getchu_adalt_flag=getchu.com; \0"
動作確認用URL
http://www.getchu.com/php/attestation.html?aurl=http://www.getchu.com/top.html
http://dl.getchu.com/index.php?action=gate&cp=&liTUB=1

うらあきば.じぇいぴ~ の18禁認証 Edit

[Patterns]
Name = "uraAkiba.jp: pass age check [2011-11-03]"
Active = TRUE
URL = "([^/]++.|)ura-akiba.jp/warning.html"
Limit = 256
Match = "<end>"
Replace = "<script>auth()</script>"
動作確認用URL
http://www.ura-akiba.jp/

e-nls.com の18禁認証 Edit

[Patterns]
Name = "e-nls.com delete age-check [2014-03-14]"
Active = TRUE
URL = "([^/]++.|)e-nls.com/(^[^?]+\?(*\&|)auth18=1(\&|(^?)))$TYPE(htm)"
Limit = 4096
Match = "$NEST(<script,*#basic-modal-content*,</script>)"
        " (^(^<div\s[^>]++id=$AV(basic-modal-content)))$NEST(<div(\s*|)>,</div>)"

トップページ (/) には未対応

動作確認用URL
http://www.e-nls.com/index.php
http://www.e-nls.com/plist_p-27120018



複製名前変更