Name = "JBBS Link to 50 Res" Active = TRUE URL = "(green|www).jbbs.net/[a-z]+/[0-9]+/" Bounds = "<a\s*>" Match = "(*KEY=[0-9]+)\0" \1" Replace = "\0&LAST=50" \1"
ちなみに <SCRIPT LANGUAGE="JavaScript"> var pwin = external.menuArguments; var str = new String(pwin.document.selection.createRange().text); pwin.open("http://www.google.com/search?q="+str+"&hl=ja&lr=lang_ja"); </SCRIPT> これが正常に動くGoogle検索のスクリプトです。
それで <SCRIPT LANGUAGE="JavaScript"> var pwin = external.menuArguments; var str = new String(pwin.document.selection.createRange().text); pwin.open("http://jiten.infoseek.co.jp/Eigo?pg=result_e.html&qt="+str+"&sm=1&col=EW"); </SCRIPT> こっちが挙動不審英和辞典のスクリプトです。 Donutのポップアップ抑止は働かせていません。
Name = "Restore pop-up windows after page loads" Active = FALSE Limit = 256 Match = "<end>" Replace = "<script> window.open=PrxRealOpen; </script>\r\n"
>>220 ゴメン。 175のフィルタを試していたところだったので、FALSEにしたままだった。 Restore pop-ups after a page loadsと Restore pop-up windows after page loadsと 175のフィルタの内で、TRUEになっていて、かつ一番上にあるものが 適用されるはず。
http://www23.tok2.com/home/Proxomitron/files/223.zip にある 2ch Top To New Thread Making Table Killer が上手く働いてくれません。 [Blocklists]のところにList.2ch = "..\Lists\2ch servers.txt"をたして、 2ch servers.txtもちゃんとListフォルダーに置いたのですが…
wahahaさんのreferer偽装セットと Hide where we've been (Out) を併用したい場合 Referer: 3.Send PATH for Direct Link (Out) を無効にした上で、以下のフィルタを 追加してみるのはどうでしょうか。見たところうまく行ってるようなんですが添削して いただければありがたいです。
In = FALSE Out = TRUE Key = "Referer: 0.hide referer from other host (out) %" Match = "(^http://\h*)" Replace = "\u"
Name = "New HTML filter" Active = TRUE Bounds = "<table width=100% border=0>*(</blockquote>)\4" Limit = 25600 Match = "(*<b>)\1*(</b>*投稿者(</b>|))\2*(nanasi|むぎ茶)*(<input*<blockquote>)\3*" Replace = "\1 kill title \2 NGkotehan \3 削除 \4"
ヤフーオークションのページにいく時だけプロクシをoffにするフィルタをこんな感じで作ったんですが、大丈夫でしょうか?確認の仕方が分からないものでして。netstatコマンドを使ってみてもよくわからない…ヘボッス In = FALSE Out = TRUE Key = "URL:Skip the proxy(out)" Match = "http://((alerts|auctions|calendar|r1.ac).yahoo.co.jp/|(list|edit|page|rating|my|user|bid|search)&*(|[#2-9]).auctions.yahoo.co.jp/)" Replace = "$USEPROXY(False) "
あと、2chフィルタで表示が速くなるフィルタの並べ方ってあるでしょうか? 上から ・2ch dat Converter系 ・bbspink Ad Killerなど広告消し2つ ・2ch Top To New Thread Making Table Killer(重宝してた好きなフィルタです) ・2ch Add Trip & ID Search Link (2001/10/20) ・[V]2ch Instant Big-Size-Thread-Title Killer ・2ch. sage checkbox ・display 2ch mail address3 ・2ch Form Larger ・2ch read.cgi Add Res Link(私にはとてもありがたいフィルタです) ・2ch Add Direction Link (2001/10/06r5) ・2ch Forwarding Service Accelerator ・--------------------2ch OOKISUGI/SONNAITA Linker ・2ch oldtype link changer ・JBBS系フィルタ4つ ・AAあぼーんフィルタ2つ
Naoko 4.1 * Fixed a potentially serious bug with the "Allow access to the following IP address range" feature. Proxomitron wasn't correctly interpreting the IP ranges which could allow connections it shouldn't! Fortunately this is disabled by default, but if you use this feature please update ASAP! Many thanks to Michael Beggs for spotting this bug and helping me confirm the fix. * $SET can now be used to clear a positional variable. For example, to clear \0 you can use $SET(0=) * Connect errors to localhost IP addresses are now never retried. This should help if you also use a hostfile for ad blocking (although using 0.0.0.0 instead of 127.0.0.1 is even better) * Fixed bug where setting a variable to itself with $SET(1=\1) would cause a lockup. Note it's still not allowed, but now it fails gracefully. * NOTE! Altered $URL() command to include protocol (i.e. http://) Makes it possible to check for now, but you may have to adjust existing filters! * Fixed bug where nulls in a page's HTML could cause spurious output. * Fixed bug that could cause a crash if a space appeared before a https URL (https:// somehost/). * Fixed bug that could cause Proxomitron to lockup while loading config files with missing section headers. * JUMP and RDIR commands now will correct URLs missing the trailing slash on a hostname (like "http://somewhere.com"). * Fixed replacement stack bug where old data could show up in some situations when an empty ending variable is pushed on the stack. * Fixed bug in counter killer filter. * Fixed bug where SSL Pass-Thru mode wasn't using the selected proxy server. * Fixed bug where mismatched brackets [...] could lock up the parser.