diff --git a/plugins/guess-player-levels.user.js b/plugins/guess-player-levels.user.js index 796bb008..5d760eee 100644 --- a/plugins/guess-player-levels.user.js +++ b/plugins/guess-player-levels.user.js @@ -259,6 +259,8 @@ window.plugin.guessPlayerLevels.extractChatData = function(data) { var latlngs = []; var portals = {}; attackData[nick][timestamp].forEach(function(portal) { + // no GUID in the data any more - but we need some unique string. use the latE6,lngE6 + markup[1].latE6+","+markup[1].lngE6; if(portals.hasOwnProperty(portal.guid)) return; portals[portal.guid] = 1; diff --git a/plugins/uniques.user.js b/plugins/uniques.user.js index da136e6a..ab0da7bb 100644 --- a/plugins/uniques.user.js +++ b/plugins/uniques.user.js @@ -2,7 +2,7 @@ // @id iitc-plugin-uniques@3ch01c // @name IITC plugin: Uniques // @category Misc -// @version 0.2.1.@@DATETIMEVERSION@@ +// @version 0.2.2.@@DATETIMEVERSION@@ // @namespace https://github.com/3ch01c/ingress-intel-total-conversion // @updateURL @@UPDATEURL@@ // @downloadURL @@DOWNLOADURL@@