AgregoreWeb / agregore-browser

A minimal browser for the distributed web (Desktop version)
https://www.youtube.com/watch?v=TnYKvOQB0ts&list=PL7sG5SCUNyeYx8wnfMOUpsh7rM_g0w_cu&index=14
GNU Affero General Public License v3.0
715 stars 66 forks source link

button to clear browsing history #211

Open resession opened 1 year ago

resession commented 1 year ago

this should be good to add

RangerMauve commented 1 year ago

To enable this, we'd need a new page added to the history extension that'd let you view and edit history

The source is here: https://github.com/AgregoreWeb/agregore-browser/tree/master/app/extensions/agregore-history

It could use the IDB API to read history items and to delete items.