Adblock: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
mNo edit summary
Line 1: Line 1:
[http://adblock.mozdev.org Adblock] is a Mozilla and Firefox extension.  It blocks graphics on pages, block graphics from ever loading, CSS files, JavaScript files, embedded frames (IFRAMEs), and Flash movies.  It uses either wildcards or regular expressions to match files to block.  The following is a list of example filters for Adblock.
[http://adblock.mozdev.org Adblock] is a Mozilla and Firefox extension.  It blocks graphics on pages, block graphics from ever loading, JavaScript files, embedded frames (IFRAMEs), and Flash movies.  It uses either wildcards or 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:
Blocks ads in any directory called "banner", "banners", or any case insensitive equivalent:

Revision as of 01:13, 3 September 2005

Adblock is a Mozilla and Firefox extension. It blocks graphics on pages, block graphics from ever loading, JavaScript files, embedded frames (IFRAMEs), and Flash movies. It uses either wildcards or 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)/

Links