<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: IE7 favicons</title>
	<link>http://ask.metafilter.com/59409/IE7-favicons/</link>
	<description>Comments on Ask MetaFilter post IE7 favicons</description>
	<pubDate>Mon, 26 Mar 2007 17:37:25 -0800</pubDate>
	<lastBuildDate>Mon, 26 Mar 2007 17:37:25 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: IE7 favicons</title>
		<link>http://ask.metafilter.com/59409/IE7-favicons</link>	
		<description>How do I make IE7 &lt;i&gt;not&lt;/i&gt; use &quot;favicons&quot;? &lt;br /&gt;&lt;br /&gt; I hate seeing the damned things in my &quot;favorites&quot; bar.&lt;br&gt;
&lt;br&gt;
For Firefox 2: use &quot;about:config&quot; and filter on &quot;icon&quot;. Set &quot;browser.chrome.favicons&quot; and &quot;browser.chrome.site_icons&quot; to false.&lt;br&gt;
&lt;br&gt;
Now how do I do the same thing for IE7?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.59409</guid>
		<pubDate>Mon, 26 Mar 2007 16:58:16 -0800</pubDate>
		<dc:creator>Steven C. Den Beste</dc:creator>
		
			<category>IE7</category>
		
			<category>favicons</category>
		
	</item> <item>
		<title>By: mattdini</title>
		<link>http://ask.metafilter.com/59409/IE7-favicons#893348</link>	
		<description>From the looks of it there is no way to disable the favicons, but you could change the icon in the favorites bar for each bookmark.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.59409-893348</guid>
		<pubDate>Mon, 26 Mar 2007 17:37:25 -0800</pubDate>
		<dc:creator>mattdini</dc:creator>
	</item><item>
		<title>By: stavrosthewonderchicken</title>
		<link>http://ask.metafilter.com/59409/IE7-favicons#893354</link>	
		<description>Well, I hate not having them myself, but.&lt;br&gt;
&lt;br&gt;
If the browser can&apos;t retrieve them, it can&apos;t use them. &lt;br&gt;
&lt;br&gt;
My first thought: I&apos;m not familiar enough with IE7 -- I took one long shocked look at the mess of a UI and walked away -- but if there&apos;s no facility for ad blocking in the browser itself (where I&apos;d add a filter for &apos;favicon.ico&apos;) I&apos;d grab one of the multitude of ad filter/proxy tools like Proxomitron or AdMuncher that are out there and add a filter there, instead, then clear cache. &lt;br&gt;
&lt;br&gt;
Option 2: use one of the browser-wrapper apps like Maxthon, which add a lot of &apos;missing&apos; features, but still use the IE renderer, and do the the same.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.59409-893354</guid>
		<pubDate>Mon, 26 Mar 2007 17:43:55 -0800</pubDate>
		<dc:creator>stavrosthewonderchicken</dc:creator>
	</item><item>
		<title>By: saraswati</title>
		<link>http://ask.metafilter.com/59409/IE7-favicons#893388</link>	
		<description>I would write a script to search out the favicon.ico files and delete them. This would involve recursing through the folders under %userprofile%\local settings\temporary internet files\content.ie5, looking for favicon*.ico and killing them. I would then run this as a scheduled task every 5-10 minutes. If you can&apos;t find an easier way (I couldn&apos;t) I can send you a script that will do this. Email is in the profile.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.59409-893388</guid>
		<pubDate>Mon, 26 Mar 2007 18:10:33 -0800</pubDate>
		<dc:creator>saraswati</dc:creator>
	</item><item>
		<title>By: Steven C. Den Beste</title>
		<link>http://ask.metafilter.com/59409/IE7-favicons#893427</link>	
		<description>Mattdini, I&apos;ve tried that. The problem is that the favicon gets retrieved and used the next time I visit the site.&lt;br&gt;
