So I basically coded a small Chrome extension that applies custom CSS to a specific webpage. Because the page I'm using it on is made with React, every time a React-State changes, my custom CSS disappears. What do I need to do, in order to make the Chrome extension "survive" the state change on the page?