Proxomitron: highly flexible, small but very powerful, local HTTP web-filtering proxy

Forums » The Lounge » Software

You need to be logged in to post in the forums. If you do not have an account, please sign up first.

Go to last post

22. December 2004, 11:52:47

Moderator

Tamil

:-(|)

Posts: 115306

Proxomitron: highly flexible, small but very powerful, local HTTP web-filtering proxy

Proxomitron is one of the essential tool, everyone should use. It is better than Privoxy and Ad Muncher

I request you to post filters, questions, etc., in this thread.

22. December 2004, 12:36:28

Frenzie

Posts: 14431

Proximodo
Intelligent alien life does exist, otherwise they would've contacted us. — CalendarExtend Opera

22. December 2004, 15:06:30

Moderator

Tamil

:-(|)

Posts: 115306

Originally posted by Frenzie
Proximodo



But, it is still in development stage (Available version 0.2).

11. January 2005, 00:26:44 (edited)

Moderator

Tamil

:-(|)

Posts: 115306

If you want to load the linked images in the current page add these filters in Proxomitron default.cfg file under [Patterns].


Name = "Show linked images in Opera Forum [Tamil]"
Active = TRUE
Multi = TRUE
URL = "$TYPE(htm)&*.opera.com/forums/"
Bounds = "<a*"
Limit = 512
Match = ""
Replace = "Linked image"

Name = "Show linked images [Tamil]"
Active = TRUE
Multi = TRUE
URL = "$TYPE(htm)"
Bounds = "<a*
"
Limit = 512
Match = ""
Replace = "Linked image"



after enabling show linked images in opera forum option in proxomitron.png

10. January 2005, 01:10:53

Mayor

consensus census

Posts: 3932

Originally posted by Tamil
If you want to load the linked images in the current page add these filters in Proxomitron default.cfg file under [Patterns].

FANTASTIC!
gotta try that

//edit: works! you can change my vote in poll to Yes now bigsmile

1.) but hey, why it doesn't show normal images (not-attached to post) but as link eg. check here
http://my.opera.com/forums/showthread.php?s=&postid=799477#post799477

it can't work like that coz you can't see and click on link, it must be fixed

2.) can it resize big attachements to be smaller (fit to window) ?
eg. see this post -> http://my.opera.com/forums/showthread.php?s=&threadid=19033&perpage=40&pagenumber=10#post778382
I'd like to limit displayed pic size, is it possible and how?
-----------------------------------------------------------------
| O10.10 |
亚当

10. January 2005, 03:35:55

Moderator

Tamil

:-(|)

Posts: 115306

1. As you see on Proxomitron log window it is requesting that image, but it is not loading. Usually some sites (geocites, tripod) don't allow images loading in other webpages to prevent bandwidth theft. It may be the reason.

2. Since we don't the size, it is difficult to resize the large images. But we can specify percentage of original size.

Replace = "<img src=attachment.php?postid=\1 width="75%" height="75%" border=5 vspace=5 hspace=5 alt="Linked image">"

10. January 2005, 09:36:14

Mayor

consensus census

Posts: 3932

Originally posted by Tamil
1. As you see on Proxomitron log window it is requesting that image, but it is not loading. Usually some sites (geocites, tripod) don't allow images loading in other webpages to prevent bandwidth theft. It may be the reason.

in link I pointed above -> http://my.opera.com/forums/showthread.php?s=&postid=799477#post799477
she posted url to pic on http://www.imageshack.us/ service which allows hotlinking (they host images for free to put them at boards like this) so it's not that

plus, if it doesn't want to show image, ok, but why it doesn't show a link? I can even click it to see original picture...


2. Since we don't the size, it is difficult to resize the large images. But we can specify percentage of original size.

Replace = "width="75%" height="75%" border=5 vspace=5 hspace=5 alt="Linked image">"

can we go step farer and for example create clickable thumbnails? wink
because if someone will post tiny screenshot (eg. part of toolbar or smth like that) and it will resize it, it'll be more tiny, so practically invisible
people rarely post huge images (like desktop screenshots) so it could be solved if "fit to window width" would work all the time if turned on (but no, you always have to turn it again at all new opened tabs rolleyes)

maybe there could be a rule in proxomitron filters to replace huge images to smaller and separate rule to replace small images to same size confused
then it would work perfect
-----------------------------------------------------------------
| O10.10 |
亚当

