Using IITC-CE on iPhone without bookmarklet.

Step 1:Purchace Webhub app on iTunes store:

Purchace Webhub in AppStore

( or, These may works Purchace Ohajiki in AppStore , Get Libing in AppStore )

Step 2:Customize plugins configuration

(2-1) Default plugins

(2-2) Custom plugin urls

(2-3) Additional scriptlet

Step3: Install IITC UserScript for Webhub:

Install for WebHub

( preview generated user-script )

Step4: Open IntelMap for mobile

Open IntelMap for mobile
// ==UserScript== // @name IITC // @description IITC // @include https://www.ingress.com/intel?* // ==/UserScript== u = [
]; for(i in u){ s=document.createElement('script'); s.type='text/javascript'; s.src=u[i].replace("%R%",'https://iitc.modos189.ru/build/release/'); document.getElementsByTagName('head')[0].appendChild(s); }