tor-browser

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

mask-resource-ref.html (232B)


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