Funkcionalnosć toś togo sedła se pśez wótwardowańske źěła wobgranicujo, kótarež maju wašo dožywjenje pólěpšyś. Jolic nastawk waš problem njerozwězujo a cośo pšašanje stajiś, wobrośćo se na našo zgromoźeństwo pomocy, kótarež na to caka, wam na @FirefoxSupport na Twitter a /r/firefox na Reddit pomagaś.

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

compress algorithm

  • 2 wótegronje
  • 1 ma toś ten problem
  • 1 naglěd
  • Slědne wótegrono wót dmitriy11993

more options

please advise which compression algorithm is used when saving browser console command history in the ~/.mozilla/firefox/xxx.default-release/storage/permanent/indexeddb+++fx-devtools/idb/xxx.sqlite ?

please advise which compression algorithm is used when saving browser console command history in the ~/.mozilla/firefox/xxx.default-release/storage/permanent/indexeddb+++fx-devtools/idb/xxx.sqlite ?

Wšykne wótegrona (2)

more options

There's no compression. It's just a uncompressed sqlite database file. You need a sqlite db editor and learn some SQL to use this file.

more options

Thanks for the answer.

There's no compression.

If so, why doesn't the size of the sqlite-file change (it remains equal to 48 kilobytes), no matter how many commands I enter in the console? The size of the sqlite-file does not change even after adding a few megabytes of text to the console.

You need a sqlite db editor

I was browsing the contents of the object_data table using DB Browser for SQL: http://i.imgur.com/T2sIsJu.png