Comment on League of Legends data scraping the hard and tedious way for funparentComments−doix1y document.querySelectorAll('img').forEach(img => img.style.background = 'white'); As a quick hack for anyone else that has the problem (paste into your browser console).
Comments