go-domdistiller
go-domdistiller copied to clipboard
Go-DomDistiller is a Go port of the DOM Distiller library which implements Reader mode in Chrome for Android and Desktop. It has no dependencies on Chromium and is meant to run as a command line progr...
This PR removes the custom path joining for path relative URLs and relies on the `url.ResolveReference()` method to convert a path relative URL to an absolute URL. In the current...
Links with a `javascript:` target are nondeterministically extracted. The result varies from execution to execution; these links are randomly included or discarded. For example, the following snippet ``` Foo Bar...