Showing questions for topic:
Showing questions tagged:

does firefox support jumping to specific library > history while searching?

by jump to specific history, I mean something like search in library > bookmark and right-click on specific link then "show in folder" it would be very helpful if some… (read more)

by jump to specific history, I mean something like search in library > bookmark and right-click on specific link then "show in folder"

it would be very helpful if something equivalent of "show in folder" exists in the context of history search, I often search specific site and wondering what else sites I opened around that time (relative to specific site I found on search results)

if there's any workaround or alternatives, please leave a comment! ^^

Archived 2 276

More lines of history from Mac menu bar

I'm using Firefox 135.0 on a MacBook Pro with a large external monitor. The menu bar at the top of the screen (NOT the Firefox window) has "Firefox, File, Edit, View, His… (read more)

I'm using Firefox 135.0 on a MacBook Pro with a large external monitor.

The menu bar at the top of the screen (NOT the Firefox window) has "Firefox, File, Edit, View, History, Bookmarks, Tools, Windows, Help".

When I click on "History", it shows me the most recent 15 pages I visited. Always 15. I'd like to increase that number, as 15 is inconveniently few and uses less than half my screen height. However, I can't find a preference for it either under "Settings" or in "about:config".

I know that there are at least two ways to get to a more extensive history list, but they need more clicks.

So is there a way to change 15 into a larger number?

Thanks. Brendan.

Archived 1 119

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… (read more)

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

Archived 2 145