tor-browser

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

base.html (185B)


      1 <!doctype html>
      2 Base
      3 <script>
      4 onpagehide = function() {
      5  if(top.base_hide) {
      6    top.base_hide();
      7  }
      8 }
      9 onpageshow = function() {
     10 if (top.base_show) {
     11  top.base_show();
     12 }
     13 }
     14 </script>