Install Chrome to your PC using PowerShell (getchro.me)
This function serves a PowerShell script that installs Google Chrome when requested via PowerShell. It is deployed on Scaleway Functions on this link (there's also a redirect).
Open PowerShell and insert this command:
iex $(irm getchro.me)
This was created just as a small fun project where I dove into serverless for the first time on my Twitch stream. There might be long loading times due to Scaleway's Functions feature being in a beta. I might move it to a different hosting later.