34 lines
1.0 KiB
JavaScript
34 lines
1.0 KiB
JavaScript
// ==UserScript==
|
|
// @id iitc-plugin-render-limit-increase@jonatkins
|
|
// @name IITC plugin: render limit increase
|
|
// @category Obsolete
|
|
// @version 0.4.0.@@DATETIMEVERSION@@
|
|
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
|
|
// @updateURL @@UPDATEURL@@
|
|
// @downloadURL @@DOWNLOADURL@@
|
|
// @description [@@BUILDNAME@@-@@BUILDDATE@@] OBSOLETE PLUGIN
|
|
// @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==
|
|
|
|
|
|
@@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@@
|