consturl='https://example.url.example/?url=Link.m3u8&origin=url.example'// If either your url or link has parameter's, encode via encodeURIComponent(link)constencodedUrl=`https://m3u8.proxy.example/?url=${encodeURIComponent("https://thisdomain.works/file.m3u8")}&referer=${encodeURIComponent("https://thisdomain.works")}&origin=${encodeURIComponent("https://thisdomain.works")}`