I know How do I make Firefox auto-refresh on file change? but here I have another specific requirement:
How to make Firefox (or, if not possible with it, let's say Chrome) auto-refresh on HTML file change, even with the file://
protocol?
Context: I'm working on a simple HTML + CSS only page. I'm used to not launch a server for such simple tasks, and I'd like to avoid it.
A solution did exist in the past (with a browser extension), that I used even in the case of a local page file:///D:/Documents/page.html
, but I can't find it anymore.