this post was submitted on 23 Jan 2025
20 points (91.7% liked)

Privacy

33146 readers
686 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 5 years ago
MODERATORS
 

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!

you are viewing a single comment's thread
view the rest of the comments
[–] ertai 1 points 1 day ago

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.