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
b595af30ad
more work on fixing things for the 2014-05-23 changes
...
it's a big job - much is still broken
2014-05-23 23:50:37 +01:00
Jon Atkins
77cf149fef
data format change: portal details 'portalV2.descriptiveText' is now 'descriptiveText.map'. fields within this seem the same
...
needed to fix things after the stock intel site update of 2014-02-05
2014-02-06 05:08:18 +00:00
Mike Castle
27bb6f058e
Spell checking, d-g.
2013-11-22 23:31:05 -08:00
fkloft
9248fe6221
Fix show-portal-address - display glitch since 767275f
2013-10-21 23:28:24 +02:00
Jon Atkins
4caea29fd3
don't try and display an address when none is available
...
fix #454
2013-07-28 18:39:12 +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
Jon Atkins
c2eedbfefa
more plugin category tweaks
2013-06-10 04:46:04 +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
vita10gy
5199b841cc
Clean up some wasted vertical space in sidebar
...
Clean up some wasted vertical space in sidebar and make other small
changes so more fits on 1366x768 screens (most common res) without
scrolling.
2013-03-23 00:00:12 -05:00
Jon Atkins
380bbfda32
more build tweaks
...
- make update URLS https - required by firefox+greasemonkey
- add build name + date/time to description of all plugins, and moved to front for main IITC
- ensure all plugins have a A.B.C. version number format - required now they append the date+time digits
- no smooth upgrade path from current 'dist' folder - so changed to 'release'. users will have to manually update this time, but will be fine fron now onwards (in theory!)
2013-03-20 04:34:16 +00:00
Jon Atkins
4ce0da5056
large chunk of work towards a nicer build system
...
- plugins are now parsed for @@..@@ replacements
- main script and plugins have separate .meta.js files created - less web server load for update checks
- build script has variables for resource URL, update URL, etc, substituted via @@..@@ into main script and all plugins
2013-03-19 22:39:16 +00:00
Jon Atkins
1d4d125605
update plugin URLS for my branch + dist server
...
bump version numbers for this reason
also, allow plugins for both http and https URLs, in preperation for supporting both
2013-03-16 19:59:46 +00:00
Stefan Breunig
01796f2aa2
bump version number for all plugins since their match/include URL has been updated
2013-02-26 01:12:51 +01:00
Stefan Breunig
538b57c7f7
Due to ingress.com/intel now force-redirecting to the HTTPS version,
...
loading dependencies just got a lot harder. External JS and CSS files
are now included directly in the file while building. This does not yet
work for plugins. I will make an emergency release soon, so at least
main works.
2013-02-25 23:58:07 +01:00
Stefan Breunig
dabf808e8e
improve style a bit
2013-02-23 09:28:38 +01:00
vita10gy
e8e683c5b5
Nits and style redo
...
Added to readme, but it doesn't seem to work with the public build.
2013-02-22 08:43:04 -06:00
vita10gy
25f1b32285
Plugin: Show address in Side Panel
...
Adds address into the right hand column at the bottom of the picture.
2013-02-21 22:13:14 -06:00