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 <!DOCTYPE HTML>
2 <style>
4 #thediv {
5 width: 400px;
6 height: 250px;
7 position: absolute;
8 top: -500px;
9 left: -500px;
10 box-shadow: 540px 540px 10.5px black;
11 }
13 #blankdiv {
14 width: 400px;
15 height: 250px;
16 background-color: white;
17 position: absolute;
18 top: 40px;
19 left: 40px;
20 }
21 </style>
23 <div id="thediv"> </div>
24 <div id="blankdiv"> </div>