13 Commits

Author SHA1 Message Date
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
Philipp Schaefer
16212b2032 remove redundant layer check...it's done in removeLabel function too 2014-03-25 01:09:10 +01:00
Philipp Schaefer
e6c7858eca bumped version number of portal lvl plugin 2014-03-25 00:24:52 +01:00
Philipp Schaefer
64bd129c02 bugfix: update portal level layer if it already exists instead of ignoring the addLabel call 2014-03-25 00:24:12 +01:00
Philipp Schaefer
1d55d68278 tweaked portal levels plugin. reduced level markers and prefer high level portals. 2014-03-21 15:26:50 +01:00
Jon Atkins
baa8f4bbcc tweaks to level number plugin 2013-12-01 02:57:32 +00:00
Jon Atkins
efd447b227 plugin: portal-level-numbers fixed 2013-12-01 00:45:39 +00:00
Jon Atkins
42316ca0e9 don't create layer groups until the setup function is called. if a plugin is processed before IITC core script, leaflet isn't available
fix #460
2013-07-31 16:13:58 +01:00
Jon Atkins
7d75a928cf plugin wrapper code - convert to use build.py macros. this ensures it's identical in all plugins, so the mobile app can remove/modify it without issues. also makes it easy to change if required 2013-06-14 20:27:54 +01:00
Philipp Schaefer
51be5bee04 added plugin categories (see #358) 2013-06-08 18:50:26 +02:00
Jon Atkins
84cb73d8e1 add @grant none to userscript headers - as recommended by greasemonkey 2013-05-20 03:12:19 +01:00
Jon Atkins
6e8dd15052 update several plugins to use window.addLayerGroup, instead of manually adding the layer to the map and Layer control.
this gives automatic handling of remembering shown/hidden layers

also, draw tools plugin hides the controls while the drawn items layer is hidden
2013-05-18 03:42:56 +01:00
rongou
9847dec568 Add a new plugin to display portal levels as numbers, directly on the map. 2013-03-30 07:59:37 -07:00