Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 724 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 724 Bytes

divclip

Extricate element from DOM by selector

derived and augmented from htmlclipper by Florentin Sardan

  • ES5 compliant
  • scoped CSS
  • use external SHA256
  • convert relative a href to absolute URL
  • wrapped for browserify/require()

example

var divclip = require("divclip");
var html    = divclip.bySel(".article-body");
console.log(html);

https://www.npmjs.org/package/divclip
Tested with NodeJS 0.10.28 and Firefox30+

references