Favicons in bookmarks - How to get rid of them? (Firefox 3)

Discussion of general topics about Mozilla Firefox
User avatar
earther
Posts: 725
Joined: July 18th, 2003, 9:25 pm
Location: not a 'buntard!
Contact:

Re: Favicons in bookmarks - How to get rid of them?

Post by earther »

alterna wrote:^ Good news, but odd choice of thread to post in. :)

Just thought I'd note that removing favicons in places.sqlite removes the History favicons, and now that Firefox stores favicon data for History, Places.sqlite can become quite large

I posted here because when the "Make Firefox 3 Beta NOT update favicons..." in FF Builds was locked it was suggested to continue discussion in this thread.

places.sqlite is a huge albatross IMO.
User avatar
macthefork
Posts: 39
Joined: June 13th, 2006, 10:43 pm
Location: Gt Yarmouth, Norfolk, UK

Re: Favicons in bookmarks - How to get rid of them?

Post by macthefork »

Do I understand this correctly? That Favicons can be used to track web activity? And Mozilla is complicit in this?

As for PHORM (and shortly Nebuad) there is now an add-on available: check out http://www.dephormation.org.uk/

The Dephormation Add On ensures that your decision to permanently opt out of Phorm profiling cannot be undone in Firefox.
Optionally, the Add On can also alert you to sites using Phorm/ Webwise/ OIX profile based advertising.
..............................................................................................
X86-based PC | windows xp-sp2 | thunderbird 2.0.0.4 | AMD ~1999 Mhz | SMBIOS v2.2
User avatar
Diorser
Posts: 1009
Joined: June 22nd, 2005, 6:57 am

Re: Favicons in bookmarks - How to get rid of them?

Post by Diorser »

Just hiding the favicons with userchrome, and removing them is totally different, especially on bookmarks file size.

exemple:
bookmarks.html with favicons => 4.9MB
bookmarks.html without favicons => 800kB

For linux users, there is a command to remove all favicons for bookmarks.html (Fx 2).

Code: Select all

sed -i 's/ICON="[^"]*"/ICON=""/g' bookmarks.html
User avatar
Frank Lion
Posts: 21177
Joined: April 23rd, 2004, 6:59 pm
Location: ... The Exorcist....United Kingdom
Contact:

Re: Favicons in bookmarks - How to get rid of them?

Post by Frank Lion »

Diorser wrote:For linux users, there is a command to remove all favicons for bookmarks.html (Fx 2).

Code: Select all

sed -i 's/ICON="[^"]*"/ICON=""/g' bookmarks.html

Although it's not immediately obvious, this thread is about Firefox 3. Favicon removal has never been a problem prior to FF3, as users could either use the Favicon Picker extension to remove or a command such as you quoted.

However, when this thread began, the Favicon Picker extension did not work with FF3, hence the suggestions of manually editing the Bookmarks/History sqlite, but a new version of it is now available for FF3. So...problem now solved.
"The only thing necessary for the triumph of evil, is for good men to do nothing." - Edmund Burke (attrib.)
.
User avatar
Diorser
Posts: 1009
Joined: June 22nd, 2005, 6:57 am

Re: Favicons in bookmarks - How to get rid of them?

Post by Diorser »

A linux user will always prefer a simple command line to do something, than adding extensions.
I will investigate Fx3 the day I switch to Fx 3. (if I do).
User avatar
Frank Lion
Posts: 21177
Joined: April 23rd, 2004, 6:59 pm
Location: ... The Exorcist....United Kingdom
Contact:

Re: Favicons in bookmarks - How to get rid of them?

Post by Frank Lion »

Diorser wrote:A linux user will always prefer a simple command line to do something, than adding extensions.

As a user of both Kubuntu and Kanotix, I sorta already knew that. However, 90+% of Firefox users are using a M$ Windows OS, which is why I mentioned the alternative..
"The only thing necessary for the triumph of evil, is for good men to do nothing." - Edmund Burke (attrib.)
.
User avatar
macthefork
Posts: 39
Joined: June 13th, 2006, 10:43 pm
Location: Gt Yarmouth, Norfolk, UK

Re: Favicons in bookmarks - How to get rid of them?

Post by macthefork »

Do I understand this correctly? That Favicons can be used to track web activity?

