update plugin URLS for my branch + dist server
bump version numbers for this reason also, allow plugins for both http and https URLs, in preperation for supporting both
This commit is contained in:
@ -1,12 +1,14 @@
|
||||
// ==UserScript==
|
||||
// @id max-links@boombuler
|
||||
// @name iitc: Max-Links-Plugin
|
||||
// @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
|
||||
// @version 0.2.1
|
||||
// @updateURL http://iitc.jonatkins.com/dist/plugins/max-links.user.js
|
||||
// @downloadURL http://iitc.jonatkins.com/dist/plugins/max-links.user.js
|
||||
// @description Calculates how to link the portals to create the maximum number of fields.
|
||||
// @include https://www.ingress.com/intel*
|
||||
// @include http://www.ingress.com/intel*
|
||||
// @match https://www.ingress.com/intel*
|
||||
// @match http://www.ingress.com/intel*
|
||||
// ==/UserScript==
|
||||
|
||||
function wrapper() {
|
||||
|
Reference in New Issue
Block a user