update plugin categories for obsolete/deleted plugins

This commit is contained in:
Jon Atkins 2013-08-29 00:05:10 +01:00
parent 58810f3419
commit 7244c074d2
2 changed files with 4 additions and 19 deletions

View File

@ -1,8 +1,9 @@
// ==UserScript== // ==UserScript==
// @id iitc-plugin-favorite-portals@soulBit // @id iitc-plugin-favorite-portals@soulBit
// @name IITC plugin: Favorite Portals // @name IITC plugin: Favorite Portals
// @category Obsolete
// @version 0.2.0.@@DATETIMEVERSION@@ // @version 0.2.0.@@DATETIMEVERSION@@
// @description [@@BUILDNAME@@-@@BUILDDATE@@] DEPRECATED. Please use "Bookmarks for maps and portals" instead. This plugin will be removed in future. // @description [@@BUILDNAME@@-@@BUILDDATE@@] DEPRECATED. Please use "Bookmarks for maps and portals" instead.
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @updateURL @@UPDATEURL@@ // @updateURL @@UPDATEURL@@
// @downloadURL @@DOWNLOADURL@@ // @downloadURL @@DOWNLOADURL@@

View File

@ -1,12 +1,12 @@
// ==UserScript== // ==UserScript==
// @id iitc-plugin-render-limit-increase@jonatkins // @id iitc-plugin-render-limit-increase@jonatkins
// @name IITC plugin: render limit increase // @name IITC plugin: render limit increase
// @category Obsolete // @category Deleted
// @version 0.4.0.@@DATETIMEVERSION@@ // @version 0.4.0.@@DATETIMEVERSION@@
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @updateURL @@UPDATEURL@@ // @updateURL @@UPDATEURL@@
// @downloadURL @@DOWNLOADURL@@ // @downloadURL @@DOWNLOADURL@@
// @description [@@BUILDNAME@@-@@BUILDDATE@@] OBSOLETE PLUGIN // @description [@@BUILDNAME@@-@@BUILDDATE@@] IITC no longer has simple render limits that can be adjusted - many more portals are now displayed without any increases required.
// @include https://www.ingress.com/intel* // @include https://www.ingress.com/intel*
// @include http://www.ingress.com/intel* // @include http://www.ingress.com/intel*
// @match https://www.ingress.com/intel* // @match https://www.ingress.com/intel*
@ -15,19 +15,3 @@
// ==/UserScript== // ==/UserScript==
@@PLUGINSTART@@
// PLUGIN START ////////////////////////////////////////////////////////
// use own namespace for plugin
window.plugin.renderLimitIncrease = function() {};
window.plugin.renderLimitIncrease.setHigherLimits = function() {
};
var setup = window.plugin.renderLimitIncrease.setHigherLimits;
// PLUGIN END //////////////////////////////////////////////////////////
@@PLUGINEND@@