tor-browser

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

1802382-1-worker.js (155B)


      1 self.onmessage = async function(e) {
      2  let a = new FontFace('a', 'url(x)')
      3  let b = new FontFace('b', 'url(x)')
      4  self.fonts.add(a)
      5  self.fonts.add(b)
      6 }