• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

ccleaner equivalent?

BriGy86

Diamond Member
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?
 
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
 
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!
 
Back
Top