Changes between Initial Version and Version 1 of Ticket #6957, comment 10
- Timestamp:
- 09/26/2018 11:06:15 AM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6957, comment 10
initial v1 4 4 Yes, the only question is the cost of transmitting a 660 KB style sheet from the background page to the content script. This would be in ''addition'' to the list of selectors (which is also needed). 5 5 6 If you mean that we should use `tabs.insertCSS` on Edge without the `cssOrigin` option, that's fine. In that case, I guess we rid of all the style sheet logic in the content script. It sounds like a good idea to me.6 If you mean that we should use `tabs.insertCSS` on Edge without the `cssOrigin` option, that's fine. In that case, I guess we get rid of all the style sheet logic in the content script. It sounds like a good idea to me.