Hacker News new | ask | show | jobs
by anon1m0us 2509 days ago

  function trackClick(){
     //steal users' privacy here
     return true;
  }
  $(document).ready(function(){
    $('a').click = trackClick;
  });
1 comments

The page includes hotjar, so you can draw something nice with your mouse movements :)