Auto Recover All

This script automatically clicks the "Recover all" button when a battle has finished.

2014-12-12 일자. 최신 버전을 확인하세요.

질문, 리뷰하거나, 이 스크립트를 신고하세요.
// ==UserScript==
// @name           Auto Recover All
// @description    This script automatically clicks the "Recover all" button when a battle has finished.
// @include        http://hentaiverse.org/*
// @version 0.0.1.20141212134056
// @namespace https://greasyfork.org/users/2233
// ==/UserScript==
if(document.getElementById('togpane_log') && (!document.getElementById('ckey_continue')) && (d.getElementsByClassName('btcp'))){ recover_submit('all'); }