Sun Dec 18 2016
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
<script>
;(function(dst) {
  if (dst.match(/onemonth=true/i)) return
  dst += (window.location.search ? '&' : '?') + 'onemonth=true'
  window.location.href = dst      
})(window.location.href);
</script>