Showing questions for topic:
  • Lịch sử
Hiển thị các câu hỏi được đánh dấu:

Deleting Search History

I have searches from a year (or more) ago that are still popping up and I don't know why. I have done multiple clears of my entire history and individually removed old se… (xem thêm)

I have searches from a year (or more) ago that are still popping up and I don't know why. I have done multiple clears of my entire history and individually removed old searches when they pop up - they still keep coming back.

Đã giải quyết Đã khóa Đã lưu trữ 2 179

Lost recently closed windows, history missing completely

Hello, Usually both of my previously closed windows reopen without issue, but the data for both of them disappeared this time when I clicked on a zoom link after closing… (xem thêm)

Hello,

Usually both of my previously closed windows reopen without issue, but the data for both of them disappeared this time when I clicked on a zoom link after closing them. The link opened, but they didn't. I did the basic troubleshooting like checking my entire history (under "managed history") and looking in settings as well as following the instructions I found here at https://support.mozilla.org/en-US/questions/1407584, but everything's gone. It's like they never existed in the first place. Has anyone else had this issue?

Also, about a couple of months ago, Firefox started forgetting my accounts and logging me out of them once I closed the window/the tabs reloaded. Not sure if this is due to my computer's own storage (RAM) or an update-related issue - I haven't been able to figure it out yet.

Any insight on either or both of these is greatly appreciated!

Đã lưu trữ 2 100

Copying entries in history: WYSINWYG

There is (IMHO) some missing functionality / unwanted feature or call it what you like (bug?). History -> Manage History select e.g. Last 7 days, right click on Name a… (xem thêm)

There is (IMHO) some missing functionality / unwanted feature or call it what you like (bug?).

History -> Manage History

select e.g. Last 7 days, right click on Name and select at least two attributes (you can choose from: Tags, Location,Most Recent Visit, Added and Last Modified)

Select the first entry of the list, all displayed fields are selected/highlighted.

Copy (either with the menu or with Ctrl-C) and paste it in your favourite text editor.

Why is only the URL copied? Other fields were also highlighted. Why are they not included?

This is WYSINWYG (what you see is not what you get).

It is possible to export bookmarks as an html file, so why is this not possible with history?

OK, it is possible to query the sqlite3 database directly to get some history info but it's a bit cumbersome.

To do so,

  copy the sqlite (places.sqlite) database to some safe place then open the database (with 'sqlite3 places.sqlite')
  get the history info you are interested in with a sqlite query,
  e.g. select title,visit_count,site_name,url,description,last_visit_date from moz_places where url like '%support%';

But there is no simple (AFAIK) way to convert 'last_visit_date' (an integer) to something human readable.

So either include the whole selection when something is copied (WYSIWYG) or provide export history as an html file.


ps: why is there on option 'other' in the list of 'topics' ? pps: I already posted this comment but it got lost somehow

Đã lưu trữ 2 133