View on GitHub

Css Downloader

Just downloads css with images or files referenced files in it.

Download this project as a .zip file Download this project as a tar.gz file

Css Downloader

CSS Downloader is a simple app written in c#. It does one simple thing: downloads css file with images referenced in it.

You can download the binary here : https://github.com/buraksarica/CssDownloader/releases/download/v.0.1/confs.zip (requires .net framework 2.0)

Usage is simple too. just open command prompt and type

cssd http://www.example.com/yourCssFile.css

and the app will download the css file with images, in a folder named same as the file.

There are lots of things to do such as:

Why i wrote an application for that?

Because i am using windows, and don't want to install either cygwin etc. to use wget. And also i don't want to install firefox browser.