event-generates-loaf.js (175B)
1 (() => { 2 const xhr = new XMLHttpRequest(); 3 xhr.open('GET', '/common/dummy.xml'); 4 xhr.addEventListener('load', () => { 5 generate_loaf_now(); 6 }); 7 xhr.send(); 8 })();
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |