blaise-io / live-reload

Browser extension for web devs. Monitors source files on a page and reloads page or source file when a change is detected.
MIT License
60 stars 9 forks source link

Avoid scrolling to the top of the page while reloading (on Firefox) #30

Closed al0git closed 2 years ago

al0git commented 2 years ago

Hello, Currently, using firefox 102.0.1 on linux, the extension works correctly. However, when the page reloads itself, the browser scrolls to the top of the page. I dislike that, I'd like the page to stay where it is. My use case is generating and modifying html documentation using Sphinx and I'd like to see the document evolution where I scrolled, not the top of the page ;-) I'm currently using live.js (which does not scroll to the top) but would rather use your extension without this side effect. Anyway thanks for your work.

al0git commented 2 years ago

Duplicate creation