Adblock: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
mNo 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, 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 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:
Blocks ads in any directory called "banner", "banners", or any case insensitive equivalent:

Revision as of 10:57, 5 September 2005

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)/

Links