Whatever's Launch Bar allows quick and easy conversion of
non-privacy preserving URLs, such as Reddit, Twitter and
YouTube links, into proxied content URLs using our selection
of high-quality FOSS instances.
By switching URLs to our proxies, your IP address, browser
metadata or any other identifiable information will be
hidden from the source providers, allowing you to browse
content privately.
Launch Bar supports query parameters for redirection
automation. For example,
https://launch.whatever.social?url=https://reddit.com/u/httpjames
will automatically redirect you to our Libreddit instance.
As a result, you can also create a bookmarklet (a browser
bookmark with code) that will automate this process.
function launcher(){window.location.href =
`https://launch.whatever.social?url=${window.location.href}`};
launcher()