-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permalink
and Portal link
are different than stock intel
#684
Comments
Imho this is only result of niantic ability to do things properly. They changed the intel URL from www.ingress.com/intell to intell.ingress.com several years ago and failed to reflect this everywhere. So nothing to do on IITC side 🤷 |
Stock's URL includes the string Using IITC has always been about trying to be indistinguishable from stock intel in order to reduce chance of detection and not abuse the servers (and in some cases, even more efficient than stock). This seems like an unnecessary difference. |
I agree with nexushoratio: only on Desktop IITC and IITC Button there is a different Portal link and Permalink. What I understand is that the function window.makePermalink is used to create the Permalink and Portal link. As long as the IITC core function is not changed, I have published a plugin on my website that will fix the makePermalink function, for those in need of stock intel links on Desktop IITC: |
Permalink
and Portal link
are different than stock intellPermalink
and Portal link
are different than stock intel
It looks like when `/intel` was removed with e5fe5d8, stock was not adding the string to the URL. Currently it does in both the web and scanner apps. Closes IITC-CE#684.
Stock intel generates URLs like this:
https://intel.ingress.com/intel?ll=37.423521,-122.089649&z=17
https://intel.ingress.com/intel?ll=37.423521,-122.089649&z=17&pll=37.423521,-122.089649
That is WITH
/intel
in the path name.IITC generates URLs like this:
https://intel.ingress.com/?ll=37.423521,-122.089649&z=17
https://intel.ingress.com/?pll=37.423521,-122.089649
This is, with OUT the
/intel
portion.Also, the game's own deep links include
/intel
.While stock works without the
/intel
portion, it seems like a good way to track those using IITC.Also, at least one Android helper app, Portal Intel URL to GPS does not recognize the links without
/intel
in them. I filed marcosdiez/IngressIntelToGps#4 for that. (Though considering it was last updated Nov 15, 2018, and the fact that the author has a more generic app that handles IITC generated URLs, I'm not sure it would ever be updated.)The text was updated successfully, but these errors were encountered: