


Some years ago, Orfox also developed by The Tor Project appeared on the market, but now we can make use of an official version that recreates on our mobile devices the browser that we could already use on Windows, Mac, and Linux. Set oExec = wshell.Exec(firefoxPath & " " & url)Īpplication.Wait (Now + TimeValue("0:00:05")) 'adjust based on your machine's specsĪpplication. Tor Browser finally has its own app for smartphones and tablets. If Dir(firefoxPath) = "" Then pathFireFox = "C:\Users\T14s\Desktop\Tor Browser\Browser\firefox.exe" 'provide path to Tor folder where firefox.exe is based Set wshell = CreateObject("Wscript.Shell")įirefoxPath = "C:\Users\T14s\Desktop\Tor Browser\Browser\firefox.exe" 'provide path to Tor folder where firefox.exe is based Now, thanks to this code, you will get a loop of open/close Tor browser with a specific link located in Sheet2.Cells(2, 2)! :D Sub OpenInAnotherBrowser(url As String) OpenInAnotherBrowser Sheet2.Cells(2, 2).Value 'provide a link in this location on a specific sheet (in my case Sheet2)Īpplication.OnTime alertTime, "EventMacro"

Remember to adjust the alertTime and Application.Wait values to the speed/specs of your machine. Add a button on one of the sheets (to trigger the code) if you want and direct it to the EventMacro code. Use the following two codes (paste in two separate modules).
