Skip to content

Instantly share code, notes, and snippets.

@DrMacinyasha
Last active January 6, 2016 17:51
Show Gist options
  • Save DrMacinyasha/c66a6b7b0a1363102062 to your computer and use it in GitHub Desktop.
Save DrMacinyasha/c66a6b7b0a1363102062 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @id iitc-plugin-kaltxì
// @name IITC plugin: Bat Eyes
// @category Misc
// @version 1.0.20160104.01
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @updateURL https://gist.github.com/DrMacinyasha/c66a6b7b0a1363102062/raw/iitc-plugin-bat_eyes.user.js
// @downloadURL https://gist.github.com/DrMacinyasha/c66a6b7b0a1363102062/raw/iitc-plugin-bat_eyes.user.js
// @description See all portal links regardless of the current zoom level. This will also hide unlinked portals!
// @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 14;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment