update plugin categories for obsolete/deleted plugins
This commit is contained in:
parent
58810f3419
commit
7244c074d2
@ -1,8 +1,9 @@
|
||||
// ==UserScript==
|
||||
// @id iitc-plugin-favorite-portals@soulBit
|
||||
// @name IITC plugin: Favorite Portals
|
||||
// @category Obsolete
|
||||
// @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
|
||||
// @updateURL @@UPDATEURL@@
|
||||
// @downloadURL @@DOWNLOADURL@@
|
||||
|
@ -1,12 +1,12 @@
|
||||
// ==UserScript==
|
||||
// @id iitc-plugin-render-limit-increase@jonatkins
|
||||
// @name IITC plugin: render limit increase
|
||||
// @category Obsolete
|
||||
// @category Deleted
|
||||
// @version 0.4.0.@@DATETIMEVERSION@@
|
||||
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
|
||||
// @updateURL @@UPDATEURL@@
|
||||
// @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 http://www.ingress.com/intel*
|
||||
// @match https://www.ingress.com/intel*
|
||||
@ -15,19 +15,3 @@
|
||||
// ==/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@@
|
||||
|
Loading…
x
Reference in New Issue
Block a user