Block Ads in IE8 with Built-In InPrivate Filtering
Create an XML file somewhere (on your desktop is good). The contents should be like the following:
<?xml version=”1.0″ encoding=”UTF-8″?>
<rss version=”2.0″ xmlns:wf=”http://www.microsoft.com/schemas/webfilter/2008“>
<channel>
<title>blocker</title>
<description>Export of InPrivate Filtering</description>
<item>
<description>MSN Advertisements</description>
<wf:blockRegex><![CDATA[.*ads.*\.msn\.com.*]]></wf:blockRegex>
</item>
</channel>
</rss>
Replace the parts in bold with your own text. The description doesn’t really matter, though. Just remember to add “\” in front of a “.” and add a “.” in front of an “*”. Save the XML file.
Then, open the Manage Add-ons option in the Tools menu. In the Manage Add-ons screen, click InPrivate Filtering. Then click Import and load the XML file you saved.
The example XML above will block Microsoft’s own ads in Windows Live Mail… I tried that just as an example :). Would be very useful to block annoying ads and contents you just don’t want to see.
Maybe someone can create an add-on that can use this format to turn InPrivate Filtering into an ad-blocker.
Has someone created a regular adblocker for IE 8 or do I really need to make a list as stated above? If so, I will stay with my Firefox and tell my clients to stay with it as well… I hate ads!