Invidious instance here "invidious_instance_for_video_results" => "https://video.liv.town", "disable_bittorrent_search" => false, // how long in minutes to store results for in the cache "cache_time" => 20, // Disable requests to /api.php - HIGHLY recommended to keep this at false, this is to make additional changes. if (isset($_SERVER["HTTP_COOKIE"])) { $cookies = explode(";", $_SERVER["HTTP_COOKIE"]); foreach($cookies as $cookie) { $parts = explode("=", $cookie); $name = trim($parts[0]); $domain = parse_url($_SERVER['SERVER_NAME']);