Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save isnuryusuf/19cdf7f76d42b253bcf2 to your computer and use it in GitHub Desktop.
Save isnuryusuf/19cdf7f76d42b253bcf2 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @id iitc-plugin-Mir
// @name IITC plugin: Hawk Eyes
// @category Misc
// @version 1.0.20150105.02
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @updateURL https://gist.github.com/pad92/1c1439c0b2026860e9b0/raw/e92ee8e40dc297d11e8f01336442a765cbfbb178/iitc-plugin-hawk_eyes.user.js
// @downloadURL https://gist.github.com/pad92/1c1439c0b2026860e9b0/raw/e92ee8e40dc297d11e8f01336442a765cbfbb178/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