Skip to content

Instantly share code, notes, and snippets.

@McBen
Created June 28, 2022 19:55
Show Gist options
  • Save McBen/7ed104abfa305493576f2180d20a7bda to your computer and use it in GitHub Desktop.
Save McBen/7ed104abfa305493576f2180d20a7bda to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name IITC Plugin: No canvas
// @namespace https://github.com/IITC-CE/ingress-intel-total-conversion
// @version 0.1
// @description override leaflet preferCanvas
// @match https://intel.ingress.com/*
// @grant none
// ==/UserScript==
(function() {
window.PREFER_CANVAS = false;
//window.PADDING = 2;
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment