I need to create a Chrome extension to control HTML on some pages.
Basically, I need to do to remove <div class="feedmain">inside the page. Currently, I can remove this <div>using the developer tools, but the element obviously reloads when I reload the page, so I would like to develop an extension that does this automatically for me.
So, I would like to know, if possible, and an overview of how this can be done in the extension.
source
share