Yup - It's been falling over quite a lot in the last couple of hours! It is all served through cloudfront so that the popular urls get cached (which is why I added the example links - so they would hit the cache). I've just thrown a whole load more heroku dynos at it, so it seems to be working okay again now!
Neat, though I haven't been able to get it to load anything but the examples. Is this done server-side, and it's just overloaded? Or is there something odd about e.g. yahoo.com ?
Presumably, you could take the selectors in the CSS and pass them to a JavaScript selector engine. That way, you'd automatically have a list of elements affected by each rule.
Is there not a way to scroll down the target page, or am I missing something? I would love to be able to see this for the lower portions of my site, but it seems that I only can only scroll through the CSS styles themselves...
Zooming out (using the browsers page zoom i.e. cmd/ctrl -) kind of works. There is a html element <div id="zoom">-</div> on the page though but can't actually see it. I'm guessing that will zoom the page out.
That's the minus sign on the bottom right - it's for zooming the css list so that it's all in view (it was originally built to see if appended styles were more specific on a page).
For some reason my website isn't loaded on the left side. I see my rules, but not the screen. My website loads in 300ms or a bit more and it's way optimized.
thanks. Yeah - it's not as useful as something like css profiler, I built it to work out if there were ways that I could architect my css in a more efficient way.. Though it looked cool, so I threw it online!
(I built this!)