Example: How to online advertisement network provider's ad?
There are many online advertisement network provider such as Clicksor.com, Bidvertiser.com,Adtegrity.com and etc . Most of them use <script> tag to embeded their customer's advertisement to publisher's website. We can use ie7pro url blocker to block this type of advertisement.
Adtegrity.com advertisement code:
<!-- BEGIN STANDARD TAG - 728 x 90 - Sing365: Section: 4593 - DO NOT MODIFY --><SCRIPT TYPE="text/javascript" SRC="http://content.adtegrity.net/rmtag3.js"></SCRIPT><SCRIPT language="JavaScript">var rm_host = "http://ad.adtegrity.net";var
rm_section_id = 129;rmShowAd("728x90");</SCRIPT>
Url Block code: *adtegrity.net/rmtag3.js*
Be careful, if you ure *adtegrity.net*, that will cause you can not visit http://adtegrity.net also ; If you use rmtag3.js, that may be block rmtag3.js from any site.
Use image/div/frame block instead of url block
For url block only prevent content of url to display but not remove tags , url block may cause script erro or blank area. SO ,if you want to block an advertisement, first think about using image/div/frame block block
For example: <img src="http://images.stardock.com/store/GC2_468x60.gif" width="468" height="60" border="1" />
you can use url block rule *GC2_468x60.gif* with a 468*60 blank area left;or use image block rule *GC2_468x60.gif* with nothing left which looks like the ad never exists.
Ad Blocker - Image Blocker
What does image block do?
image block can block ads defined by <img> tag. You can use not only the src attribute but also other attribute such as width,height,border and etc in blocking rules .The blocked <img> tag will be removed from HTML code , making the ad picture looks like never exists .
Small Tips
We know most picture in 468*60 are ads , you can add image rules *width*468*height*60* to block all of them. Using regular expression you can write more accurately rules.
Ad Blocker - Div Block
What does div block do?
Div block can block ads defined by <div> tag. You can use all attribute support by <div> tag such as id,class,width,height,style and etc in blocking rules .The blocked <div> tag will be removed from HTML code , making the div content looks like never exists .
Ad Blocker - Iframe Bloc
What does iframe block do?
Iframe block can block ads defined by <iframe> tag. You can use all attribute support by <div> tag such as url,id,class,width,height,style and etc in blocking rules .The blocked <iframe> tag will be removed from HTML code , making the div content looks like never exists .
Ask: If I want to filter all images under a directory named "ad_image", I CAN'T add a IMG filter entry like "/ad_image/" since IE7Pro will mis-interprete this as a Regex?
Answer: */ad_image/* will not be interpreted as Regex .
Ask: What is regular expressions?
Answer:If you want to understand Regular Expressions, you should go to this site as he has a pretty good primer on it.http://www.regular-expressions.info/.
Ad Blocker - Useful features
View what have been blocked or allowed
Right click IE7Pro statusbar icon, choose "ad filter advanced" --> "view filter info...." , you can find what have been blocked or allowed.
Quick action to add whilelist
This feature especially usefully when you find flash movie or game has been block by ie7pro . Right click IE7Pro statusbar icon, choose "ad filter advanced" --> "Don't block this site...." , the site of current tab will be add into whitelist.
As IE7Pro Ad blocker are improving step by step, so if you have any suggestion, please post it to Our Ad Blocker Forum. For Firefox User, we commend Firefox Ad blocker.