I cannot follow this entire thread, a lot of it is too technical for me, so can you please just tell me if Favicons can be used to track browsing?
cheers

"The only thing necessary for the triumph of ignorance, is for good men to not answer questions."
"And I DID NOT PM you for support... I kept it on the board, so someone... anyone, hopefully, can answer it
..............................................................................................
X86-based PC | windows xp-sp2 | thunderbird 2.0.0.4 | AMD ~1999 Mhz | SMBIOS v2.2
User avatar
Frank Lion
Posts: 21177
Joined: April 23rd, 2004, 6:59 pm
Location: ... The Exorcist....United Kingdom
Contact:

Re: Favicons in bookmarks - How to get rid of them?

Post by Frank Lion »

macthefork wrote:Do I understand this correctly? That Favicons can be used to track web activity?

I cannot follow this entire thread, a lot of it is too technical for me, so can you please just tell me if Favicons can be used to track browsing?

I'm certainly no expert on this cookie type stuff, I just have mine set to accept until I end the browser session.

The clearest answer on this thread, would seem to be from Bluefang here - viewtopic.php?p=3395953#p3395953

If this side is a matter of concern to you, then the new Favicon Picker extension would seem to be a good solution for you and to simply delete them.
"The only thing necessary for the triumph of evil, is for good men to do nothing." - Edmund Burke (attrib.)
.
User avatar
Diorser
Posts: 1009
Joined: June 22nd, 2005, 6:57 am

Re: Favicons in bookmarks - How to get rid of them?

Post by Diorser »

In order to avoid an extra extension, and manual deletion operations which can be quite boring, a simple script can erase all favicons when launching Firefox, or once a week for instance, or at system start, by using the sed and cron commands for linux users.

Sure a similar solution might exist for windows, but I am not a windows shell expert.
User avatar
steviex
Moderator
Posts: 28902
Joined: August 12th, 2006, 8:27 am
Location: Middle England

Re: Favicons in bookmarks - How to get rid of them?

Post by steviex »

That is for Firefox 2, where it is in a HTML file. THIS thread is about FIREFOX 3 where the Favicons are in places.sqlite you would need to use a sqlite database tool to do the task...

This is Scarletrunner20's initial Question...
Scarletrunner20 wrote:I have no favicons anywhere...bookmarks or any place else in Fx 1.5 and 2 and I don't want any in Fx3. How do I get rid of them in bookmarks?
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -Albert Einstein

Please DO NOT PM me for support... Lets keep it on the board, so we can all learn.
User avatar
Diorser
Posts: 1009
Joined: June 22nd, 2005, 6:57 am

Re: Favicons in bookmarks - How to get rid of them?

Post by Diorser »

The subject is : "Favicons in bookmarks - How to get rid of them?"

Not sure everybody switched to Fx3.

And especially usefull to clean Fx bookmarks before migrating to Fx3.
Last edited by Diorser on August 13th, 2008, 2:32 am, edited 1 time in total.
User avatar
steviex
Moderator
Posts: 28902
Joined: August 12th, 2006, 8:27 am
Location: Middle England

Re: Favicons in bookmarks - How to get rid of them?

Post by steviex »

In that case I will add Firefox 3 to the topic to clarify the issue.
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -Albert Einstein

Please DO NOT PM me for support... Lets keep it on the board, so we can all learn.
User avatar
Diorser
Posts: 1009
Joined: June 22nd, 2005, 6:57 am

Re: Favicons in bookmarks - How to get rid of them?

Post by Diorser »

steviex wrote:In that case I will add Firefox 3 to the topic to clarify the issue.

No you should not !
Because especially usefull to clean Fx2 bookmarks before migrating to Fx3.
User avatar
steviex
Moderator
Posts: 28902
Joined: August 12th, 2006, 8:27 am
Location: Middle England

Re: Favicons in bookmarks - How to get rid of them? (Firefox 3)

Post by steviex »

As it is Scarletrunner's topic, the question that Scarletrunner posed in the first post.... is the one that is relevant for this topic.

Re read the rules about taking threads off topic. Scarlettrunner had no problem with Firefox 2 and 1.5 .... The question was asked about Firefox 3, and Scarletrunner is a WINDOWS user.
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. -Albert Einstein

Please DO NOT PM me for support... Lets keep it on the board, so we can all learn.
Locked