/*
* @title dora renda
* @description ドラ連打
* @include http://doraperson2015.yapcasia.org/*
* @license MIT License
* @require
*/
(function() {
var dora = document.querySelector('.vote .gong');
function click() { dora.click() }
setInterval(click, 100);
}());