painty / CSS-Used-ChromeExt

Get all css rules used by the selected DOM and its children.
https://chrome.google.com/webstore/detail/css-used/cdopjfddjlonogibjahpnmjpoangjfff
MIT License
263 stars 62 forks source link

Can't parse google.com SERP #25

Closed davidsgrogan closed 1 year ago

davidsgrogan commented 4 years ago
  1. The url of page inspected.

https://www.google.com/search?q=dogs

  1. The element inspected.

#rso > div:nth-child(3) > div > div:nth-child(1) > div > div > div.s But I haven't had success with any element.

  1. Expected result.

Some CSS!

  1. Actual result.

For the first time installed/updated/allowedFileAccess: Refresh the inspected page Reopen the Devtool or Select another elements on the left If problem persists, please create an issue.

I've tried refreshing and reopening devtools. The console is empty.

painty commented 1 year ago

It has been a long time since last release. v3.0.0 is now available on the webstore, with lots of improvement, give it a try. #53 Looking forward to your feedback.