In the folder with the profile there is an html page how to open it, ie in the address line you need to write a command on the similar path, but how is it written into firefox then?

QUESTION IS SOLVED I myself decided the question, but then I did not write it correctly. Since I cannot delete it, I am writing this message.

  • one
    file:/// + path to html? - Anton Komyshan
  • "Since I cannot delete it" - please specify, don't you have a delete button in question? - Kromster
  • There is a @Kromster button, but when you try to delete this message, "We apologize, but you have already received answers to this question and cannot delete it;" - Anatoly

1 answer 1

Several ways to open a local file in Firefox:

  • right-clicking on the file "Open with Firefox";
  • in Firefox "File -> Open file";
  • enter the file path in the address bar: file:///home/path/to/file ;
  • from the console:
    • open in new window: firefox --new-window file.txt
    • open in new tab: firefox --new-tab file.txt
  • This is a protable version, and in the folder with the program itself there is a page, since the browser will be transferred from the computer to the computer, you need some kind of patch, like that. - Anatoly
  • Re-read your question and compare with my answer. The question is not about any program, but even if so, correct the question itself. And what is a "proteable" - edem
  • @edem: I think this is “portable”. - VladD