I am working on a Chrome extension that allows the user to open the site in an iframe in a new tab. My goal is to let them modify CSS by injecting code through JavaScript from the parent window, but I am only blocking due to problems with the source code.
Is there any way around this? I know that I saw other extensions doing similar things.
source
share