Thursday, April 25, 2024
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 7336  / 3 Years ago, tue, september 21, 2021, 5:27:51

Does anyone know how to load a local html page on chromium in incognito mode using a shortcut link or by the terminal ?


More From » command-line

 Answers
3

Open terminal and run the below command, change the url accordingly.



chromium-browser --incognito file:///home/srinivas/example-page.html


To make things easy you can put the code in a text file and save it with a .sh extension.



Once its saved right click on the file, navigate to the permission tab and check mark



allow executing file as program



enter image description here


[#38588] Thursday, September 23, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
singerrupt

Total Points: 435
Total Questions: 111
Total Answers: 109

Location: Angola
Member since Tue, May 5, 2020
4 Years ago
;