Thu, 15 Jan 2015 15:59:08 +0100
Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
1 <html>
2 <head>
3 <script>
4 function doe2() {
5 document.body.setAttribute('style', 'overflow:scroll; direction: rtl;');
6 }
7 setTimeout(doe2,500);
8 </script>
10 </head>
11 <body>
12 <span style="position: fixed;">
13 <iframe onload="window.frames[0].focus()"></iframe>
14 </span>
15 <li style=" position: fixed;" contenteditable="true"></li>
16 </body>
17 </html>