diff --git a/plugins/max-links.user.js b/plugins/max-links.user.js index 4c423e5f..465903cc 100644 --- a/plugins/max-links.user.js +++ b/plugins/max-links.user.js @@ -1,12 +1,12 @@ // ==UserScript== // @id max-links@boombuler // @name iitc: Max-Links-Plugin -// @version 0.1 +// @version 0.2 // @updateURL https://raw.github.com/breunigs/ingress-intel-total-conversion/gh-pages/plugins/max-links.user.js // @downloadURL https://raw.github.com/breunigs/ingress-intel-total-conversion/gh-pages/plugins/max-links.user.js // @description Calculates how to link the portals to create the maximum number of fields. -// @include http://www.ingress.com/intel* -// @match http://www.ingress.com/intel* +// @include https://www.ingress.com/intel* +// @match https://www.ingress.com/intel* // ==/UserScript== function wrapper() { @@ -134,4 +134,4 @@ if(window.iitcLoaded && typeof setup === 'function') { // inject code into site context var script = document.createElement('script'); script.appendChild(document.createTextNode('('+ wrapper +')();')); -(document.body || document.head || document.documentElement).appendChild(script); \ No newline at end of file +(document.body || document.head || document.documentElement).appendChild(script);