There are 4 previous versions of this script.
// ==UserScript==
// @name Anonymous Vote
// @namespace http://www.ie.tsinghua.edu.cn
// @description Default anonymous vote at xiaonei.com
// @include http://abc.renren.com/*
// ==/UserScript==
var chkbox = document.getElementById("isHidden");
if (chkbox) { chkbox.click();}