viewport-measurement.html (174B)
1 <!DOCTYPE html> 2 <script> 3 (async () => { 4 const response = await fetch("viewport.py"); 5 const body = await response.text(); 6 parent.postMessage(body, "*"); 7 })(); 8 </script>
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |