loaded.html (204B)
1 <script> 2 addEventListener('load', function() { 3 opener.postMessage({ type: 'LOADED' }, '*'); 4 }); 5 6 addEventListener('pageshow', function() { 7 opener.postMessage({ type: 'PAGESHOW' }, '*'); 8 }); 9 </script>
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |