tor-browser

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

target-text-ref.html (143B)


      1 <!doctype html>
      2 <html>
      3 <body>
      4 <span>Some selected text</span>
      5 <script>
      6 location.hash = ':~:text=Some selected text';
      7 </script>
      8 </body>
      9 </html>