Getting the Pokemap Icons Back (On PC, Android & IOS)
How to have the Pokemon map icons back https://montrealpokemap.com The instructions are a bit difficult for people that don't know what they're doing, so here's my step-by-step: Got it for desktop (Chrome): 1. Open MontrealPokeMap.com Hit Ctril+Shift+I (half the screen will show developer-y stuff, half will show the pokemap) At the top, go to the "console" tab Paste in the following: javascript:for(i=1;i<2000;i++){localStorage.setItem('icon'+i,'https://pkmref.com/images/set_1/'+i+'.png');} Click enter, and a line will appear below the javascript-y stuff that you pasted Refresh the page, and you'll see the icons back. Close the developer-y stuff with the X on the top right (or close the whole page) Continue with the rest of your day Or: Type - javascrip: in the address line and then paste the following: for(i=1;i<2000;i++){localStorage.setItem('icon'+i,'https://pkmref.com/images/s...
Comments
Post a Comment