iitc-project / ingress-intel-total-conversion

ingress.com/intel total conversion user script with some new features. Should allow easier extension of the intel map.
http://iitc.jonatkins.com/
ISC License
991 stars 553 forks source link

support new intel URL #1277

Closed terencehonles closed 5 years ago

terencehonles commented 5 years ago

Rather than add "intel.ingress.com" to the list use a RegEx like the desktop version does.

adnans commented 5 years ago

PLEASE add: url.startsWith("http://intel.ingress.com/") url.startsWith("https://intel.ingress.com/")

sans /intel works just fine (I just manually 'fixed' all of my scripts on desktop to work without /intel) I suspect Niantic added /intel to the new site so IITC was only 50% crippled, instead of 100% dead.

fkloft commented 5 years ago

Duplicate of #1278.