tor-browser

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

1428353.html (726B)


      1 <script>
      2  try { o1 = document.createTextNode('');  } catch(e) { }
      3  try { o2 = document.createElement('slot') } catch(e) { }
      4  try { o3 = document.createElement('s') } catch(e) { }
      5  try { o4 = document.getSelection() } catch(e) { }
      6  try { document.head.appendChild(o1) } catch(e) { }
      7  try { document.documentElement.appendChild(o2) } catch(e) { }
      8  try { document.head.appendChild(o3) } catch(e) { }
      9  try { o1.after('', document.head) } catch(e) { }
     10  try { document.designMode = 'on' } catch(e) { }
     11  try { document.execCommand('formatblock', false, 'pre') } catch(e) { }
     12  try { document.designMode = 'off' } catch(e) { }
     13  try { o5 = o4.getRangeAt(0) } catch(e) { }
     14  try { o5.selectNode(o3); } catch(e) { }
     15 </script>