Skip to content

Instantly share code, notes, and snippets.

@kaz
Created September 16, 2015 07:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaz/c8670e768a7aa9b175fc to your computer and use it in GitHub Desktop.
Save kaz/c8670e768a7aa9b175fc to your computer and use it in GitHub Desktop.
(function(a){a("a[univ_id=7]").on("click",function(){a.cookie("gd",parseInt(new Date/1E3));a.cookie("gsu","12",{path:"/"});a.cookie("gsuh","012d30347a0b1899d07967b2c9688485",{path:"/"})})})(jQuery);
/*
(function($){
$("a[univ_id=7]").on("click", function(){
$.cookie("gd", parseInt(new Date/1000));
$.cookie("gsu", "12", {path: "/"});
$.cookie("gsuh", "012d30347a0b1899d07967b2c9688485", {path: "/"});
});
})(jQuery);
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment