- Code: Select all
1.<!DOCTYPE HTML>2. <html lang="en-US">3. <head>4. <meta charset="UTF-8">5. <title>My Little penis Astarte egg (demo)</title>6. <style>7. #mlp {8. border: 10px solid rgba(0,0,0,.3);9. border-radius: 7px;10. position: fixed;11. top: 35%;12. left: 34%;13. z-index: 9999;14. }15. .hidden {16. display: none;17. }18. </style>19. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>20. <script type="text/javascript">21. $(document).ready(function (){22. $("body").keydown(function (event) {23. // Control + Shift + S:24. if(event.shiftKey && event.ctrlKey && event.keyCode == 83) {25. event.preventDefault();26. $("#mlp").toggleClass("hidden");27. }28. });29. });30. </script>31. </head>32. <body>33. <section class="hidden" id="mlp">34. <a href="http://fuckhuiswerk.nl/hacks">35. <img src="http://fuckhuiswerk.nl/img/smileys/mlp.gif">36. </a>37. </section>38. </body>39. </html>
But then in lines. At least try it. It'll be fun.









