<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>
<html><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><body><font face="MS Pゴシック"><dl>
>>272 <html><body><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>