07/09/14 18:28:46 i4MqgE+u0
>>511
過去ログより転載
■ログリストをコメントに連動して非表示にする
& デフォルトでコメント非表示にチェック(非表示デフォが嫌ならMatchの4行目「false」を「true」に)
[Patterns]
Name = "NicoNicoRC - Hide LogList"
Active = TRUE
Multi = TRUE
URL = "$TYPE(htm)www.nicovideo.jp/watch/"
Limit = 256
Match = "(<body*>)\#$SET(#=\n"
"<script type="text/javascript"><!--\n"
"setInterval("HideLog()",100);\n"
"HideLogF=false;\n"
"function HideLog() {\n"
"var px = document.flvplayer;\n"
"if(!px || px.PercentLoaded() < 100){return;}\n"
"if(HideLogF==false){HideLogF= true;px.SetVariable("inputArea.OverlayCheck.selected","1");\n}"
"var a = px.TGetProperty("Overlay",7);\n"
"var b = px.TGetProperty("LogList",7);\n"
"var c = px.TGetProperty("systemMessageArea",7);\n"
"if(a!=b&&c=="true"){px.TSetProperty("LogList",7,a=="true"?"1":"0");}\n"
"}\n"
"--></script>\n"
")$STOP()"
Replace = "\@"