Automatically Included

JavaScript Cookie is included in Hitman vendor bundle so you don't need to do anything to have this plugin available.

You have visited this page at least one times.
<script>
$(function () {
  var pageVisitCount = (parseInt(Cookie.get('hitman-visit-count')) || 0) + 1;
  Cookie.set('hitman-visit-count', pageVisitCount);
  $('#hitman-visit-count').text(pageVisitCount);
});
</script>

You have visited this page <span id="hitman-visit-count">at least one</span> times.