10. January 2005, 09:58:55

Jakub81

Posts: 2030

1. As you see on Proxomitron log window it is requesting that image, but it is not loading. Usually some sites (geocites, tripod) don't allow images loading in other webpages to prevent bandwidth theft. It may be the reason.


In this case disabling F12 >> Enable referrer logging may help.

10. January 2005, 11:12:08

non-troppo

Spinning Top

Posts: 4662

Proxomitron is essential to the way I use the web. I don't really use it for ad filtering, as I don't mind seeing well-behaved ad's. But I use it to rewrite cookies not on a white-list to be session only, and to control cacheing of pages to suit my needs. I use it to rewrite javascript that annoys me and lots of other little things.

If you were ever curious how the web worked, the HTTP header log is incredibly useful - as a web developer it can be considered essential. The ability to rewrite HTTP headers allows very powerful debugging of webpage problems.

Proximodo is looking very promising (works very well considering how immature it is - biggest issue is gzip decompression bug stops some pages loading), hopefully soon we will have the open-source proxomitron we have been looking for...

10. January 2005, 14:54:57

Moderator

Tamil

:-(|)

Posts: 115306

Originally posted by Mayor
in link I pointed above -> http://my.opera.com/forums/showthread.php?s=&postid=799477#post799477
she posted url to pic on http://www.imageshack.us/ service which allows hotlinking (they host images for free to put them at boards like this) so it's not that

plus, if it doesn't want to show image, ok, but why it doesn't show a link? I can even click it to see original picture...

can we go step farer and for example create clickable thumbnails? wink
because if someone will post tiny screenshot (eg. part of toolbar or smth like that) and it will resize it, it'll be more tiny, so practically invisible
people rarely post huge images (like desktop screenshots) so it could be solved if "fit to window width" would work all the time if turned on (but no, you always have to turn it again at all new opened tabs rolleyes)



OK. Use this modified filters and change the width & height highlighted in red color to your requirements.


Name = "Show linked images in Opera Forum [Tamil]"
Active = TRUE
Multi = TRUE
URL = "$TYPE(htm)&my.opera.com/forums/"
Bounds = "<a*"
Limit = 512
Match = ""
Replace = "
250 height=250 border=5 vspace=5 hspace=5 alt="Linked image">"

Name = "Show linked images [Tamil]"
Active = TRUE
Multi = TRUE
URL = "$TYPE(htm)"
Bounds = "<a*"
Limit = 512
Match = ""
Replace = "
250 height=250 border=5 vspace=5 hspace=5 alt="Linked image">"

10. January 2005, 17:27:39 (edited)

Mayor

consensus census

Posts: 3932

wow, you can do that! bigeyes
attachement filter works perfectly now, fantastic, it should be like this by default in opera forum settings -> screenshot (those pics are clickable thumbnails, cool)
but I changed it to 250x180, looks better, see -> screen 1, screen 2, screen 3

but from some reasons external links show only blank white squares -> screenshot
(here is a link to example post, you can see does it work for you)

anyway, if external links don't want to display itselves then no problem I can resign from this filter, but attachement filter works superb, cheers up

///EDIT: I just realised why
in above post user posted link to script displaying a file on imageshack so it cannot display a thumbnail, but I posted direct links in this post and it works well when I see them in preview post, but now I see it doesn't looks too good -> see how I see it wink
it mess the post form

but attachement filter is very handy and I'll probably make one for other forum too
cheers! cheers

PS. proxomitron rid off some flash banners from sites I visit and that's ok but sometimes it rid off normal images which aren't ads and I'd like to see them; for now I click "Bypass" in proxomitron (or turn off/on proxy button on my main bar in opera) and refresh page but it must be somewhere in options I believe
-----------------------------------------------------------------
| O10.10 |
亚当

10. January 2005, 16:17:20

chesss

