Markus Mobius
Results
2
comments of
Markus Mobius
We ported the Java code of DOM Distiller 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...
I am not sure that's efficient. Essentially, you would need to query the page a lot from puppeteer which goes through devtools protocol which I found very slow. I found...