|
|
|
|
June 14th, 2004, 08:01 AM
|
|
Shrapnel Fanatic
|
|
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
|
|
Proxomitron
Does someone (such as Baron Munchausen) know of a place to download those extra filters for Proxomitron, without having to go to some Yahoo newsgroup? Or want to just send them to me?
Also, how can I set Proxomitron to not display [Ad] when it has deleted an ad banner, just display nothing at all there?
|
June 14th, 2004, 11:56 AM
|
|
Major
|
|
Join Date: Jan 2004
Location: Taganrog, Russia
Posts: 1,087
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Proxomitron
|
June 15th, 2004, 01:11 AM
|
|
Colonel
|
|
Join Date: Jun 2002
Location: Connecticut
Posts: 1,518
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Proxomitron
I like this guys contribution:
http://www.jd5000.net/
But I've added some keys of my own, for example, [^.]+.falkag.net/ is a pretty common cookie, you can especially see it on Gamespy -- and it's slow, that's how I notice it.
|
June 14th, 2004, 02:32 PM
|
General
|
|
Join Date: Aug 2000
Location: Ohio, USA
Posts: 4,323
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Proxomitron
The JD5000 filters certainly have the strongest following. They are very comprehensive and many people are quite happy with them. But they are also very arcane and can be difficult to modify yourself if you are not an HTML and Proxomitron expert. I prefer to have control so I am running my own customized filters based on the default set plus 'cherry picking' what I could understand and use from others, including the JD5000 set.
There are a few good Online sources of filters and ideas besides the JD5000 site. They tend to be out-of-date, though.
http://www.geocities.com/u82011729/prox/
http://www.sankey.ws/proxomitron.html
http://accs-net.com/smallfish/prox.htm
Edit: The Computer Cops Proxomitron forums look very good, too. Added those to my personal bookmarks for Prox resources.
[ June 14, 2004, 14:25: Message edited by: Baron Munchausen ]
|
June 16th, 2004, 10:09 PM
|
|
Shrapnel Fanatic
|
|
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
|
|
Re: Proxomitron
BM, you said you had some filters that reshape the Yahoo site. Do you have some that can alter the Yahoo mailing list pages so that it doesn't send you to a full page ad every third message you view?
|
June 17th, 2004, 01:10 AM
|
General
|
|
Join Date: Aug 2000
Location: Ohio, USA
Posts: 4,323
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: Proxomitron
Yes, there's a simple header filter that recognizes the 'detour' and extracts the 'continue' destination, sending you on to the message without even seeing the ad page. I got it off the prox-list group.
code:
In = TRUE
Out = FALSE
Key = "Location: Yahoo Groups ad skipper [12-25-2003] (In)"
URL = "[^/]++Groups.yahoo.com/group/[^/]+/interrupt"
Match = "\0&http://([^/]++)\1Groups.yahoo.com/group/[^/]+/interrupt*done=\2"
Replace = "http://\1Groups.yahoo.com$UESC(\2)$LOG(VRESP $DTM(c): Location: Yahoo relocator <Matched> \0)"
I've used the 'code' brackets in the hope that none of the 'special' characters get eaten by the BB software. There is one 'special' condition for this even if it works, though. Yahoo also tries to send you a cookie when it tries to redirect you to the ad page. If you don't accept the cookie, it thinks it has to try again. This results in a loop that continues until a recursion limit is reached (by your browser, by prox, or by the site. It depends who has the higher limit ) and you just don't get to see the page.
[ June 17, 2004, 00:15: Message edited by: Baron Munchausen ]
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|