Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
6 div:first-letter{}
8 </style>
9 <script>
11 function boom()
12 {
13 document.execCommand("selectAll", false, null);
14 document.execCommand("decreasefontsize", false, null);
15 }
17 </script>
18 </head>
20 <body onload="boom();" style="font-size: 0;"><div contenteditable="true" style="-moz-column-width: 1px; white-space: pre-line;">
21 <span>T</span>his is text</div></body>
23 </html>