ingress-intel-total-conversion/plugins/bad-version-code-fix.user.js
Jon Atkins 51ca72eaf1 mark the plugin as 'deleted' and remove all code
will be really deleted before the next release build, but as a fair few probably installed it from the test builds it seems a good idea for this intermediate state
2014-08-07 13:48:19 +01:00

18 lines
692 B
JavaScript

// ==UserScript==
// @id iitc-plugin-fix-bad-version-code@jonatkins
// @name IITC plugin: Fix bad version codes
// @category Deleted
// @version 0.2.1.@@DATETIMEVERSION@@
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @updateURL @@UPDATEURL@@
// @downloadURL @@DOWNLOADURL@@
// @description Deleted plugin. Not useful for fixing the actual issue with Niantic servers.
// @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==