This file contains hidden or 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== | |
// @author jaiperdu | |
// @name IITC plugin: Search portal by GUID | |
// @category Portal Info | |
// @version 0.1.0-20220504T093458 | |
// @description Handle guid in IITC search | |
// @id search-guid | |
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion | |
// @match https://intel.ingress.com/* |
This file contains hidden or 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 custom-geodesic | |
// @name IITC plugin: Hide Scout Ornaments | |
// @category Custom | |
// @version 0.1.1 | |
// @description Workaround to hide scout ornaments | |
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion | |
// @include https://intel.ingress.com/* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or 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 solid-link-wasabee-skin | |
// @name Wasabee Skin: Solid links | |
// @namespace https://wasabee.rocks/ | |
// @version 0.0.1 | |
// @description Use solid lines for links | |
// @author jaiperdu | |
// @include /https?:\/\/.*\.ingress\.com\/?((intel|mission)?(\/?(\?|#).*)?)?/ | |
// @category Appearance | |
// @grant none |
This file contains hidden or 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== | |
// @author jaiperdu | |
// @name IITC plugin: Hide standard layers in UI | |
// @category Layers | |
// @version 0.0.3 | |
// @description Add a fake layer hiding all standard layers from the layer chooser | |
// @id layer-hide | |
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion | |
// @updateURL https://gist.github.com/le-jeu/9da9a6f90fbbb65906574b1e1a421596/raw/layer-hide.user.js | |
// @downloadURL https://gist.github.com/le-jeu/9da9a6f90fbbb65906574b1e1a421596/raw/layer-hide.user.js |
This file contains hidden or 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== | |
// @author jaiperdu | |
// @name IITC plugin: Ingress Icons | |
// @category Appearance | |
// @version 0.0.1.20210428.223004 | |
// @description Bring ameba64/ingress-items icons into IITC | |
// @id ingress-icons | |
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion | |
// @match https://intel.ingress.com/* | |
// @grant none |
This file contains hidden or 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== | |
// @author jaiperdu | |
// @name IITC plugin: COMM Filter Tab | |
// @category COMM | |
// @version 0.1.4.20210324.214512 | |
// @description Show virus in the regular Comm and add a new tab with portal/player name filter and event type filter. | |
// @id comm-filter-tab | |
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion | |
// @updateURL https://gist.github.com/le-jeu/5aec60c172f30a41d36ebb567801cef9/raw | |
// @downloadURL https://gist.github.com/le-jeu/5aec60c172f30a41d36ebb567801cef9/raw |
This file contains hidden or 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== | |
// @author jaiperdu | |
// @name IITC plugin: Smaller/Bigger/Older Portals | |
// @category Highlighter | |
// @version 1.0.0 | |
// @description Resize portal and age highlighers | |
// @id portal-size-highlighter | |
// @match https://intel.ingress.com/* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or 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== | |
// @author jaiperdu | |
// @name IITC plugin: Highlighters selection | |
// @category Highlighter | |
// @version 0.0.3 | |
// @description Allow multiple highlighter to work concurrently | |
// @id highlighters | |
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion | |
// @match https://intel.ingress.com/* | |
// @grant none |