Can someone help me out. I'm attempting to createChrome extension that changes the div class on page load. Based on what I'm reading I would need to create a Javascript loop that changes the following div class:
Current: div class="article-holder article-holder--less"
Change: div class="article-holder article-holder--more"
If anyone can provide how to successfully accomplish this task, it would be much appreciated.