Anonymous Vote

By cuttlefish Last update Aug 14, 2009 — Installed 44 times.

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();}