tor-browser

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

shadow-rules-ref.html (164B)


      1 <!doctype html>
      2 <div id="host"></div>
      3 <script>
      4  host.attachShadow({ mode: "open" }).innerHTML = `
      5    <input type="text" value="Should not be red">
      6  `;
      7 </script>