Skip to content

ingress.com/intel total conversion user script with some new features. Should allow easier extension of the intel map.

License

Notifications You must be signed in to change notification settings

tpenner/ingress-intel-total-conversion

 
 

Repository files navigation

WEBSITE LOOKS BROKEN? Update the script. On the upside you may scroll the portal details if there’s not enough screen space.

ingress.com/intel total conversion

It’s annoying to extend the intel page with new features because the minified code makes it hard to grasp what’s going on. Also, one has to play catch up each time Niantic put up a new version because all the variables might get new names.

So instead, here’s a userscript that starts from scratch:

Screenshot of the total conversion in Johannesburg

(click to zoom)

Features

  • feels faster. (Likely because leaflet is faster, although there are some other tricks.)
  • full view of portal images
  • better chat
    • separated full/compact/public/faction
    • compact only shows the last automated message for each user. Makes a great “where are they now” guide.
    • nick tab completion
    • clickable links
  • automatic idle resume
  • portal details get updated while portal is visible on map
  • 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. Click on the range link in the sidebar to zoom to link range.
  • double clicking a portal zooms in and focuses it
  • display of XM and AP rewards for redeemed passcodes
  • extend it even more with the use of plugins

Install

Current version is 0.61. See NEWS.md for details. THIS VERSION CONTAINS A SECURITY UPDATE. Please update as soon as possible and also alert friends about it.

INSTALL

Firefox: Install Greasemonkey or Scriptish. Click install link. Install. Reload page.

Chrome:

  • Install Tampermonkey.
  • Click install link.
  • Now beware: a OK/cancel dialog pops up. It does not allow you to cancel the installation. Choose OK to install the script with Tampermonkey.
  • Confirm once again and you’re done.

Note: Tampermonkey is optional. However, it offers auto-update, shows correct version numbers and installing user scripts is much easier. If you have installed the scripts directly into Chrome before, I recommend you switch to Tampermonkey. Uninstall the old scripts and reinstall them.

Opera: Download the script and put it into your user_js folder (that’s ~/.opera/user_js on Unix). If you can’t find it see Opera’s docs. After placing it there, reload the page.

NoScript: The newest, not yet released version appears to work with NoScript. Until it is released disable NoScript if you have problems. To make the script work whitelist at least these domains: ingress.com github.com leafletjs.com googleapis.com. If you want to see the cool font also whitelist googleusercontent.com.

INSTALL

Reporting Issues

tutorial / guide / please read / free candy

Contributing

Please do!

(Obviously, Resistance folks must send in complete patches while Enlightenment gals and guys may just open feature request ☺). If you want to hack the source, please read HACKING.md for details .

So far, these people have contributed:

Bananeweizen, cmrn, epf, integ3r, JasonMillward, jonatkins, mledoze, OshiHidra, phoenixsong6, Pirozek, saithis, Scrool, sorgo, tpenner, vita10gy, Xelio, ZauberNerd

Attribution & License

This project is licensed under the permissive ISC license. Parts imported from other projects remain under their respective licenses:

About

ingress.com/intel total conversion user script with some new features. Should allow easier extension of the intel map.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Other 0.2%