eruda
eruda copied to clipboard
does not work on pages which are locally hosted on device?
i opened a page from my storage directly on browser after applying the eruda it does not show up but on other pages it works fine
I think it's a security feature created by your browser as you can't make any requests from an html file that is located locally and opened using "file://" so you can't download the eruda js file. You need to open it through a local webserver, You may use Termux combined with Node and Live-Server package to open your page with a local webserver.
I think it's a security feature created by your browser as you can't make any requests from an html file that is located locally and opened using "file://" so you can't download the eruda js file. You need to open it through a local webserver, You may use Termux combined with Node and Live-Server package to open your page with a local webserver.
thnaks for the feedback