this contains the userscript header, but with @category Deleted, @description CURRENTLY UNAVAILABLE this is so users wondering where a script has gone have some information
16 lines
672 B
JavaScript
16 lines
672 B
JavaScript
// ==UserScript==
|
|
// @id iitc-plugin-highlight-portals-upgrade@vita10gy
|
|
// @name IITC plugin: highlight portals you can upgrade to a specific level
|
|
// @category Deleted
|
|
// @version 0.1.0.@@DATETIMEVERSION@@
|
|
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
|
|
// @updateURL @@UPDATEURL@@
|
|
// @downloadURL @@DOWNLOADURL@@
|
|
// @description PLUGIN CURRENTLY UNAVAILABLE
|
|
// @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==
|