tor-browser

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

1652618.html (359B)


      1 <style>
      2 * {
      3  float: left !important;
      4  all: initial;
      5  block-size: 247ch;
      6  columns: 251ch auto;
      7 }
      8 </style>
      9 <script>
     10 window.addEventListener('load', () => {
     11  var x = document.createElementNS('http://www.w3.org/1999/xhtml', 'audio')
     12  try { x.innerHTML = '<marquee>' } catch (e) {}
     13  try { document.documentElement.appendChild(x) } catch (e) {}
     14 })
     15 </script>