Is there a tool that lets you download a webpage anonymously?
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.
Why don’t you want to visit ultimate guitar? Has it changed in the last ten years since I’ve used in last? It used to be great
So, my information may be outdated, but a given webpage is made up of:
HTML - basic structure and content
CSS - how it looks
Scripting - interactive elements
You could probably fetch the basic parts of the page with wget or curl or something like that. But depending on how the media is obtained, you would likely have issues fetching the audio
I want to use it, but it requires Javascript in order to view the webpage. I'm wondering if there's a utility that would allow me to download the webpage over Tor, with all the sites functions (audio, elements, etc.)
Wget could work, I'll give it a try soon. Thank you! (I don't necessarily need the audio, but it would be nice to have)