tor-browser

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

file_use_counter_style.html (430B)


      1 <!doctype html>
      2 <style>
      3  div {
      4    background-image: none;
      5    padding: 10px;
      6    -moz-appearance: none;
      7    /* Just a property we're unlikely to implement */
      8    -webkit-padding-start: 58.5;
      9    /* Sentinel use counter to signal that telemetry for this document has been captured */
     10    marker-mid: initial;
     11  }
     12 </style>
     13 <!-- We currently count even if we don't match it, but well just in case we change that... -->
     14 <div></div>