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 a3d27e4883186ae22922dd4556bf230d3c6bda2e
parent ebdf90509ef9c30684ff69074c5d1089f5cd44f6
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Sun, 13 Nov 2016 21:56:14 +0100

Try to adjust somne tiomeouts
Diffstat:
Mscreencap_iitc.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/screencap_iitc.js b/screencap_iitc.js @@ -107,7 +107,7 @@ function afterCookieLogin(IntelURL, search) { e.which = 13; e.keyCode = 13; $("#search").trigger(e); - window.setTimeout(function() {$('.searchquery > :nth-child(2)').children()[0].click();}, 1000); + window.setTimeout(function() {$('.searchquery > :nth-child(2)').children()[0].click();}, 2000); } }, search); } @@ -133,7 +133,7 @@ function afterCookieLogin(IntelURL, search) { main(); } // optional }); - }, "3000"); + }, "5000"); }, "5000"); }); }