Adblock: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(added info on filtersets)
(→‎External links: Removed outdated and irrelevant links)
Line 16: Line 16:


===External links===
===External links===
* [http://aasted.org/adblock/viewforum.php?f=1 Adblock Support Forums]
* [http://translate.google.com/translate?u=http%3A%2F%2Fadblock.free.fr%2Foptimize%2F&langpair=fr%7Cen&hl=en&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools Optimize your filters automatically]
* [http://www.pierceive.com/ Download a good set of Adblock filters] (aka '''Filterset.G''')
* [http://tagworld.com/paulfox Download an alternative set of Adblock filters] ('''FiltersetP''')
* [http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Objects:RegExp Regexp Syntax]
* [http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Objects:RegExp Regexp Syntax]
* [http://bene.sitesled.com/adblock.htm Adblock Plus - supports whitelisting]
* [http://adblock.free.fr/ Guide to Adblock (French)]


[[Category:Extensions (Firefox)]] [[Category:Extensions (Mozilla Suite)]]
[[Category:Extensions (Firefox)]] [[Category:Extensions (Mozilla Suite)]]

Revision as of 10:58, 4 March 2007

Adblock is an extension for Firefox and Mozilla Suite. It can hide graphics on pages, block them from ever loading, block JavaScript files, embedded frames (IFRAMEs), and Flash movies. It uses wildcards and regular expressions to match files to block. The following is a list of example filters for Adblock.

Blocks ads in any directory called "banner", "banners", or any case insensitive equivalent:

 /\Wbanners?\W/

Blocks ads in any directory called "ad", "ads", or any case insensitive equivalent:

 /\Wads?\W/

Blocks ads on Yahoo!:

/yimg\.com(.*/adv/|/a[^u])(?!vision)/

Additionally, there are several filtersets available online such as the popular Filterset.G and FiltersetP

See also

Problematic extensions

External links