0.1.4 • Published 8 years ago

style-pirate v0.1.4

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

style-pirate

Steal full html and css from the existing web site section

How To Use It?

Pick an element to steal the html/css

image

Add the script from unpkg.com, or copy/paste it from dist/stylePirate.umd.min.js

> (function(){var el=document.createElement('script');el.src="https://unpkg.com/style-pirate";document.body.appendChild(el); })();

Run command

> var sp = stylePirate.run($0);
> stylePirate.plunker();  // to see it at plunker

image

Limitations

  1. Fonts are not fully reproducible although fonts.css is generated
  2. External css, which is in a different domain, is not reproducible.
  3. Submitting to plunker returns error if the webpage blocks submission.
0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago