Pokémon kicks off its 30th anniversary with a photo feature and bonus Special Research. Here's how to find and use 'What's Your Favourite?' in Pokémon Go.
How to increase a single stat fully with a Silver Bottle Cap in Pokémon Go, including a list of search strings to help decide which Pokémon to use it on.
// Run on load
fixPaywallLinks();
// Also catch content loaded later
const obs = new MutationObserver(fixPaywallLinks);
obs.observe(document.documentElement, { childList: true, subtree: true });
})();