more fixes and doc update

This commit is contained in:
Stefan Breunig 2013-02-04 10:42:24 +01:00
parent cdef7d2496
commit a817852abd
4 changed files with 24 additions and 7 deletions

View File

@ -4,22 +4,27 @@ ingress.com/intel total conversion
Its annoying to extend the intel page with new features because the minified code makes it hard to grasp whats going on. Also, one has to play catch up each time Ninantic put up a new version because all the variables might get new names.
So instead, heres a userscript that starts from scratch.
So instead, heres a userscript that starts from scratch:
[![Screenshot of the total conversion in Johannesburg](http://breunigs.github.com/ingress-intel-total-conversion/screen_small.png)](http://breunigs.github.com/ingress-intel-total-conversion/screen.png)
(click to zoom)
Features
--------
- feels faster. (Likely because [leaflet](http://leafletjs.com/) is faster, although there are some other tricks.)
full view of portal images
- full view of portal images
- better chat
- separated automated/public/faction
- only showing the last automated message for each user. Makes a great “where are they now” guide.
- automatic idle resume
- portal details actually update themselves
- links to portals made easy (the location/zoom part is supported by the normal intel map as well, so theres *some* backwards compability)
- links to portals made easy (partly works with the vanilla map, too)
- info porn. Everything with the help cursor has more info hidden in a tooltip.
- may toggle portals/links/fields
- hack range (yellow circle) and link range (large red circle) for portals. You can click on the range link in the sidebar to zoom to link range.
- hack range (yellow circle) and link range (large red circle) for portals. Click on the range link in the sidebar to zoom to link range.
- double clicking a portal zooms in and focuses it
@ -35,9 +40,21 @@ Missing
Install
-------
Currently only works in Firefox with [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/) or [Scriptish](https://addons.mozilla.org/en-US/firefox/addon/scriptish/).
[**INSTALL**](https://raw.github.com/breunigs/ingress-intel-total-conversion/gh-pages/total-conversion-build.user.js)
If one of these addons is installed, clicking this should work:
**Firefox:** Install [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/) or [Scriptish](https://addons.mozilla.org/en-US/firefox/addon/scriptish/). Click install link. Install. Reload page.
**Chrome:** The user script works in vanilla Chrome.
1. Click install link and ignore the warning.
2. The file should be downloaded and appear in your download bar.
3. Goto `Menu Button``Tools``Extensions`.
4. Drag and drop the download over the window and Chrome will offer you to install the script.
*Note:* if Chrome only shows you the text, but does not offer an install dialog, make sure the file ends in `.user.js`. If its something like `.user(2).js` it wont work.
**Opera:** Download the script and put it into your user_js folder (thats `~/.opera/user_js` on Unix). If you cant find it [see Operas docs](http://www.opera.com/docs/userjs/using/#writingscripts).
[**INSTALL**](https://raw.github.com/breunigs/ingress-intel-total-conversion/gh-pages/total-conversion-build.user.js)

BIN
screen.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 KiB

BIN
screen_small.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 KiB

View File

@ -137,7 +137,7 @@ a:hover {
padding: 1px 2px;
}
time, mark, #chat span {
time, mark, #chat span, #chat a {
font-family: Verdana, sans-serif;
font-size: 12.6px;
vertical-align: top;