• 2xsaiko
    link
    fedilink
    English
    1211 months ago

    I just wrote a funny script and corresponding web page:

    "use strict";
    
    (() => {
      if (navigator.getEnvironmentIntegrity !== undefined) {
        window.location.href = "https://dblsaiko.net/no-wei";
      }
    })()
    

    If this API actually becomes a thing, I might put it on all my pages.