GlimmerBlocker Logo

GlimmerBlocker

HTTP based ad blocker for Mac OS X

No hacks, no instability
Upgrade Safari whenever you like, no need to wait for an upgraded hack

GlimmerBlocker is no longer maintained and should no longer be used as web sites have migrated from using plain http to using https (i.e. encrypted) which prohibits modification by a proxy unless you resort to install custom SSL certiticates on the client.

You should use a browser extension instead.

It was made as a hobby project during 2007-2008 by Peter Speck. It features both a custom http server and http client and a Mac OS X control panel.

GlimmerBlocker did not only block requests but also allowed for adding custom css and javascript to the pages. It also allowed for modification of the page html before the browser receives the html, which made some modifications much easier than DOM based modifications.

How to uninstall GlimmerBlocker

First, make sure GlimmerBlocker is deactivated. Open "System Preferences", click on the GlimmerBlocker icon, and make sure the "Activate GlimmerBlocker" checkbox is unchecked:

Because GlimmerBlocker doesn't install system extensions, input managers, etc, it is enough just to deactivate GlimmerBlocker. If you want to really delete it, click "Show all":

or

Hold down the control-key while clicking the GlimmerBlocker icon.

Choose the "Remove ..." action in the popup menu. GlimmerBlocker is now deleted from your system.

If you're uninstalling GlimmerBlocker because it doesn't work for you, please send feedback about the problem as this helps improving GlimmerBlocker.

 
 

Installed files

Before you delete any files, please deactivate GlimmerBlocker (as shown above) because the network proxy settings have to be updated to not use GlimmerBlocker.

The preferences panel is installed as:        (it contains all code, including the proxy server)

/Library/PreferencePanes/GlimmerBlocker.prefPane

GlimmerBlocker keeps all its settings in the folder:

/Library/GlimmerBlocker

The proxy server creates log files in the folder:

/Library/Logs/GlimmerBlocker

That's all.

 
 

Fixing a botched uninstallation

If you delete the Preferences Panel without deactivating GlimmerBlocker first, the network settings will not be updated to not use an http proxy and you'll not be able to use Safari after restarting the Mac.

The simple method to solve the problem is to reinstall GlimmerBlocker and then (as described above) deactivate it and then remove it.

The hard method is to

  1. open the "Network" preferences panel and disable the "http proxy" setting for all the network connections: Click the 'advanced' button for each of them, then select the 'proxy' tab.
  2. if this file exists, delete it:
    /Library/LaunchDaemons/org.glimmerblocker.proxy.plist
  3. restart your mac (so the proxy is stopped, and the system notices the above file is removed)

The file in step 2 tells the system to launch GlimmerBlocker and when GlimmerBlocker is not installed, your system.log will be filled with log notices that launching GlimmerBlocker failed. GlimmerBlocker removes it when deactivated.