intel-screenbot

An Ingress Intel Map Bot for Hangoutsbot
git clone git://archive.git.mtrnord.blog/MTRNord/intel-screenbot.git
Log | Files | Refs | README | LICENSE

commit 8407f9d416656f6d7d57a9771da41cee7c614589
parent bed823bab97748037e11ac123603b895ce1bd9ae
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Tue, 15 Nov 2016 21:16:19 +0100

Do restart if login failed
Diffstat:
Mscreencap_iitc.js | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/screencap_iitc.js b/screencap_iitc.js @@ -130,6 +130,9 @@ function login(l, p) { }); } window.setTimeout(function () { + if (!document.getElementById('Passwd')){ + firePlainLogin(l, p) + } page.evaluate(function (p) { document.getElementById('Passwd').value = p; }, p);