jesus2099 / konami-command

power‐ups for various web sites
117 stars 25 forks source link

Force normal browsing #763

Closed jesus2099 closed 1 year ago

jesus2099 commented 1 year ago

As spotted in #762, the browsing is done with some kind of Ajax instead of full page loading.

Maybe forcing real navigation would fix several VP bugs and #762:

A way to force real navigation (to be tested):

Listen to mouse down event, if left button, if link, prevent default, location assign href.

jesus2099 commented 1 year ago

It's maybe just a temporary work-around, bur for the moment it fixes #762 and Lost Filters bug.