Due to ingress.com/intel now force-redirecting to the HTTPS version,
loading dependencies just got a lot harder. External JS and CSS files are now included directly in the file while building. This does not yet work for plugins. I will make an emergency release soon, so at least main works.
This commit is contained in:
@ -6,8 +6,8 @@
|
||||
// @updateURL https://raw.github.com/breunigs/ingress-intel-total-conversion/gh-pages/plugins/render-limit-increase.user.js
|
||||
// @downloadURL https://raw.github.com/breunigs/ingress-intel-total-conversion/gh-pages/plugins/render-limit-increase.user.js
|
||||
// @description Increase the render limits, so less likely to be hit in higher density areas
|
||||
// @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() {
|
||||
@ -29,7 +29,7 @@ window.plugin.renderLimitIncrease.setHigherLimits = function() {
|
||||
// thing like that, Leaflet doc isn’t too specific). Setting it too low
|
||||
// makes the missing data on move/zoom out more obvious. Setting it too
|
||||
// high causes too many items to be drawn, making drag&drop sluggish.
|
||||
// default for iitc is 0.3. a lower value reduces overdraw
|
||||
// default for iitc is 0.3. a lower value reduces overdraw
|
||||
window.VIEWPORT_PAD_RATIO = 0.1;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user