Google Analytics is now free, and almost 250,000 sites signed up to use it in the first week of operation.
This site currently uses Google Analytics. If you do not want to be tracked, blacklist:
http://www.google-analytics.com/urchin.js
G has got going on to a whitelist filterset. It's over at pierceive.com. It is happy with the Intellitext DIVs and so forth.
I'm working through a help file for Adblock Plus, it'll be out shortly after the next release of Adblock Plus. You'll see it here first.
Also looking at Adblock detection script - here's a bit that you can throw in. It works best just before the closing </HTML> tag.
if (window._AdblockFiltered) { alert("You are using Adblock to block ads") }
I've added a cookie, so as you're not bombarded with the alert each time you reload the page. Try it here.
You no longer have to watch out for the <div> blocking with whitespace - that's been cleared up.
Note that Filterset.G doesn't support <div> blocking, and so may cause false positives in some <div> IDs.
Watch out when blocking <div> elements that contain spaces in the DIV names. Spaces are not expected in by Adblock and are actually used to deliminate filters when they are stored internally. A DIV that has a space in the name will be stored as two seperate filters,and will cause unexpected behavior.
Synchronization is no longer an "about:config" hack - there's configuration right in the interface.
If you are upgrading to the trunk builds of Firefox from 1.0.4 you must follow Zachariah's post to get AdBlock to work. It's also recommended to follow his post if others can't reproduce your problems.
Problems can be posted to this forum, where the most up to date versions of the file will also hang out.
The mcm_ham variant of the Ghastly Whitelist Hack supports synchronization over HTTP. There are two options: The string value "adblock.synclist" that sets the location and the boolean value "adblock.syncatstart" that tells Adblock to get the latest automatically.
To implement this:
Note that the last, optional step effectively prevents the profile from maintaining it's own set of filters - whenever Adblock Preferences are opened, the filters will be sync'ed with the server version.
Here's a mostly complete list of the features in the current build. Whitelist specific features:
Additional features:
The Adblock Ghastly Whitelist Hack allows the selective un-blocking of URLs that would otherwise be blocked. Whitelist filters start with the @ character repeated twice:
@@http://gmail.google.com/
The above filter is an easy way of solving the occaisional blocking of content iframes in Gmail.
Note that a whitelist filter does not prevent other filters from being processed - for example, the filter:
@@.runescape.com
This filter will allow the ad-containing frames to load on the top and left of the www.runescape.com page, but other Adblock filters can exist to preven those frames from populating with adverts from other servers (like advertising.com).
Haven't actually gotten around to putting content in here yet. Will do shortly.