In = FALSE Out = TRUE Key = "Referer: enable to write from teri's read.cgi (Out)" URL = "teri.2ch.net/test/bbs.cgi" Match = "(http://teri.2ch.net/)\0test/read.cgi/([^/]+/)\1*" Replace = "\0\1"
Name = "Open embed audio & video in new window (ActiveX)" Active = TRUE Bounds = "<object*/object>" Limit = 400 Match = "*<param*value=$AV(\0.(r(p|)m)\1)*>*" Replace = "<a href="\0.\1">\0.\1</a>"
Name = "Open embed audio & video in new window (JavaScript)" Active = TRUE Bounds = "<embed*>" Limit = 256 Match = "*src=$AV(\0.(mov|r(p|)m)\1)*" Replace = "<a href="\0.\1">\0.\1</a>"
Name = "madonomori AD killer" Active = TRUE URL = "www.forest.impress.co.jp/" Bounds = "(<noembed>*</noembed>)|(<noscript>*</noscript>)" Limit = 1023 Match = "<A\s*</A>" Replace = "<!-- Mado no Mori AD Killed -->"
<SCRIPT LANGUAGE="JavaScript"> var pwin = external.menuArguments; var str = new String(pwin.document.activeElement.href); pwin.open("http://web.archive.org/archive_request_ng?url="+str); </SCRIPT>
var wnd = external.menuArguments; var doc = wnd.document; var evt = wnd.event; var elm = doc.elementFromPoint(evt.clientX, evt.clientY); var loc = wnd.location;
var url = loc.href;
while (elm.parentElement) { if (elm.tagName == 'A') { if(elm.href.match(/^http/)) { url = elm.href; } break; } elm = elm.parentElement; }
Name = "image link kokoku kill" Active = TRUE Limit = 4096 Match = "<A href=*(www.monazilla.org|www.download.co.jp|http://www.2ch.net/guide|P-CLUB.COM)* > <IMG *> </A>"
Name = "text koukoku kill" Active = TRUE Limit = 256 Match = "<font size=2><b>? <a href="http://www.binboserver.com/" target="_blank">*</a> ?</b></font>"
Name = "image link kokoku kill" Active = TRUE Limit = 4096 Match = "<A href=*(www.monazilla.org|www.download.co.jp|http://www.2ch.net/guide|P-CLUB.COM)* > <IMG *> </A>"
Name = "text koukoku kill" Active = TRUE Limit = 256 Match = "<font size=2><b>? <a href="http://www.binboserver.com/" target="_blank">*</a> ?</b></font>"
At 06:09 PM 02/02/02 +0000, you wrote: >Hi. > >I have a question about "\t" (tab). >I tried to use \t on head of replace area (ex: Replace = "\tfoobar"), >but it(=\t) wasn't reflected on result. (it became blank) > >Is this a bug? If so, I'd like you to fix this bug in new version. > >Thank You.
\t matches a tab, but doesn't insert one. IT could I guess, but for that you can just use an actual tab - press CTRL+TAB to insert one inside Proxomitron's filter editor (needed in any windows dialog box since by default tab will send you to the next field). Be aware though that most of the time a tab is treated exactly like a space in HTML. It may not have any visible effect on a page.