// ==UserScript== // @author Zaso // @name Font Awesome // @category Tweaks // @version 0.0.4.20200216.174029 // @description Add Font Awesome Icons. // @id font-awesome@Zaso // @namespace https://github.com/IITC-CE/ingress-intel-total-conversion // @downloadURL https://raw.githubusercontent.com/IITC-CE/Community-plugins/master/dist/Zaso/font-awesome.user.js // @updateURL https://raw.githubusercontent.com/IITC-CE/Community-plugins/master/dist/Zaso/font-awesome.meta.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 = 'ZasoItems'; plugin_info.dateTimeVersion = '2020-02-16-174029'; plugin_info.pluginId = 'font-awesome'; //END PLUGIN AUTHORS NOTE // PLUGIN START //////////////////////////////////////////////////////// // history // 0.0.4 Headers fixed. Ready for IITC-CE // 0.0.3 Original script window.plugin.faIcon = {}; var setup = function(){ $('') .prop('type', 'text/css') .prop('rel', 'stylesheet') .prop('href', 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css') .appendTo('head'); $("