port max links plugin to https

This commit is contained in:
Stefan Breunig
2013-02-26 16:47:25 +01:00
parent 827e2681b1
commit 536b0e0fb5

View File

@ -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);
(document.body || document.head || document.documentElement).appendChild(script);