If you’re worried about your VPN provider but you can trust your VPS provider, try an SSH Tunnel. https://joeldare.com/ssh-tunnels-my-vpn-alternative-for-priv...
This is the way: SOCKS5 via SSH You do need some minimal technical understanding and some scripting. Pick any cloud provider that can give you a VM with SSH access. Read up on doing this on your local device or another device on your LAN: ssh -NT -g -D 10001 -o UserKnownHostsFile=/dev/null -o ConnectTimeout=5 -i your_ssh_private_key your_cloud_login@any_cloud_provider_ip Change 10001 to whatever. Now read up on how y…
Firefox supports per-container (and as such per-tab) SOCKS proxies, which I find really useful.
So useful, in fact, that I've come full circle and I am now running a userspace Wireguard to SOCKS proxy [1] in order to have that convenience for a VPN which does not have any host I could SSH to.