CSS Used

#4.54 / 177 rate

CSS Used

60,000 users

2019-06-23

https://bobscript.com

Extension Information

5 star
83%
4 star
4%
3 star
2%
2 star
1%
1 star
11%

Supported Languages

Permissions

Optional Permissions

Description

Get all css rules used by the selected DOM and its descendants.

One click to get all the css applied to the selected web element and its descendants.

-- Recent Update --
1. Migrated to Manifest V3.
2. Resources are read from local caches, making it much faster and solves the cross-origin issue.
3. Optimized style parsing in a more efficient way.
4. Dropped support for some outdated CSS, mostly -o- and -ms- prefixed properties.
5. Implemented a new UI powered by Svelte, with some visual tweaks.

-- Known Limit --
1. For CSS rules like ".wrap p{...}", if only "

" is selected, the result ".wrap p{...}" will not apply to "

". Either change the rule to "p{...}" or add a ".wrap" parent in the final HTML.
2. CSS custom properties (variables) and all the style inherit related features are not supported currently.