(function($) {
  $.plugin(`html`, function() {
    return this[0].innerHTML;
  });
})(collector);