Last active
January 6, 2016 17:51
-
-
Save DrMacinyasha/c66a6b7b0a1363102062 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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