CSS type userscripts are not injecting into sub-frames. When a parent frame has a sub frame that requests a css file, the css is injected into the parent frame, not the requesting sub frame.
Should check for frameId on the API_ADD_STYLE_SYNC request.
related: #151
CSS type userscripts are not injecting into sub-frames. When a parent frame has a sub frame that requests a css file, the css is injected into the parent frame, not the requesting sub frame.
Should check for
frameIdon theAPI_ADD_STYLE_SYNCrequest.related: #151