Skip to content Skip to sidebar Skip to footer

Execute Javascript Using Tor Network Without Human Interaction

In a nutshell I want to load html content through the Tor network and execute JavaScript to load additional content through this network via AJAX. This must be done automated by a

Solution 1:

If you have a Tor client running, you can use the address its listening to for proxy settings. Check the docs for the proxy options you need to pass:

The proxy type will be SOCKS. Remember you need the address socket is bound to locally.

Post a Comment for "Execute Javascript Using Tor Network Without Human Interaction"