-
Member
i hatched 2 Lapras, my friend she caught one Snorlax and hatch another Snorlax lol
-
Member
I only get 5km eggs, can never seem to get 10 km eggs
-
Member
i am still looking for Porygon ugh lol, found maybe 2 Grimers. need Muk too
-
Active Member
I made a small script that I use to look for Pokemon with the PokeVision map:
Code:
var wantedPkmn = [3,6,9,26,38,45,59,65,68,71,76,80,83,89,91,94,108,112,113,115,122,130,131,132,137,139,141,142,143,148,149];
var search = function() {
var imgs = document.getElementsByTagName("img");
var foundNew = false;
for (var i = 0; i < imgs.length; i++) {
var img = imgs[i];
if (img.src.indexOf('pokemon') > -1) {
var id = img.src.match(/\d+/)[0];
if (wantedPkmn.indexOf(Number(id)) == -1) {
img.parentNode.style.display = 'none';
} else if (!img.notified) {
img.notified = true;
foundNew = true;
}
}
}
if (foundNew)
notify();
}
var notify = function() {
new Audio('https://notificationsounds.com/soundfiles/53fde96fcc4b4ce72d7739202324cd49/file-sounds-882-solemn.mp3').play();
}
document.getElementsByClassName('home-map')[0].onclick = function() {
search();
}
Whenever you click on the map, it looks for the Pokemon defined in "wantedPkmn" (you can edit this as you like). When it finds a new one it will play a sound. It also removes all unwanted Pokemon from the map as you click.
Makes it a lot easier to find what you're looking for. I just click around the Central Park area every now and then to see if there's anything interesting.
Just copy, open browser console (CTRL + SHIFT + J in Chrome), paste and hit enter.
-
Post Thanks / Like - 2 Thanks
morfh,
pinn90 (2 members gave Thanks to Schileru for this useful post)
-
Member
oh awesome thank you, going to try it
-
Member
-
Member
-
Member
can you teamviewer with me and do it for me please? i dont understand what u saying to do..
-
Member
what programs do i have to use to use this script?
var wantedPkmn = [3,6,9,26,38,45,59,65,68,71,76,80,83,89,91,94,108,112,113,115,122,130,131,132,137 ,139,141,142,143,148,149];
var search = function() {
var imgs = document.getElementsByTagName("img");
var foundNew = false;
for (var i = 0; i < imgs.length; i++) {
var img = imgs[i];
if (img.src.indexOf('pokemon') > -1) {
var id = img.src.match(/\d+/)[0];
if (wantedPkmn.indexOf(Number(id)) == -1) {
img.parentNode.style.display = 'none';
} else if (!img.notified) {
img.notified = true;
foundNew = true;
}
}
}
if (foundNew)
notify();
}
var notify = function() {
new Audio('https://notificationsounds.com/soundfiles/53fde96fcc4b4ce72d7739202324cd49/file-sounds-882-solemn.mp3').play();
}
document.getElementsByClassName('home-map')[0].onclick = function() {
search();
}
-
Member
open website in chrome, copy code pasted here, then go to pokevision website on chrom, , open browser console (CTRL + SHIFT + J in Chrome), paste and hit enter. now when you search a place it will send you notification
-
Member
Pokemon: Lapras
Time: -
Location1: -33.856546, 151.203385
Location2: -33.861183, 151.211032
-
Member
-
Member
Originally Posted by
mischa23v
open website in chrome, copy code pasted here, then go to pokevision website on chrom, , open browser console (ctrl + shift + j in chrome), paste and hit enter. Now when you search a place it will send you notification
it shows me this error
what am i doing wrong?
-
Member
-
Aerodactyl -33.857682149489044,151.2031865749941 9 mins