port max links plugin to https
This commit is contained in:
@ -1,12 +1,12 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @id max-links@boombuler
|
// @id max-links@boombuler
|
||||||
// @name iitc: Max-Links-Plugin
|
// @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
|
// @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
|
// @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.
|
// @description Calculates how to link the portals to create the maximum number of fields.
|
||||||
// @include http://www.ingress.com/intel*
|
// @include https://www.ingress.com/intel*
|
||||||
// @match http://www.ingress.com/intel*
|
// @match https://www.ingress.com/intel*
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
function wrapper() {
|
function wrapper() {
|
||||||
@ -134,4 +134,4 @@ if(window.iitcLoaded && typeof setup === 'function') {
|
|||||||
// inject code into site context
|
// inject code into site context
|
||||||
var script = document.createElement('script');
|
var script = document.createElement('script');
|
||||||
script.appendChild(document.createTextNode('('+ wrapper +')();'));
|
script.appendChild(document.createTextNode('('+ wrapper +')();'));
|
||||||
(document.body || document.head || document.documentElement).appendChild(script);
|
(document.body || document.head || document.documentElement).appendChild(script);
|
||||||
|
Reference in New Issue
Block a user