Hemmendinger
Results
2
comments of
Hemmendinger
It's not valid CSS. It's commenting out the value. Also, if it's only for IE5, you should consider removing it completely. It should be: .test { display: none; /\* Hide...
@ConnGator One approach that might be useful is sending a message from background.js to your main.js, and having a listener in your main (chrome.runtime.onMessage.addListener) that does what you want when...