Gizmo's Freeware is Recruiting

Gizmos Needs YouWe are currently looking for people with skills and/or interest in the following areas:

- Rootkit Scanner and Remover
- Web Browser for Android

If this sounds like you then click here for more details

 

Best Free Popup Stopper

 
In a Hurry?
  Go straight to the Quick Selection Guide
Introduction

This software category is in need of an editor. If you are interested in taking it over, check out this page for more details. You can then contact us from that page or by clicking here.

 

The need for popup stopper utilities has fallen away in recent months as many browsers such as Firefox and IE7 now have this function built in. But in some cases you might still want to use a separate one. Here are a few that you can get for free.

Discussion

ProxomitronIf you need a separate popup stopper and have good PC skills, try Proxomitron. It operates by filtering and transforming all your Web pages on the fly. As a result you can not only stop pop-ups but pop-unders, ads, flash animations, status bar scrollers and just about anything else.

The product's author, Scott R. Lemmon, unfortunately has passed away but support for The Proxomitron continues through its large enthusiast following. This is evident from the main download site which offers several versions of the product including the last version Scott released before his death. The site also has setup instructions, resource links, and lists of sites where you can test whether the product is working.

 

Google ToolbarIf you are a novice PC user I suggest you try the Google Toolbar. It has an excellent popup filter built in. It's nowhere near as flexible as The Proxomitron, but it requires no setup. As a bonus it also makes Google searches easier.

Quick Selection Guide

Proxomitron
8
 
Gizmo's Freeware award as the best product in its class!

Runs as a stand-alone program on a user's computer
stop pop-ups but pop-unders, ads, flash animations, status bar scrollers
requires good PC skills
http://proxomitron.info/
4.5
1.3 MB
Unrestricted freeware
All Windows (but not tested on Vista so far)
Google Toolbar
7
 
Is a web service or web application
easy to install and use, other browsing features
standard popup blocker only
http://toolbar.google.com/
7
3 KB
Unrestricted freeware
Windows XP/2000 SP3+, Mac OS X 10.2+, or Linux

Installs from website.
NB For latest release info: http://googletoolbarhelp.blogspot.com/search/label/releases

Editor

This software category is in need of an editor. If you are interested in taking it over, check out this page for more details. You can then contact us from that page or by clicking here.

 

 

Share this
5
Average: 5 (1 vote)
Your rating: None

Comments

by pseudo Anony moose 20110909 (not verified) on 10. September 2011 - 6:55  (79349)

Proxomitron works fine on Vista, and should be good on Win7.
There are a few reports on winehq, which say that Proxomitron runs fine on WINE (Linux). Proxomitron itself is a "light" app. (Originally written for early Pentium III through P4; Win98, Win2000, WinXP)

This TSA page title "popup blocker" is under-rating Proxomitron by far.
I've seen some posts on the web claiming that other software can substitute for Proxomitron, but further investigating showed that there's nothing like Proxomitron.. Html, Css or Javascript knowledge is good, but Proxomitron is good if you're only curious about how your browser "digests" the internet

Proxomitron can be difficult to mod, but after some years, I've become better at writing or editing filters.
To avoid prematurely quitting use, newbies should learn how to completely bypass websites. Most Proxomitron configs include a bypass url file. Right click Proxomitron's systemtray icon to add an url or to directly edit the bypass file. (https://encrypted.google.com/search?q=Proxomitron+Systray+Menu)
This example tells Proxomitron to bypass filtering (don't filter) any file beginning with www.somewebsite.com/
www.somewebsite.com/

However, if page on that site (www.somewebsite.com/somepage.html) loads scripts beginning with script.somewebsite.com/, those scripts may still be filtered (cleaning scripts is often a good thing imo)
Two ways to bypass filtering the www and those scripts:
1.) use 2 bypass urls:
script.somewebsite.com/
www.somewebsite.com/
2.) use a more general bypass "expression"
\w.somewebsite.com/
This tells Proxomitron to bypass files that begin with:
www2.somewebsite.com/
mail.somewebsite.com/
video.somewebsite.com/
www.somewebsite.com/
script.somewebsite.com

You can also merge the two lines of method 1 into a single line:
(script|www).somewebsite.com/

Proxomitron has builtin tools, but I suggest also using a syntax formatting text editor. It helps you read html, css, and scripts.

Find a forum (or use TSA's)
http://www.scroogle.org/cgi-bin/nbbw.cgi?q=Proxo+OR+Prxbx+OR+Proxomitron+inurl%3Aforum
http://www.scroogle.org/cgi-bin/nbbw.cgi?q=Proxo+OR+Prxbx+OR+Proxomitron+My.opera

Intriguing "enthusiast" sites:
http://www.searchlores.org/proxomitron_powerusing.htm
http://prxbx.com/other/paulrupe/

by MidnightCowboy on 10. September 2011 - 7:21  (79351)

Good post :)

Fancy expanding on this a bit more and writing a how-to article for us to publish? If so, please send me a PM or use the site contact form.

by aqua on 2. October 2009 - 17:54  (33790)

well proxomitron shoulk be a must..unfortunetly tha author passed away.
there are some sites that offer support..but i found it very difficult .
if you installl the program by itself ,it will remove most ads,banners,flash..but you will have problems with others like enabling javascript,falsh videos.etc...
i prefer privoxy=is more flexible..
-another excellent option for opera-firefox and iron is fanboys;s adblock list.

by Anonymous on 28. September 2009 - 3:17  (33442)

I just installed Proxomitron and visited the Merriam-Webster website, which always gives me a pop-up ad for The Economist magazine. I still get the pop-up. Fail.

by pseudo Anony moose 20110909 (not verified) on 10. September 2011 - 7:14  (79350)

Use a more recent filterset. Currently, that set is sidki's.
Proxomitron is like a framework for maintained filters and list files (and more. there are ways to add all types of things).
Temporarily turn off the browser's images (in the browser options) to reduce what you need to look through.
Either
1.) Watch the log window for urls (links) resembling:
somesite.com/scripts/popups_v5.js

2.) Or look in http://local.ptron/.pinfo/urls/
for those "popup" looking urls. They'll be in lines that begin with
Closed 55595 200 application/x-javascript

Then add this to the killfile:
somesite.com/scripts/popup
That will also stop similar "popup" urls
somesite.com/scripts/popups_v46.js
somesite.com/scripts/popups.js
somesite.com/scripts/popup/popup/promos.js.js
though these examples may not exist :)

BTW, a line that contains the "000" code is an url that didn't load, often because successfully blocked by HOSTS (if you use HOSTS to block):
Closed 2765 000

by MB-Bob on 2. October 2009 - 9:32  (33755)

Try to give me a bit more info maybe we can correct the problem
Bob

by Anonymous on 3. December 2008 - 2:40  (11341)

Hi,

Does anyone know whether Poximotron works on Vista? Thx.

by MB-Bob on 2. October 2009 - 9:30  (33754)

I am running it on Vista home prem. Will post here if any ERRORS show up,

Bob

Post new comment

The content of this field is kept private and will not be shown publicly.