0

I have the following two cases:

  1. When I use some browser extension, Firefox adds the extension's window to the URL history - even if I am browsing in a private window. This can be seen in the screenshot below.

  2. Sometimes I forgot to switch to a private window and a "confidential" URL is stored in the browser history.

Question:

Is it possible to selectively clear the Firefox history, so I can remove the affected entries but keep all other entries in the history?

Example: Specifying some pattern like "moz-extension://*" or "*://confidential.example.com/*" and only clear all entries matching the pattern from the history.

Because more than 700 entries are affected, manually selecting all entries is not practicable.

I'm thinking about accessing the file "places.sqlite" using some small program to perform this task; however, I don't like to do this if there is already a built-in solution for this.

(If the OS matters: I'm using Ubuntu Linux 18.04.)


Screenshot showing a browser extension window in the browser history:

Browser extension windows in the history

1 Answers1

2
  • Press Ctrl + H to open the History sidebar.
  • Right-click on one of the entries you want to remove to open a context menu.
  • Click on "Forget about this site" to remove all history entries for this domain.
dirdi
  • 3,317