Over the next few pages, you'll establish an account to use on the MSN TV service. The first step is to choose the e-mail address you want to use.
Choose one of these links:
const minisrv_service_file = true; // Session ID from query or cookie (mirrors Razor page logic) let sessionId = request_headers.query.session || null; if (!sessionId && request_headers.cookie) { const cookieMatch = request_headers.cookie.match(/(?:^|;\s*)MSNTV2_Session=([^;]*)/); if (cookieMatch) sessionId = decodeURIComponent(cookieMatch[1]); } headers = `Status: 200 OK Content-type: text/html`; data = `
Over the next few pages, you'll establish an account to use on the MSN TV service. The first step is to choose the e-mail address you want to use.
Choose one of these links: