Skip to content

Instantly share code, notes, and snippets.

@myfonj
Created September 14, 2020 22:59
Show Gist options
  • Save myfonj/4eb0005ad160a9197de3d2a1a0b037b7 to your computer and use it in GitHub Desktop.
Save myfonj/4eb0005ad160a9197de3d2a1a0b037b7 to your computer and use it in GitHub Desktop.
Facebook generated code snippet of avatar image in timeline post retrieved 2020-09-14T21Z
<!--
Facebook generated code snippet of avatar image in timeline post
retrieved 2020-09-14T21Z
- class attributes deleted
- resulting DIVs without attributes omitted
-->
<a role="link" tabindex="-1" aria-hidden="true" href="[…]2CP-R">
<object type="nested/pressable">
<a role="link" tabindex="0" aria-label="[…]" href="[…]3C%2CP-R">
<svg role="none" data-visualcompletion="ignore-dynamic"
style="height: 40px; width: 40px;">
<mask id="jsc_c_n">
<circle cx="20" cy="20" fill="white" r="20"></circle>
</mask>
<g mask="url(#jsc_c_n)">
<image x="0" y="0" height="100%" width="100%"
style="height: 40px; width: 40px;"
preserveAspectRatio="xMidYMid slice"
xlink:href="[…]">
</image>
<circle cx="20" cy="20" r="20"></circle>
</g>
</svg>
<div data-visualcompletion="ignore"></div>
</a>
</object>
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment