Konrad Dzwinel
Konrad Dzwinel
@thiagomt I had to remove this feature from version 0.400 for two reasons: - it doesn't work on Mac OSX (it's impossible to write any text in the input field...
The problem with popups is that don't stay on top of the browser (see comments under this answer: http://stackoverflow.com/a/17136997/1143495 ). But you are right, this is an option we will...
@Ragnarokkr, @techlivezheng, @thiagomt - are you able to help me with this guys?
Sorry, but Chrome doesn't allow extensions to control "Hide button" functionality. I have created a feature request: https://code.google.com/p/chromium/issues/detail?id=260281 . Hopefully this will be added sometime in the future.
@es6Test see the linked Chrome bug for updates - http://crbug.com/319328 . You can star it so that it gets more attention from Chrome team.
@kane-c thanks for heads up! I missed that. I'll look into this.
I never considered that before, but it does look straightforward, so I'll absolutely do that. - [ ] test in opera - [ ] create new set of screenshots -...
I wouldn't call it a major feature, but I agree that it may come in handy. It should be simple enough for `color: red` case and a bit more difficult...
Related to #11. Same thing, it's possible using `getMatchedCSSRules`, but it will be a lot of work.
I agree, that would be great, but I'm working with `getComputedStyles` so I don't have this type of info. It's possible to extract it using `getMatchedCSSRules`, but it will be...