Jump to content

How to get the full source (including the IMPORTED EXPANDED CSS files) of a web page?


pstein

Recommended Posts

Sometimes I want to get the full source code of a web page.

When I mean "full" I mean really FULL including the imported CSS stylesheets at the top.

So I don't want to see just the import statement like:

@import "/assets/css/aaaa.css";

But the real expanded stuff inside the "aaaa.css" file.

I tried to do this with the Firefox extension "Firebug" but found no option.

Is there another another tool or way to get the full, expanded CSS stylesheet?

 

Peter

Edited by pstein
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...