tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

mask-resource.html (220B)


      1 <!doctype html>
      2 <style>
      3  div {
      4    width: 100px;
      5    height: 100px;
      6    mask-image: url(resource://usercontext-content/fingerprint.svg);
      7    mask-size: 100px 100px;
      8    background-color: black;
      9  }
     10 </style>
     11 <div></div>