8 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
3aed769081 debug plugin: add totle to clarify which data is map data, and which is portal detail data 2015-02-16 19:30:00 +00:00
Mike Castle
511a02f9a1 Introduce some consistency in grammar and punctuation into @description. 2013-12-03 23:51:54 -08:00
Jon Atkins
8a6320c44b plugin: debug-raw-data fixed 2013-12-01 01:14:24 +00:00
Jon Atkins
e07f1800c6 use utility function for date formatting, to give consistant appearance 2013-09-25 10:25:52 +01:00
Jon Atkins
3839358a7c debug plugin: moved the data formatting into the function called after click, to avoid the need to search all links/fields unless the dialog is opened
also reformatted the data
2013-08-30 20:28:55 +01:00
Jon Atkins
bb35383ac9 add developer debugging aid - show raw entity data for portals
from #516
2013-08-30 19:17:22 +01:00