1.0.0 • Published 10 years ago

divclip v1.0.0

Weekly downloads
1
License
BSD
Repository
github
Last release
10 years ago

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);

Tested with NodeJS 0.10.28 and Firefox30+

references