ingress-intel-total-conversion
ingress-intel-total-conversion copied to clipboard
intel.ingress.com total conversion user script with some new features. Should allow easier extension of the intel map.
I'm seeing a strange issue, but only in one of two Firefox profiles that I use on my Linux desktop. Both profiles are using the same FF binary, same ViolentMonkey...
I run `build.py` with `'version_timestamp': True,` and usually with `--watch`. The other day I noticed that *About IITC* was showing a build time that was several days old. It was...
TIL that the `dialog()` wrapper sets up snapping by default. Well, at least to other draggables. What about defaulting them to also snap to the sidebar? It looks like the...
While working on a personal plugin, I noticed this bit from [MDN's Using the Web Storage API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API#basic_concepts): > Note: It's recommended to use the Web Storage API (setItem, getItem, removeItem,...
The current `@icon` value injected during build are all PNGs. It could be a good idea to replace them with minified SVG files where that makes sense. I noticed that...
`cache-details-on-map` is very limited, as it shows only portals for which we have full details. And it completely wipes portals on timeout. 1. It would be great to cache placeholder...
https://www.openstreetmap.org/ currently offers six "featured" raster tile providers on the web page. We have 3 of them: * [x] Standard * [x] CyclOSM * [ ] [OpenCycleMap](https://wiki.openstreetmap.org/wiki/OpenCycleMap) – commercial via...
I have a portal that's level 1 from a single level 5 resonator. It should require 11 more resonator levels to become level 2. However, IITC says 8, probably because...
When you are using the app on Android 13, screen keeps flashing and sometimes, breaks all the drawings on the app. Settings Used: Before login, do these - Splash Disabled...
Fixed the style, in some cases minor refactoring or bug fixes have been made, in such cases I tried to mention it in the commit message - [X] Fix eslint...