4 Commits

Author SHA1 Message Date
Dave Ingram
32e455f4e8 Update all URLs to match *.ingress.com (fixes failure to load) 2016-10-02 11:17:03 -07:00
fkloft
eba7d388a0 Enable IITC on mission permalink
Hint: to change a lot of scripts, execute this:

    sed -r '/\/\/ @match\s+http:\/\/www.ingress.com\/intel/r /tmp/includefile' -i~ *.user.js

`/tmp/includefile` should contain these lines: (no trailing newline!)

    // @include        https://www.ingress.com/mission/*
    // @include        http://www.ingress.com/mission/*
    // @match          https://www.ingress.com/mission/*
    // @match          http://www.ingress.com/mission/*
2015-04-13 17:28:30 +02:00
Jon Atkins
f47b1211d2 canvas render plugin: add setting to window object outside of wrapper - this makes it work on mobile despite order potentially being wrong
note: also unsafeWindow version attempted, for tampermonkey/greasemonkey - but this doesn't work for some reason
2014-03-22 20:06:45 +00:00
Jon Atkins
fb7eae8473 don't enable canvas rendering by default. add a plugin to change the setting instead 2014-03-22 19:07:57 +00:00