You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
I found extension that uses DOM Distiller by utilizing domdistiller.js that packed into extension, but as I understand this Distiller already the part of the browser, looks like hidden part. Some api?
The text was updated successfully, but these errors were encountered:
The way distiller is wired into chrome does not allow for calls to it directly through javascript (which is why we use a copy of the minified version for the extension). That said, distiller is implemented in javascript; the extra implementation in chrome is to parse the output and render it (found here). It is entirely possible to write code that runs the distiller javascript, parses, and renders the output entirely in an extension.
I found extension that uses DOM Distiller by utilizing domdistiller.js that packed into extension, but as I understand this Distiller already the part of the browser, looks like hidden part. Some api?
The text was updated successfully, but these errors were encountered: