unofficial port of the ln.ht bookmarklet to a chromium extension because i use arc and can't use bookmarklets >:C
1<?xml version="1.0" encoding="UTF-8" standalone="no"?> 2<svg xmlns="http://www.w3.org/2000/svg" height="84" width="84"> 3 <rect x="1" y="1" height="41" width="41" fill="#FFD700" /> 4 <rect x="42" y="42" height="41" width="41" fill="#FFD700" /> 5 <rect x="1" y="42" height="41" width="41" fill="#2B2B2B" /> 6 <rect x="42" y="1" height="41" width="41" fill="#2B2B2B" /> 7 <rect x="1" y="1" height="82" width="82" fill="none" stroke="#2B2B2B" stroke-width="1" stroke-linejoin="round" /> 8</svg>