kainsavage / HistoryBlock

HistoryBlock plugin for the FireFox web browser.
35 stars 8 forks source link

Support for History API #38

Open ykamei opened 3 years ago

ykamei commented 3 years ago

Thanks for the great add-on. I use this add-on conveniently every day.

How can I make it so that it doesn't keep the history of sites that use the HTML5 History API, like Gmail(maybe), etc.? More and more sites are using history.pushState, so I would appreciate your support. https://developer.mozilla.org/en-US/docs/Web/API/History_API/Working_with_the_History_API

kainsavage commented 3 years ago

Hmm, that's interesting. I will have to give that some thought, but the closeTab action should clear that out.

I'm sure that I can get a hook onto those APIs and clear them out in real time, but I will have to play with it for a bit.