Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 <html>
2 <body>
3 <script>
4 var target = window.location.hash.substring(1);
5 document.write("target=" + target);
6 window.open("data:text/html,<html><body>This is a popup</body></html>", target, "width=10,height=10");
7 </script>
8 </body>
9 </html>