I'm looking for a way to access my devices files in Firefox. The reason for this is I want to use an extension to read *.md file.
I know that I can use file:///
to access files, but the extension can't use this way. The only way is to use localhost. I have searched around but have only found talk about accessing the PC via localhost. I want to access the local android files.
Here is the link to the extension I want to use: Markdown Viewer