adnantopal / extractcss

:page_facing_up: extractCSS is a JavaScript library and an online tool that lets you extract element ID, class and inline styles from HTML document and output them as CSS stylesheet.
http://extractcss.com
MIT License
283 stars 48 forks source link

Feature request: Option to enter URL #3

Closed netsi1964 closed 11 years ago

netsi1964 commented 11 years ago

Great tool - nice work! :-) Perhaps an option enter URL would come handy, or maybe option to enter base href so that your code can extract links to external stylesheets and thereby generate a more complete css. /Sten

adnantopal commented 11 years ago

Hi Sten. Thank you so much! :-)

I'm considering adding a multiple file upload method, but what you suggest could also be implemented. I'll definitely give it a go!