Hello, I’m wondering if there is a way to download webpages anonymously, without actually having to visit the website. I want to access this website, but it requires Javascript. So, instead I’m just wondering if theres a way to download the webpage (I want to download the webpage with its functions, like any audio features along with it, for say, Ultimateguitar.com). I recall there being some GNUWebProxy downloading tool or whatever, I just forgot the name of it.
Thank you!
tor is an onion proxy software, and tor-browser is a custom version of firefox which uses tor to connect to the web. Usually when people say tor they mean the tor browser but you can actually have any browser use tor (although it’s less safe). You should look into something that can control a headless browser like puppeteer and have the headless browser use the tor SOCKS interface. I don’t actually know if that’s possible, never tried that, but I think that’s where you should be looking.