Skip to content

Instantly share code, notes, and snippets.

@le-jeu
le-jeu / search-guid.user.js
Last active May 4, 2022 09:35
IITC plugin: Search portal by GUID
// ==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/*
// ==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==
@le-jeu
le-jeu / solid-link-wasabee-skin.user.js
Created February 1, 2022 20:47
Skin for solid links (not dashed)
@le-jeu
le-jeu / layer-hide.user.js
Last active March 23, 2021 10:20
IITC Plugin: Hide standard layers from the layer chooser on Android
// ==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
@le-jeu
le-jeu / ingress-icons.user.js
Last active April 28, 2021 22:39
IITC Plugin: Ingress Prime icons by https://github.com/ameba64/ingress-items
// ==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
@le-jeu
le-jeu / comm-filter-tab.user.js
Last active August 26, 2022 11:58
COMM Filter Tab: Show virus in the regular Comm and add a new tab with portal/player name filter and event type filter.
// ==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
@le-jeu
le-jeu / highlight-portal-size-age.user.js
Last active March 17, 2021 14:50
IITC Plugin: Add three highlighters : smaller/bigger portals, and color portal wrt the age (according to intel)
// ==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==
@le-jeu
le-jeu / highlighters.user.js
Last active March 17, 2021 14:49
IITC Plugin: Highlighters select list (multiple highlighters concurrently)
// ==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