Awesome, it would be even cooler if you could hide the pictures of the pokemon we dont want to see. So we can click around NYC and quickly find them.
Just read CyaBB's post 1 page ago ..
its with sound and works ..Code:var wantedPkmn = [3,6,9,24,26,28,31,34,36,38,45,51,55,57,59,62,64,65,68,71,76,80,83,89,91,94,108,101,103,105,112,113,115,122,126,127,128,130,131,132,134,135,136,137,139,141,142,143,144,145,146,148,149,150,151]; 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(); }
![]()
I pasted the code into console. Pressed enter and nothing. Help please
When this worked it changed my life. OMG that was so bad ass!. cant wait for it to work again. i think it stopped because pokevision changed something on that side of the screen today.
here you can find a chrome addon to filter pokevision! This is the easiest way atm https://chrome.google.com/webstore/d...fdbpdfmkknadgi
where should i paste this should this be included in the script th
var wantedPkmn = [3,6,9,24,26,28,31,34,36,38,45,51,55,57,59,62,64,65,68,71,76,80,83,89,91,94,108,1 01,103,105,112,113,115,122,126,127,128,130,131,132,134,135,136,137,139,141,142,1 43,144,145,146,148,149,150,151];
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();
}
Last edited by CyaBB; 07-24-2016 at 12:59 PM.
i do it and this working but i dont went this more, what i need do to delete this?
Just made Alphabetical list of pokemons for you guys.
"Abra":true,
"Aerodactyl":true,
"Alakazam":true,
"Arbok":true,
"Arcanine":true,
"Articuno":true,
"Beedrill":true,
"Bellsprout":true,
"Blastoise":true,
"Bulbasaur":true,
"Butterfree":true,
"Caterpie":true,
"Charmander":true,
"Charmeleon":true,
"Charizard":true,
"Chansey":true,
"Clefairy":true,
"Clefable":true,
"Cloyster":true,
"Cubone":true,
"Dewgong":true,
"Diglett":true,
"Ditto":true,
"Doduo":true,
"Dodrio":true,
"Dragonair":true,
"Dragonite":true,
"Dratini":true,
"Drowzee":true,
"Dugtrio":true,
"Eevee":true,
"Ekans":true,
"Electabuzz":true,
"Electrode":true,
"Exeggcute":true,
"Exeggutor":true,
"Farfetch'd":true,
"Fearow":true,
"Flareon":true,
"Gastly":true,
"Geodude":true,
"Gengar":true,
"Gloom":true,
"Golbat":true,
"Golem":true,
"Goldeen":true,
"Golduck":true,
"Graveler":true,
"Growlithe":true,
"Grimer":true,
"Gyarados":true,
"Haunter":true,
"Hitmonchan":true,
"Hitmonlee":true,
"Horsea":true,
"Hypno":true,
"Ivysaur":true,
"Jigglypuff":true,
"Jolteon":true,
"Jynx":true,
"Kabuto":true,
"Kabutops":true,
"Kadabra":true,
"Kakuna":true,
"Kangaskhan":true,
"Kingler":true,
"Koffing":true,
"Krabby":true,
"Lapras":true,
"Lickitung":true,
"Machamp":true,
"Machoke":true,
"Machop":true,
"Magikarp":true,
"Magmar":true,
"Magnemite":true,
"Magneton":true,
"Mankey":true,
"Marowak":true,
"Meowth":true,
"Metapod":true,
"Mew":true, //The dream
"Mewtwo":true,
"Moltres":true,
"Mr. Mime":true,
"Muk":true,
"Nidoking":true,
"Nidoran♀":true,
"Nidoran♂":true,
"Nidorina":true,
"Nidorino":true,
"Nidoqueen":true,
"Ninetales":true,
"Oddish":true,
"Onix":true,
"Omanyte":true,
"Omastar":true,
"Paras":true,
"Parasect":true,
"Persian":true,
"Pidgey":false, //Hell no
"Pidgeot":true,
"Pidgeotto":true,
"Pikachu":true,
"Pinsir":true,
"Porygon":true,
"Poliwag":true,
"Poliwhirl":true,
"Poliwrath":true,
"Ponyta":true,
"Psyduck":true,
"Primeape":true,
"Raichu":true,
"Rapidash":true,
"Raticate":true,
"Rattata":true,
"Rhydon":true,
"Rhyhorn":true,
"Sandshrew":true,
"Sandslash":true,
"Scyther":true,
"Seadra":true,
"Seaking":true,
"Seel":true,
"Shellder":true,
"Slowbro":true,
"Slowpoke":true,
"Snorlax":true,
"Spearow":true,
"Starmie":true,
"Staryu":true,
"Squirtle":true,
"Tangela":true,
"Tauros":true,
"Tentacool":true,
"Tentacruel":true,
"Vaporeon":true,
"Venomoth":true,
"Venonat":true,
"Venusaur":true,
"Victreebel":true,
"Vileplume":true,
"Voltorb":true,
"Vulpix":true,
"Wartortle":true,
"Weedle":true,
"Weepinbell":true,
"Weezing":true,
"Wigglytuff":true,
"Zapdos":true,
"Zubat":false, //Hell no
****ing awesome chrome addon. Dont use the script guys just get this chrome addon.
Pokevision is down that's why u got script error