Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DrMacinyasha/5ecb29d16abf1c7c5a67 to your computer and use it in GitHub Desktop.
Save DrMacinyasha/5ecb29d16abf1c7c5a67 to your computer and use it in GitHub Desktop.
IITC plugin: Hawk Eyes
// ==UserScript==
// @id iitc-plugin-Mir
// @name IITC plugin: Hawk Eyes
// @category Misc
// @version 1.0.20160106.01
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @updateURL https://gist.github.com/DrMacinyasha/5ecb29d16abf1c7c5a67/raw/iitc-plugin-hawk_eyes.user.js
// @downloadURL https://gist.github.com/DrMacinyasha/5ecb29d16abf1c7c5a67/raw/iitc-plugin-hawk_eyes.user.js
// @description See all portals, neutrals included, regardless of the zoom used.
// @include https://www.ingress.com/intel*
// @include http://www.ingress.com/intel*
// @match https://www.ingress.com/intel*
// @match http://www.ingress.com/intel*
// @grant none
// ==/UserScript==
window.getDataZoomForMapZoom = function() {
return 17;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment