Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

`prune-html` is a small Node.js utility that takes an HTML string and removes any elements that match one or more CSS selectors, optionally applying a custom filter function for finer‑grained control. It returns the cleaned HTML and is useful for developers who need to strip unwanted markup (e.g., documentation generators, web scrapers, or build scripts) without manually parsing the DOM.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of thlorenz/prune-html

Account's avatar
cheeriojs/cheerio
The fast, flexible & elegant library for parsing and manipulating HTML and XML.
Account's avatar
isaacs/nave
Virtual Environments for Node

Support the repos that depend on this repository

Top contributors

thlorenz's profile
thlorenz
9 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
thlorenz

thlorenz/prune-html

Given an html string it removes elements matching CSS selector(s) and returns the pruned html string.

JavaScript
5
0
MIT License