View gist:0d01482be355a73c6b76ff66901a4969
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
import java.io.*; | |
import java.lang.ProcessBuilder.Redirect; | |
import java.net.URL; | |
import java.util.Scanner; | |
import java.util.zip.ZipEntry; | |
import java.util.zip.ZipInputStream; | |
public class Main { | |
public static void main(String[] args) throws IOException, InterruptedException { | |
Scanner userInput = new Scanner(System.in); |
View hightlight-resonator-L8-count.user.js
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-highlight-resonator-L8-count@RTL | |
// @name IITC plugin: Highlight portals based on number of 8's | |
// @category Highlighter | |
// @version 1.0.0.20200705.1450 | |
// @namespace https://github.com/ | |
// @updateURL https://github.com/ | |
// @downloadURL https://github.com/ | |
// @description Highlight portals based on number of level 8 resonators. | |
// @include https://www.ingress.com/intel* |
View iitc-player-tracker-names-alt.user.js
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-player-tracker-names-alt | |
// @name IITC Player Tracker Names alt | |
// @category Tweaks | |
// @version 1.0 | |
// @description This plugin displays player names for player tracker | |
// @include https://*.ingress.com/intel* | |
// @include http://*.ingress.com/intel* | |
// @match https://*.ingress.com/intel* | |
// @match http://*.ingress.com/intel* |
View experimental-geodesic-precision.user.js
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 experimental-geodesic-precision | |
// @name IITC plugin: Experimental geodesic precision | |
// @category Custom | |
// @version 0.2.0-alpha | |
// @description Increase latitude geodesic precision (experimental way) | |
// Instead of geodesic distance formula uses some Pyphagorean-like approximation, | |
// where latitude has less contribution than longitude. | |
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion | |
// @include https://intel.ingress.com/* |
View latitude-geodesic-precision.user.js
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 latitude-geodesic-precision | |
// @name IITC plugin: Latitude geodesic precision | |
// @category Custom | |
// @version 0.2.0 | |
// @description Increase latitude geodesic precision | |
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion | |
// @include https://intel.ingress.com/* | |
// @grant none | |
// ==/UserScript== |
View iitc-player-tracker-names.user.js
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-player-tracker-names | |
// @name IITC Player Tracker Names | |
// @category Tweaks | |
// @version 1.0 | |
// @description This plugin displays player names for player tracker | |
// @include https://*.ingress.com/intel* | |
// @include http://*.ingress.com/intel* | |
// @match https://*.ingress.com/intel* | |
// @match http://*.ingress.com/intel* |
View iitc-player-tracker-names-alt.user.js
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-player-tracker-names-alt | |
// @name IITC Player Tracker Names | |
// @category Tweaks | |
// @version 1.0 | |
// @description This plugin displays player names for player tracker | |
// @include https://*.ingress.com/intel* | |
// @include http://*.ingress.com/intel* | |
// @match https://*.ingress.com/intel* | |
// @match http://*.ingress.com/intel* |
View control-history.user.js
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-control-history | |
// @name IITC plugin: History control | |
// @description Allows user to navigate back through previous extents | |
// @category Controls | |
// @version 0.1.0 | |
// @author jd | |
// @namespace https://gist.github.com/johnd0e | |
// @homepageURL https://gist.github.com/johnd0e/cabe8d9a59f0ede60f7f6c184fa131e3 | |
// @supportURL https://gist.github.com/johnd0e/cabe8d9a59f0ede60f7f6c184fa131e3#new_comment_field |
View zoom-info.user.js
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-zoom-info | |
// @name IITC plugin: zoom-info | |
// @description zoomcontrol plugin with map zoom level information | |
// @category test | |
// @version 0.1.0 | |
// @author jd | |
// @namespace https://gist.github.com/johnd0e | |
// @homepageURL https://gist.github.com/johnd0e/% | |
// @supportURL https://gist.github.com/johnd0e/%#new_comment_field |
View extra-zoom.meta.js
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-extra-zoom | |
// @name IITC plugin: Extra zoom | |
// @description Load portals/links from higher zoom levels (click statusbar) | |
// Increases data zoom, in steps (limit: 4 levels) | |
// @category Info | |
// @version 0.3.3 | |
// @author jd | |
// @namespace https://gist.github.com/johnd0e | |
// @homepageURL https://gist.github.com/johnd0e/fcfd9d365a9a4714b8f93ac0afb81b25 |
NewerOlder