// ==UserScript== // @author jaiperdu // @name Default base maps with labels above fields // @category Map Tiles // @version 0.2.3 // @description Print labels as an overlay of intel layer // @id labels_layer@jaiperdu // @namespace https://github.com/IITC-CE/ingress-intel-total-conversion // @updateURL https://raw.githubusercontent.com/IITC-CE/Community-plugins/master/dist/jaiperdu/labels_layer.meta.js // @downloadURL https://raw.githubusercontent.com/IITC-CE/Community-plugins/master/dist/jaiperdu/labels_layer.user.js // @match https://intel.ingress.com/* // @grant none // ==/UserScript== function wrapper(plugin_info) { // ensure plugin framework is there, even if iitc is not yet loaded if(typeof window.plugin !== 'function') window.plugin = function() {}; //PLUGIN AUTHORS: writing a plugin outside of the IITC build environment? if so, delete these lines!! //(leaving them in place might break the 'About IITC' page or break update checks) plugin_info.buildName = 'lejeu'; plugin_info.dateTimeVersion = '2022-06-30-074250'; plugin_info.pluginId = 'labels_layer'; //END PLUGIN AUTHORS NOTE // use own namespace for plugin window.plugin.labelsLayer = function() {}; window.plugin.labelsLayer.setup = function() { $('