lowly pesant :(

Posts: 1732

can proxo change the background of certain forums to match them with this wonderful forum. I just love the colour of the opera forums, and find practically every other forum stupid with their black and blue backgrounds.
Doh! not using GESTURES ,HERE YA GO! MOUSE GESTURES FOR WINDOWS : STROKEIT [/SIZE][/b]
Oh I almost forgot.. BE Gʚʚk BE Gȫd-Lʚšš http://godlessgeeks.com/

10. January 2005, 16:44:48

Frenzie

Posts: 14431

Using Proxomitron you could easily do per-site settings (which should be added to Opera ^_^) smile

Just write something which on site X replaces the stylesheet with stylesheet by you.
Intelligent alien life does exist, otherwise they would've contacted us. — CalendarExtend Opera

16. January 2005, 04:21:15

Does anyone know if it would be possible to make a filter which hides parts of this forum but unhides them when you click them?

16. January 2005, 10:30:49

non-troppo

Spinning Top

Posts: 4662

if there was a class or id you could do it; inject a toggle script in the head, thn add onclicks to the elements. or even using only css and hover them...

21. January 2005, 07:00:44

I'm having problems modifying the attachment code for another forum. I have a slight knowledge of html so I know what I'm looking for on the source code it's just modifying it for proxo that I have the problems.

Here is the attachment source html
<td><a href="attachment.php?attachmentid=1930">6.jpg</a> (59.9 KB, 759 views)</td>
</tr>
<tr>
	<td><img class="inlineimg" src="images/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="attachment.php?attachmentid=1931">13.jpg</a> (79.1 KB, 641 views)</td>
and here is the filter I tried to make
Name = "Show linked images [Alex]" 
Active = TRUE 
Multi = TRUE 
URL = "$TYPE(htm)&*.(sitename).com/forums/" 
Bounds = "<a*</a>" 
Limit = 512 
Match = "<a href="attachment.php?attachmentid=\1"\2.(gif|jpeg|jpg|png)</a>" 
Replace = "</br><img src=attachment.php?attachmentid=\1 border=5 vspace=5 hspace=5 alt="\2"></br>"


I remove the sitename due to it's dubious nature smile.

Any ideas what silly mistake I'm making?

Another thing the question I asked two posts above this, how would I do it?

21. January 2005, 17:04:03

Moderator

Tamil

:-(|)

Posts: 115306

It is correct, but I have changed it a little bit, so that it will always show a link to the image too. If it is not working PM me with the forum address.


Name = "Show linked images on (sitename) [Tamil]"
Active = TRUE
Multi = TRUE
URL = "$TYPE(htm)&*.(sitename).com/forums/"
Bounds = "<a*"
Limit = 512
Match = "(*.(gif|jpeg|jpg|png))\2"
Replace = "Linked image : \2"

21. January 2005, 23:10:32

Moderator

Tamil

:-(|)

Posts: 115306

Don't use these two filters simultaneously.

Show linked images [Tamil]
Kill off-site Images

23. January 2005, 04:40:55

Moderator

Tamil

:-(|)

Posts: 115306

If you use Show linked images filters, the images in tables will cause us to scroll us horizontally in some sites. To avoid this use these filters with DeTabler filter.

27. January 2005, 15:29:38

jp10558

Posts: 4163

Anyone who hasn't at least checked out Gryphen's set : http://computercops.biz/postt79253 has no idea what they are missing.
Opera 12; Windows 7 x64 SP1; Intel Xeon W3550; 12GB DDR 1333; 3.5M/128k DSL ; Comodo IS 5.10;Proxomitron 4.5j Sidki 2010-10, Custom Filters;
Journal

27. January 2005, 18:03:21

chesss

lowly pesant :(

Posts: 1732

O MY GREAT GOD !! I KNEW PROXO was good that it cld strip the page for fast browsing, but i didn't know it cld modify google search results like that, or else strip hotmail( that was the best part)
THANKS A HELL jp10588, proxo is on my startup list and in my essentials folder.
i am using Gryphen's set. tell me what else does it do?
Doh! not using GESTURES ,HERE YA GO! MOUSE GESTURES FOR WINDOWS : STROKEIT [/SIZE][/b]
Oh I almost forgot.. BE Gʚʚk BE Gȫd-Lʚšš http://godlessgeeks.com/

4. February 2005, 01:14:12

kokita

Posts: 87

Originally posted by jp10558
Anyone who hasn't at least checked out Gryphen's set : http://computercops.biz/postt79253 has no idea what they are missing.



I've been using Proxomitron for years. I was happy with the popup blocking and thought of Proxomitron just as a popup blocker. I've just installed such filters, launched a Google search and must say that it is one of the most impressing things I've ever seen on a computer. Amazing. Every Opera user should try it. Unvelievable. Thank you very much for the tip.

7. February 2005, 01:13:41

korg

Posts: 17

wow, google got hacked now. lol great info at computercops.

7. February 2005, 14:22:20

korg

Posts: 17

@tamil, the attached image script/hack/code you have done, is there a way to apply this to all boards like a general rule, or do we have to create one for each board we want this to work?

7. February 2005, 18:11:51 (edited)

Moderator

Tamil

:-(|)

Posts: 115306

We have to modify it for every board. Give me the list of boards so that I can give a try.

7. February 2005, 15:57:40

korg

Posts: 17

because of the content of those boards, I cannot post them here. What about if you tell me where to put additional urls in your code:

$TYPE(htm)&my.opera.com/forums/

maybe a solution would be:

$TYPE(htm)&my.opera.com/forums/
&google.com/forum/
&yahoo.com/forum/

per say??? no?

7. February 2005, 16:19:20

Moderator

Tamil

:-(|)

Posts: 115306

It won't work because the matching rules has to be modified according to board. If you wish PM me those board URL's so that I can modify and PM the filters to you.

7. February 2005, 17:47:39

korg

Posts: 17

okay, will do once I get home, thanks.

11. February 2005, 20:27:32

Moderator

Tamil

:-(|)

Posts: 115306

Filters are modified to work in most of the forums.

Use Original Size or Thumbnail Size filter at a time.

Modify width and height in Thumbnail Size filter to your preference.


Name = "Show linked images in forums - Original Size [Tamil]"
Active = TRUE
Multi = TRUE
URL = "$TYPE(htm)"
Bounds = "<a*"
Limit = 512
Match = ""
Replace = "
Linked image"

Name = "Show linked images in forums - Thumbnail Size [Tamil]"
Active = FALSE
Multi = TRUE
URL = "$TYPE(htm)"
Bounds = "<a*"
Limit = 512
Match = ""
Replace = "
250 height=250 border=1 vspace=5 hspace=5 alt="Linked image">"

11. February 2005, 20:43:40

Where do I get the DeTabler filter?

11. February 2005, 20:53:05

Moderator

Tamil

:-(|)

Posts: 115306

It comes with Proxomitron. If it is not there use this.


Name = "DeTabler"
Active = FALSE
Limit = 200
Match = "<(/|)t(able|r)*>"
Replace = "

"

12. February 2005, 17:29:28

jp10558

Posts: 4163

Hey, any proxomitron hackers here have any idea how to carry the google changes in gryphen's set over to alltheweb.com and yahoo search?
Opera 12; Windows 7 x64 SP1; Intel Xeon W3550; 12GB DDR 1333; 3.5M/128k DSL ; Comodo IS 5.10;Proxomitron 4.5j Sidki 2010-10, Custom Filters;
Journal

16. February 2005, 19:22:52

chesss

lowly pesant :(

Posts: 1732

is this site:
http://isnoop.net/gmail/

proxo removes that 'form' for typing ones email address
using gryphen's set. any solutions??
Doh! not using GESTURES ,HERE YA GO! MOUSE GESTURES FOR WINDOWS : STROKEIT [/SIZE][/b]
Oh I almost forgot.. BE Gʚʚk BE Gȫd-Lʚšš http://godlessgeeks.com/

18. February 2005, 18:54:32

Mayor

consensus census

Posts: 3932

but i didn't know it cld modify google search results like that

is this filer in latest (?) "KyeUSecurityCollection.4.31.mergeme.cfg" ?
I downloaded it from Tamil link few post above http://my.opera.com/forums/showthread.php?s=&threadid=76301#post816979 and installed but I can't see anything with "google" in name provided with this pack

//edit oh I see you were refering to "gryphen pack", can you give me just straight download link linking to that 'google hack' file? there are 25 pages full of links and I really don't want to go throuh it
they write:

Latest version changes are always listed at the end of this topic thread so you don't have to read all the previous pages!

but I can't see any link in latest post there
-----------------------------------------------------------------
| O10.10 |
亚当

18. February 2005, 20:06:31

Mayor

consensus census

Posts: 3932

thanx, I downloaded it and installed but the problem is I can't really see differences in google results confused
I also noticed there's picked "Google - Mark results" filter but it doesn't work too (I guess it should mark results as they look in "cached" view)

google proxomitron.png
-----------------------------------------------------------------
| O10.10 |
亚当

18. February 2005, 21:10:37

Moderator

Tamil

:-(|)

Posts: 115306

Can't you see as shown in attachment after performing a search in google?

proxomitron google enhanced.png

18. February 2005, 21:46:35

Mayor

consensus census

Posts: 3932

no, I don't know but it seems to be disabled or smth confused
as you can see in my attachement I marked few things to let you see that

- Proxomitron is running
- Proxy is set up
- I typed Proxomitron
- 'Web Page Fiters' is active

this is what i get.png
-----------------------------------------------------------------
| O10.10 |
亚当

19. February 2005, 05:48:55

Have you went into preferences|network and clicked on proxy servers? If you havn't you need to set it up so it looks like the attached screenshot.

proxy_settings.png

19. February 2005, 10:23:53

Mayor

consensus census

Posts: 3932

as you could see on my screen, I have "Proxy" button enabled
I have all of those settings (no 127.0.0.1 but "localhost" but it's the same)
I may try with digit values too but it would be strange if it would be this coz I use proxomitron longer time and it always worked with these settings

//edit it works now but I just realised I had checked option: "don't use proxy for following adresses:" and one of them was google p
-----------------------------------------------------------------
| O10.10 |
亚当

21. February 2005, 00:51:45

Moderator

Tamil

:-(|)

Posts: 115306

Anyone have filter for converting text urls & images to links?

21. February 2005, 06:39:00

JD5000

Posts: 91

Well isn't this a nice surprise. Glad y'all like the google filters. smile

23. February 2005, 03:41:27

jp10558

Posts: 4163

Originally posted by JD5000
Well isn't this a nice surprise. Glad y'all like the google filters. smile



We love them, now if you could give us a hint on filters for Yahoo and AllTheWeb that do the same... +1:up:
Opera 12; Windows 7 x64 SP1; Intel Xeon W3550; 12GB DDR 1333; 3.5M/128k DSL ; Comodo IS 5.10;Proxomitron 4.5j Sidki 2010-10, Custom Filters;
Journal

23. February 2005, 18:10:29

imtheguru

Joined 31 March 2002

Posts: 570

Re: Proxomitron: highly flexible, small but very powerful, local HTTP web-filtering p

Originally posted by Tamil
Proxomitron is one of the essential tool, everyone should use. It is better than Privoxy and...

Don't use it. No Linux version. Usage under wine is not an option, but an open-source version for Linux and Windows is being developed. It's called Proximodo. Linux users need to compile from source (no binaries yet) -- project is in stage 3 (alpha).
/* imtheguru */ How To Ask Smart Q's

23. February 2005, 19:54:38

jp10558

Posts: 4163

Re: Re: Proxomitron: highly flexible, small but very powerful, local HTTP web-filtering p

Originally posted by imtheguru
Don't use it. No Linux version. Usage under wine is not an option, but an open-source version for Linux and Windows is being developed. It's called Proximodo. Linux users need to compile from source (no binaries yet) -- project is in stage 3 (alpha).



When Proximodo can import the advanced JD5000 deriavitive sets, then I'll use it. For the 90% or so of people on windows, proxomitron is GREAT. Otherwise, I am waiting with baited breath for Proximodo to get out of alpha (and hopefully import filtersets correctly).
Opera 12; Windows 7 x64 SP1; Intel Xeon W3550; 12GB DDR 1333; 3.5M/128k DSL ; Comodo IS 5.10;Proxomitron 4.5j Sidki 2010-10, Custom Filters;
Journal

28. February 2005, 17:06:46

katatonic

Posts: 31

Is it just me or using a proxy (Proxomitron, in particular) degrades significantly Opera's cache performance? confused

It seems to me that when I use Proxomitron as a proxy, Opera's cache works much worse than when there's no proxy. If I open a page with many images (Proxomitron running, proxies enabled) and reload the page several times Opera seems to make many more requests on each reload than if I do the same without a proxy.

For example, I tried this page: http://www.opera.com/docs/screenshots/
I reload several times with proxies enabled. Each reload takes 2 to 3 seconds, and all the images are visually redrawn. Opera makes 28 HTTP requests on each reload (the log in Proxomitron shows this).
Then I disable proxies and start reloading the same page again.
Each reload now takes 0-1 seconds, there's no image redrawing. By looking at the statusbar in Opera, it seems as though Opera is making a single request to the server - just to receive a response that the document hasn't expired, I suppose. Visually the whole "Press F5 - Page fully reloaded" cycle takes much, much less time.

And the same thing happens for virtually every page, it is clearly noticable when the images are more than 2-3.

I have set Opera to check cached documents every 5 hours, images - 24 hours, others - 10 hours, HTTP 1.1 is enabled for proxies (and doesn't seem to be relevant), toggling "Local connections persist for" in Proxomitron also doesn't change anything.

This thing has stopped me from using Proxomitron for now. I would really appreciate it if you can confirm or give me a tip on how to fix this behaviour.

28. February 2005, 17:13:43

jp10558

Posts: 4163

Originally posted by katatonic
Is it just me or using a proxy (Proxomitron, in particular) degrades significantly Opera's cache performance? confused

It seems to me that when I use Proxomitron as a proxy, Opera's cache works much worse than when there's no proxy. If I open a page with many images (Proxomitron running, proxies enabled) and reload the page several times Opera seems to make many more requests on each reload than if I do the same without a proxy.

For example, I tried this page: http://www.opera.com/docs/screenshots/
I reload several times with proxies enabled. Each reload takes 2 to 3 seconds, and all the images are visually redrawn. Opera makes 28 HTTP requests on each reload (the log in Proxomitron shows this).
Then I disable proxies and start reloading the same page again.
Each reload now takes 0-1 seconds, there's no image redrawing. By looking at the statusbar in Opera, it seems as though Opera is making a single request to the server - just to receive a response that the document hasn't expired, I suppose. Visually the whole "Press F5 - Page fully reloaded" cycle takes much, much less time.

And the same thing happens for virtually every page, it is clearly noticable when the images are more than 2-3.

I have set Opera to check cached documents every 5 hours, images - 24 hours, others - 10 hours, HTTP 1.1 is enabled for proxies (and doesn't seem to be relevant), toggling "Local connections persist for" in Proxomitron also doesn't change anything.

This thing has stopped me from using Proxomitron for now. I would really appreciate it if you can confirm or give me a tip on how to fix this behaviour.



Did you tell Opera to use http 1.1 (pipelining) for proxies in the network settings? That ought to fix that problem. Also, in gryphens latest set (linked to some extent in my sig) there are new z12(author sn) caching filters that set more agressive caching.
Opera 12; Windows 7 x64 SP1; Intel Xeon W3550; 12GB DDR 1333; 3.5M/128k DSL ; Comodo IS 5.10;Proxomitron 4.5j Sidki 2010-10, Custom Filters;
Journal

28. February 2005, 17:19:25

katatonic

Posts: 31

Originally posted by jp10558
Did you tell Opera to use http 1.1 (pipelining) for proxies in the network settings? That ought to fix that problem. Also, in gryphens latest set (linked to some extent in my sig) there are new z12(author sn) caching filters that set more agressive caching.



Yes, I mentioned it - http 1.1 is enabled.
The problem seems to be that Opera is making much more requests to the proxy (with proxy enabled) than it makes to the server with proxies disabled. I'll try gryphens set to see if it will fix things.

28. February 2005, 17:32:28

jp10558

Posts: 4163

Originally posted by katatonic
Yes, I mentioned it - http 1.1 is enabled.
The problem seems to be that Opera is making much more requests to the proxy (with proxy enabled) than it makes to the server with proxies disabled. I'll try gryphens set to see if it will fix things.



Well, I do use another proxy for agressive caching - allegrosurf 4.4(old I know, but works). I find it works very well for not reloading things that don't need to be reloaded, vs those that do.

Anyway, using just Opera (proxies unchecked) I get similar results to with them checked. Out of 4 reloads, 2 there was a flicker on the images, once they were blank for a second, once - as if I didn't reload at all except for the flash of the progress bar.

Using the proxies, I had 3 times with a flicker, and once with no visual indication of reloads except for the progress bar.

Seeing as my connection or whatever sometimes causes flickers or visible reloads of the images sans all proxies, I don't see it as being proxy related (or my machine just works differently).
Opera 12; Windows 7 x64 SP1; Intel Xeon W3550; 12GB DDR 1333; 3.5M/128k DSL ; Comodo IS 5.10;Proxomitron 4.5j Sidki 2010-10, Custom Filters;
Journal

Forums » The Lounge » Software