Code Monkey home page Code Monkey logo

Comments (5)

johnd0e avatar johnd0e commented on July 17, 2024

just open correct url: https://intel.ingress.com/intel

from ingress-intel-total-conversion.

McBen avatar McBen commented on July 17, 2024

from ingress-intel-total-conversion.

modos189 avatar modos189 commented on July 17, 2024

I'll add that IITC-CE supports Greasemonkey.

You can also install a browser extension IITC-Button (for Firefox and Chrome) to make it easier to install and manage IITC plugins.

from ingress-intel-total-conversion.

MysticJay avatar MysticJay commented on July 17, 2024

just open correct url: https://intel.ingress.com/intel

This is just a workaround...

I've just started a mission to fix that.
Problem is that NIA changed the original MAP-Link on their Homepage to a simple "https://intel.ingress.com" (I call it stock-URL). If you go via that URL IITC and about 120/140 plugins will not get triggered as they only cover the deprecated "/intel*" URL.
Also I found that when the stock URL is loading some paths are used that are not covered by the existing @match or @include:

  • intel.ingress.com/r
  • intel.ingress.com/img

While the last might be pretty unused in IITC, the /r seems to be more important.
In fact it seems that when using the old style url with /intel* NIA diverts everything that is not a map-Link like /intel?ll=25,0&z=3 to /... anyways.

I extracted all used URLs from my scripts and found these different schemes are in use:

// @include *://*.ingress.com/* // @include *://*.ingress.com/intel* // @include *://*.ingress.com/mission/* // @include *://intel.ingress.com/* // @include /^https://ingress.com/intel.*/ // @include /^https://www.ingress.com/intel.*/ // @include /^https:\/\/.*ingress\.com\/intel.*/ // @include /^https:\/\/ingress\.com\/intel.*/ // @include /^https?:\/\/.*ingress\.com\/intel.*/ // @include /^https?:\/\/intel.ingress\.com.*/ // @include http://*.ingress.com/* // @include http://*.ingress.com/intel* // @include http://*.ingress.com/mission/* // @include http://*ingress.com/intel* // @include http://ingress.com/intel* // @include http://www.ingress.com/intel* // @include http://www.ingress.com/mission/* // @include https://*.ingress.com/* // @include https://*.ingress.com/intel* // @include https://*.ingress.com/mission/* // @include https://ingress.com/intel* // @include https://intel.ingress.com/* // @include https://www.ingress.com/intel* // @include https://www.ingress.com/mission/* // @match *://*.ingress.com/* // @match *://*.ingress.com/intel* // @match *://*.ingress.com/mission/* // @match *://intel.ingress.com/* // @match /^https?:\/\/intel.ingress\.com.*/ // @match http://*.ingress.com/* // @match http://*.ingress.com/intel* // @match http://*.ingress.com/mission/* // @match http://ingress.com/intel* // @match http://www.ingress.com/intel* // @match http://www.ingress.com/mission/* // @match https://*.ingress.com/* // @match https://*.ingress.com/intel* // @match https://*.ingress.com/mission/* // @match https://ingress.com/intel* // @match https://intel.ingress.com/* // @match https://www.ingress.com/intel* // @match https://www.ingress.com/mission/*

and all these could be simply replaced by a single
// @match https://intel.ingress.com/*
which I checked by replacing any line with @include *ingress* or @match *ingress* with that single statement above.

(sidenote: @match is sufficient here, @include is not needed.)

After that change ALL 140 plugins would register, and all those plugins that I had activated loaded without problems using the (new) stock-URL. Even better, the response was faster and some weirdness's I observed before (like "dark matter tile loading instead of selected map tiles) are gone.

So what ever you think my findings
I encourage everyone to adopt now and make IITC react properly on "intel.ingress.com".
use this scheme (only)
// @match https://intel.ingress.com/*

Matthias
(Firefox & Tampermonkey)

from ingress-intel-total-conversion.

johnd0e avatar johnd0e commented on July 17, 2024

I encourage everyone to adopt now and make IITC react properly on "intel.ingress.com".

Its already adopted in successor project - IITC-CE.

from ingress-intel-total-conversion.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.