tor-browser

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

devicemotion_inner.html (177B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <body>
      4 <script>
      5 function handler(ev) {}
      6 window.addEventListener("devicemotion", handler);
      7 window.ondeviceorientation = handler;
      8 </script>
      9 </body>
     10 </html>