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
624 B
JavaScript
16 lines
624 B
JavaScript
// ==UserScript==
|
|
// @id iitc-plugin-portals-list@teo96
|
|
// @name IITC plugin: show list of portals
|
|
// @category Deleted
|
|
// @version 0.0.18.@@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==
|