<script> function replacePathLink(e) { if (!e) return; var s = e.href.toString(); if (s.indexOf('/test/read.cgi/') >= 0) { var t = e.innerHTML; s = s.replace(/\/test\/read.cgi\/(\w+)\/(\d+)\//, "/test/read.cgi?bbs=$1&key=$2&"); e.href = s; e.innerHTML = t; } } function mouseOver() { if (window.event.srcElement.tagName != 'A') return; replacePathLink(window.event.srcElement); } document.onmouseover = mouseOver; </script>
<ヘッダフィルタに追加> In = FALSE Out = TRUE Key = "URL: katjusha local rule" URL = "(*.2ch.net|www2.bbspink.com)/*/index2.html" Match = "http://\1/\2/index2.html" Replace = "$RDIR(http://\1/\2/index.html)"
<Webフィルタに追加> Name = "katjusha local rule" Active = TRUE Multi = TRUE Limit = 7000 Match = "</div> \1 (<input *新規スレッド作成*>)\2" Replace = "</div>\n\1<!--タイトル:</TD>-->\2" "$STOP()"