&lt;br&gt;
Stavros, I tried blocking all accesses to .ico files using Proxomitron, but it didn&apos;t work. But I may have loused it up. I&apos;ll try it again.&lt;br&gt;
&lt;br&gt;
Saraswati, I appreciate the thought, but that seems awfully brute force. If I can&apos;t find anything more elegant than that, I think I&apos;m just going to have to live with them.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.59409-893427</guid>
		<pubDate>Mon, 26 Mar 2007 18:45:15 -0800</pubDate>
		<dc:creator>Steven C. Den Beste</dc:creator>
	</item><item>
		<title>By: Rhomboid</title>
		<link>http://ask.metafilter.com/59409/IE7-favicons#893439</link>	
		<description>You could install a filtering device (such as Privoxy) and then filter out all URLs that match /favicon.ico.  However, that will not stop them all as they can be named anything if the page contains a &amp;lt;link rel=&quot;shortcut icon&quot;&amp;gt; or &amp;lt;link rel=&quot;icon&quot;&amp;gt; tag.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.59409-893439</guid>
		<pubDate>Mon, 26 Mar 2007 18:52:52 -0800</pubDate>
		<dc:creator>Rhomboid</dc:creator>
	</item><item>
		<title>By: Rhomboid</title>
		<link>http://ask.metafilter.com/59409/IE7-favicons#893441</link>	
		<description>And, on that note, you can use Proxomotron/Privoxy to also remove such tags, if present.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.59409-893441</guid>
		<pubDate>Mon, 26 Mar 2007 18:53:50 -0800</pubDate>
		<dc:creator>Rhomboid</dc:creator>
	</item><item>
		<title>By: Steven C. Den Beste</title>
		<link>http://ask.metafilter.com/59409/IE7-favicons#893442</link>	
		<description>Stavros was right about Proxomitron. Here&apos;s the relevant line to add to the blocklist:&lt;br&gt;
&lt;br&gt;
*/favicon.ico&lt;br&gt;
&lt;br&gt;
However, once you&apos;ve done that, you have to manually delete all the .ico files out of the cache, and then you have to manually change all the favorites which already have loaded favicon.ico files.&lt;br&gt;
&lt;br&gt;
What a pain in the ass.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.59409-893442</guid>
		<pubDate>Mon, 26 Mar 2007 18:54:13 -0800</pubDate>
		<dc:creator>Steven C. Den Beste</dc:creator>
	</item><item>
		<title>By: Steven C. Den Beste</title>
		<link>http://ask.metafilter.com/59409/IE7-favicons#893457</link>	
		<description>By the way, the idea of spidering the temporary Internet files directory to get rid of .ico files would not work, because each shortcut contains its own copy of the icon. I tried deleting all the .ico files manually out of the cache and I still had to manually change all the shortcuts which previously had loaded favicon.ico files.&lt;br&gt;
&lt;br&gt;
Anyway, now that I&apos;ve got that Proxomitron rule in place, and have manually deleted all the .ico files out of the cache, and have manually fixed all the shortcuts which previously had favicons, I appear to be OK.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.59409-893457</guid>
		<pubDate>Mon, 26 Mar 2007 19:01:37 -0800</pubDate>
		<dc:creator>Steven C. Den Beste</dc:creator>
	</item><item>
		<title>By: Steven C. Den Beste</title>
		<link>http://ask.metafilter.com/59409/IE7-favicons#893493</link>	
		<description>...AND you need to reboot, because Windows also stores copies of those icons in the file system icon cache. &lt;em&gt;Jeeze!&lt;/em&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.59409-893493</guid>
		<pubDate>Mon, 26 Mar 2007 19:16:38 -0800</pubDate>
		<dc:creator>Steven C. Den Beste</dc:creator>
	</item><item>
		<title>By: delfuego</title>
		<link>http://ask.metafilter.com/59409/IE7-favicons#893508</link>	
		<description>All this to not have to see favicons?  Seems a bit much.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.59409-893508</guid>
		<pubDate>Mon, 26 Mar 2007 19:23:21 -0800</pubDate>
		<dc:creator>delfuego</dc:creator>
	</item><item>
		<title>By: saraswati</title>
		<link>http://ask.metafilter.com/59409/IE7-favicons#893531</link>	
		<description>That&apos;s a much more elegant solution. Thanks stavros I&apos;ll remember that.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.59409-893531</guid>
		<pubDate>Mon, 26 Mar 2007 19:35:22 -0800</pubDate>
		<dc:creator>saraswati</dc:creator>
	</item>
	</channel>
</rss>
