Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

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

  • 3 απαντήσεις
  • 20 έχουν αυτό το πρόβλημα
  • 9 προβολές
  • Τελευταία απάντηση από 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.

Όλες οι απαντήσεις (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