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 24886719f892db3d9d3e9df912585307017288d9
parent e98972e7d11b71570add7ba1c2347f4c249e43ce
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Sun, 13 Nov 2016 03:23:54 +0100

Fix typo
Diffstat:
Mscreencap_iitc.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/screencap_iitc.js b/screencap_iitc.js @@ -141,7 +141,7 @@ function afterCookieLogin(IntelURL, search) { timeout: 120000, check: function () { return page.evaluate(function() { - if (document.querySelector('.map').text.indexOf('100') != -1)) { + if (document.querySelector('.map').text.indexOf('100') != -1) { return true; }else{ return false;