Skip to content

Instantly share code, notes, and snippets.

@johnd0e
Last active August 25, 2019 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnd0e/b96d630bd33cb4491872924ba2c40bea to your computer and use it in GitHub Desktop.
Save johnd0e/b96d630bd33cb4491872924ba2c40bea 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;
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment