ccleaner equivalent?

BriGy86

Diamond Member
Sep 10, 2004
4,537
1
91
The main reason I ask is to delete cookies.

With Ccleaner you can set it to delete all cookies except ones you flag to keep incase you want to stay logged into certain sights.

I know firefox has the option to clear all cookies but you can't flag any you want to keep (unless I'm missing something)

Does anyone know of a program like that?
 

drag

Elite Member
Jul 4, 2002
8,708
0
0
I don't know of any program like that. I'd take a look at firefox extensions, I bet there is a cookie autocleaner or something like that.

Otherwise your cookies are stored in a cookies.txt file in your /home/<username>/.mozilla/ directory.

Mine is like this:
~]$ find ~/.mozilla -name cookies.txt
/home/compoper/.mozilla/firefox/21iwd17g.default/cookies.txt
 
Jun 4, 2005
19,723
1
0
Originally posted by: drag
I don't know of any program like that. I'd take a look at firefox extensions, I bet there is a cookie autocleaner or something like that.

Otherwise your cookies are stored in a cookies.txt file in your /home/<username>/.mozilla/ directory.

Mine is like this:
~]$ find ~/.mozilla -name cookies.txt
/home/compoper/.mozilla/firefox/21iwd17g.default/cookies.txt

I didn't know about -name, thanks!