dom-distiller icon indicating copy to clipboard operation
dom-distiller copied to clipboard

Go port of DOM distiller

Open markusmobius opened this issue 4 years ago • 0 comments

This might be useful to those who want to run DOM Distiller as a standalone program.

We ported the Java code to Go (without GWT and any Chromium dependencies):

https://github.com/markusmobius/go-domdistiller

It now works fine as a server-side program or command line program.

The stable branch is the most faithful port of Distiller (everything minus some parts where Distiller relies on some render-level info).

The master branch includes insights from Mozilla's readability.

markusmobius avatar Nov 04 '20 08:11 markusmobius