Hacker News new | ask | show | jobs
by arnabc 4560 days ago
I liked this JS function one of the JS files in that page, specially the name of the cookie "Gabbar":

  function fun() {
    var new_dte= new Date(2005,1,1);
    setCookie("Gabbar","#!#0",new_dte);
    setCookie("hitsscore",hitsscore+"~",new_dte);
  }
1 comments

Haha. Maybe Jai and Viru methods are doing server side processing :)