Quote:
Originally Posted by JSWolf
Would you mind sharing the URL please? Thanks.
|
first you use this to switch to the correct directory. just fix your username and location of your thorium, this is mine. if not sure, you can see the exact path if you view properties of the thorium icon on your desktop.
Code:
cd C:\Users\USERNAME\AppData\Local\Programs\Thorium
then you run the executable with debugging enabled with this command
Code:
Thorium.exe --remote-debugging-port=8315 --remote-allow-origins=*
then you open your chrome or firefox and go here:
http://localhost:8315/
I hope this helps!