jbilcke / latent-browser

Latent web browser
https://linktr.ee/FLNGR
MIT License
263 stars 19 forks source link

Preload tabs or auto-open the new tab #7

Closed jbilcke closed 1 year ago

jbilcke commented 1 year ago

Right now when we click a link, it opens a tab, but it doesn't load its content, which is not cool (nobody likes to click on multiple tabs just to trigger a pre-loading)

a cheap solution could be to to automatically open any new tab (set them as active)

jbilcke commented 1 year ago

I've implemented a fix for this one, I think it will be satisfying enough for the time being