Browser extension updatesd DOM but not the visible page

I wrote a tiny browser extension to just move a div. It works, when I look at the HTML using the developer’s tools the div was moved. The rendered page does not change. I have searched and I find nothing indicating I must do something to cause the update to be effective.

I probably figured it out. Apparently the divs have order styles therefore the physical order in the DOM is not used.

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.