If I understand #444 / 07be40bab23eb518bb689062b43f0db507c9a1f9 correctly, print stylesheets should be unaffected by the script. And that seems to actually be the case—the print stylesheet is not part of the extracted critical CSS.
However, the <link> tag still erroneously gets an onload attribute, which does not make sense.
Ported from https://github.com/addyosmani/critical/issues/552