Settings

>

Privacy friendly frontends

For an example if you want to view YouTube without getting spied on, click on "Invidious", find the instance that is most suitable for you then paste it in (correct format: https://example.com)

If you use the Tor browser or just regularly delete cookies you can also set the settings as a query param:

"; $url = "?"; foreach ($_COOKIE as $key => $value) $url .= "&$key=$value"; $url = substr_replace($url, "", 1, 1); echo $url; } ?>