1853542.html (190B)
1 <script> 2 let v = ""; 3 Object.defineProperty(localStorage, "a", { 4 get() { 5 return v; 6 }, 7 set(newValue) { 8 v = newValue; 9 }, 10 enumerable: true, 11 configurable: true, 12 }); 13 </script>
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |