tor-browser

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

1488910-1.html (630B)


      1 <html>
      2 <head>
      3 <style id='style'></style>
      4 <script>
      5 	function start() {
      6 		o1 = document.createElement('a')
      7 		o2 = document.createElement('a')
      8 		o1.textContent = '-=–ð¢'
      9 		o1.setAttribute('style', 'block-size: calc(3px) !important')
     10 		o1.appendChild(o2)
     11 		document.documentElement.appendChild(o1)
     12 		document.getElementById('style').textContent = 'HTML * { -moz-columns: 0px !important } * { float: right} :first-letter,H{\'}:not(c),* { overflow: hidden !important }'
     13 		window.scrollByPages(4096, {})
     14 		o2.insertAdjacentHTML('beforebegin', '<d>')
     15 	}
     16 	window.addEventListener('load', start)
     17 </script>
     18 </head>
     19 </html>