Etsi tuesta

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Lue lisää

I want to view the entire cookies folder where it shows last time accessed

  • 3 vastausta
  • 20 henkilöllä on sama ongelma
  • 9 näyttöä
  • Viimeisin kirjoittaja cor-el

more options

I want to be able to view the inter cookies folder. It is no longer easily accessible. It is an sqlite file now and I can not open it. We used to be able to see this file where it showed last time a cookie was updated or a site was accessed. I want to have this ability again. I know where the cookies.sqlite file resides, I just can not open it.

I want to be able to view the inter cookies folder. It is no longer easily accessible. It is an sqlite file now and I can not open it. We used to be able to see this file where it showed last time a cookie was updated or a site was accessed. I want to have this ability again. I know where the cookies.sqlite file resides, I just can not open it.

Kaikki vastaukset (3)

more options
more options

the SQLite manager extension is a good tool but it still will not open the cookies.sqlite file because it says it is locked. how do you un-lock it? also when opening other mozilla .sqlite files the date field is many characters long, how do you convert to an actual date?

thanks

more options

You need to make a copy of the sqlite file if you want to open the file while Firefox is using that profile.

The date and time is saved in 64 bit EPOCH format in micro seconds.

See http://en.wikipedia.org/wiki/Unix_time


javascript:(function(){var D='%s'||'0',d,n; while(D){d=new Date(D);n=parseInt(D);if(!isNaN(n))d.setTime(n/1000);D=prompt('Enter EPOCH in microseconds and click OK\nClick Cancel to Stop\n\n'+D+'\n'+d.toLocaleString()+'\n'+(d.getTime()*1000),d.toGMTString())}})();

See also http://en.wikipedia.org/wiki/Bookmarklet